Patient-FoetusOfRyanneBoulder-Example

Example of a patient resource(foetal) with with minimal details

Patient
{
"resourceType": "Patient",
"id": "Patient-FoetusOfRyanneBoulder-Example",
{
"url": "http://hl7.org/fhir/6.0/StructureDefinition/extension-Patient.fetalStatus",
"valueCode": "unknown"
}
],
{
"system": "urn:oid:2.16.840.1.113883.2.1.3.2.4.18.24",
"value": "FT-RWT13521",
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
"value": "RAX"
}
}
}
],
"gender": "unknown"
}
<Patient xmlns="http://hl7.org/fhir">
<id value="Patient-FoetusOfRyanneBoulder-Example" />
<extension url="http://hl7.org/fhir/6.0/StructureDefinition/extension-Patient.fetalStatus">
<valueCode value="unknown" />
</extension>
<system value="urn:oid:2.16.840.1.113883.2.1.3.2.4.18.24" />
<value value="FT-RWT13521" />
<system value="https://fhir.nhs.uk/Id/ods-organization-code" />
<value value="RAX" />
</identifier>
</assigner>
</identifier>
<gender value="unknown" />
</Patient>