XML View
<Patient xmlns="http://hl7.org/fhir">
<id value="Patient-AnitaLambertsMotherDeceasedPatient-Example" />
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BirthSex">
<valueCode value="F" />
</extension>
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EthnicCategory">
<valueCodeableConcept>
<coding>
<system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland" />
<code value="A" />
<display value="White - British" />
</coding>
</valueCodeableConcept>
</extension>
<identifier>
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus">
<valueCodeableConcept>
<coding>
<system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland" />
<version value="2.2.0" />
<code value="01" />
<display value="Number present and verified" />
</coding>
</valueCodeableConcept>
</extension>
<system value="https://fhir.nhs.uk/Id/nhs-number" />
<value value="8449303650" />
</identifier>
<gender value="female" />
<deceasedBoolean value="false" />
<address>
<line value="1, Vale Roads, Claygate" />
<line value="Esher" />
<line value="Surrey" />
<postalCode value="BM17 2QN" />
</address>
<generalPractitioner>
<identifier>
<system value="https://fhir.hl7.org.uk/Id/gmp-number" />
<value value="G9999999" />
</identifier>
<display value="Dr. Aero Smith" />
</generalPractitioner>
<generalPractitioner>
<identifier>
<system value="https://fhir.hl7.org.uk/Id/ODS-code" />
<value value="AP123" />
</identifier>
<display value="123 Test Practice" />
</generalPractitioner>
<link>
<other>
<reference value="https://api.service.nhs.uk/personal-demographics/FHIR/R4/Patient/8449303650" />
</other>
<type value="seealso" />
</link>
<link>
<other>
<reference value="RelatedPerson/RelatedPerson-AnitaLambertsDeceasedPatient-Example" />
</other>
<type value="seealso" />
</link>
</Patient>
JSON View
{
"resourceType": "Patient",
"id": "Patient-AnitaLambertsMotherDeceasedPatient-Example",
"extension": [
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BirthSex",
"valueCode": "F"
},
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EthnicCategory",
"valueCodeableConcept": {
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland",
"code": "A",
"display": "White - British"
}
]
}
}
],
"identifier": [
{
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "8449303650",
"extension": [
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus",
"valueCodeableConcept": {
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland",
"version": "2.2.0",
"code": "01",
"display": "Number present and verified"
}
]
}
}
]
}
],
"gender": "female",
"deceasedBoolean": false,
"address": [
{
"line": [
"1, Vale Roads, Claygate",
"Esher",
"Surrey"
],
"postalCode": "BM17 2QN"
}
],
"generalPractitioner": [
{
"identifier": {
"system": "https://fhir.hl7.org.uk/Id/gmp-number",
"value": "G9999999"
},
"display": "Dr. Aero Smith"
},
{
"identifier": {
"system": "https://fhir.hl7.org.uk/Id/ODS-code",
"value": "AP123"
},
"display": "123 Test Practice"
}
],
"link": [
{
"other": {
"reference": "https://api.service.nhs.uk/personal-demographics/FHIR/R4/Patient/8449303650"
},
"type": "seealso"
},
{
"other": {
"reference": "RelatedPerson/RelatedPerson-AnitaLambertsDeceasedPatient-Example"
},
"type": "seealso"
}
]
}