Skip to content

Commit 33a7883

Browse files
authored
Correcting reference.identifier
Should be object instead of array
1 parent 6abf11a commit 33a7883

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

Bundle/Bundle-NonWGSTestOrderForm-FetalScenario-Example.json

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -540,18 +540,16 @@
540540
},
541541
"subject": {
542542
"reference": "Patient/Patient-FoetusOfRyanneBoulder-Example",
543-
"identifier": [
544-
{
545-
"system": "urn:oid:2.16.840.1.113883.2.1.3.2.4.18.24",
546-
"value": "FT-RWT13521",
547-
"assigner": {
548-
"identifier": {
549-
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
550-
"value": "RAX"
551-
}
543+
"identifier":
544+
"system": "urn:oid:2.16.840.1.113883.2.1.3.2.4.18.24",
545+
"value": "FT-RWT13521",
546+
"assigner": {
547+
"identifier": {
548+
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
549+
"value": "RAX"
552550
}
553551
}
554-
]
552+
}
555553
},
556554
"effectiveDateTime": "2023-09-25",
557555
"valueBoolean": false
@@ -905,4 +903,4 @@
905903
}
906904
}
907905
]
908-
}
906+
}

0 commit comments

Comments
 (0)