Patient-PheobeSmithamMother-Example

Example of a patient resource with additional information attached, linked to a PDS record.

Patient
{
"resourceType": "Patient",
"id": "Patient-PheobeSmithamMother-Example",
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BirthSex",
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender",
"code": "F",
"display": "Female"
}
]
}
},
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EthnicCategory",
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland",
"code": "A",
"display": "White - British"
}
]
}
}
],
{
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9449307246",
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus",
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland",
"version": "2.2.0",
"code": "01",
"display": "Number present and verified"
}
]
}
}
]
}
],
"name": [
{
"given": [
"Alice"
],
"family": "Smitham"
}
],
"deceasedBoolean": false,
"address": [
{
"line": [
"Union Mills",
"9, Dewsbury Rd",
"Leeds"
],
"postalCode": "LS11 5DD"
}
],
{
"system": "https://fhir.hl7.org.uk/Id/gmp-number",
"value": "G9999999"
},
"display": "Dr. Aero Smith"
},
{
"system": "https://fhir.hl7.org.uk/Id/ODS-code",
"value": "AP123"
},
"display": "Anyhere place"
}
],
"link": [
{
"other": {
"reference": "https://api.service.nhs.uk/personal-demographics/FHIR/R4/Patient/9449307246"
},
"type": "seealso"
},
{
"other": {
"reference": "RelatedPerson/RelatedPerson-AliceSmithamProbandMother-Example"
},
"type": "seealso"
}
]
}
<Patient xmlns="http://hl7.org/fhir">
<id value="Patient-PheobeSmithamMother-Example" />
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BirthSex">
<system value="http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender" />
<code value="F" />
<display value="Female" />
</coding>
</valueCodeableConcept>
</extension>
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EthnicCategory">
<system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland" />
<code value="A" />
<display value="White - British" />
</coding>
</valueCodeableConcept>
</extension>
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus">
<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="9449307246" />
</identifier>
<family value="Smitham" />
<given value="Alice" />
</name>
<deceasedBoolean value="false" />
<line value="Union Mills" />
<line value="9, Dewsbury Rd" />
<line value="Leeds" />
<postalCode value="LS11 5DD" />
</address>
<system value="https://fhir.hl7.org.uk/Id/gmp-number" />
<value value="G9999999" />
</identifier>
<display value="Dr. Aero Smith" />
</generalPractitioner>
<system value="https://fhir.hl7.org.uk/Id/ODS-code" />
<value value="AP123" />
</identifier>
<display value="Anyhere place" />
</generalPractitioner>
<reference value="https://api.service.nhs.uk/personal-demographics/FHIR/R4/Patient/9449307246" />
</other>
<type value="seealso" />
</link>
<reference value="RelatedPerson/RelatedPerson-AliceSmithamProbandMother-Example" />
</other>
<type value="seealso" />
</link>
</Patient>