diff --git a/Bundle/Bundle-NonWGSTestOrderForm-FetalScenario-Example.json b/Bundle/Bundle-NonWGSTestOrderForm-FetalScenario-Example.json index a4740f1..427a3f9 100644 --- a/Bundle/Bundle-NonWGSTestOrderForm-FetalScenario-Example.json +++ b/Bundle/Bundle-NonWGSTestOrderForm-FetalScenario-Example.json @@ -203,6 +203,12 @@ "resource": { "resourceType": "Patient", "id": "Patient-FoetusOfRyanneBoulder-Example", + "extension": [ + { + "url": "http://hl7.org/fhir/6.0/StructureDefinition/extension-Patient.fetalStatus", + "valueCode": "unknown" + } + ], "identifier": [ { "system": "urn:oid:2.16.840.1.113883.2.1.3.2.4.18.24", diff --git a/Patient/Patient-FoetusOfRyanneBoulder-Example.json b/Patient/Patient-FoetusOfRyanneBoulder-Example.json index 9eebf1d..6a2e6f5 100644 --- a/Patient/Patient-FoetusOfRyanneBoulder-Example.json +++ b/Patient/Patient-FoetusOfRyanneBoulder-Example.json @@ -1,6 +1,12 @@ { "resourceType": "Patient", "id": "Patient-FoetusOfRyanneBoulder-Example", + "extension": [ + { + "url": "http://hl7.org/fhir/6.0/StructureDefinition/extension-Patient.fetalStatus", + "valueCode": "unknown" + } + ], "identifier": [ { "system": "urn:oid:2.16.840.1.113883.2.1.3.2.4.18.24",