Patient-FoetusOfRyanneBoulder-Example

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

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