Patient-TimMclullichs-Example

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

Patient
{
"resourceType": "Patient",
"id": "Patient-TimMclullichs-Example",
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BirthSex",
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender",
"code": "M",
"display": "Male"
}
]
}
},
{
"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": "8449303452",
{
"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"
}
]
}
}
]
},
{
"system": "urn:oid:2.16.840.1.113883.2.1.3.2.4.18.24",
"value": "RTH17845",
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
"value": "RTH"
}
}
}
],
"name": [
{
"given": [
"Tim"
],
"family": "Mclullichs"
}
],
"birthDate": "1954-10-29",
"deceasedBoolean": false,
"address": [
{
"line": [
"1 Outwood Road",
"Crosswinds, Chipstead,"
],
"city": "Buckinghamshire",
"postalCode": "OM10 8DF"
}
],
{
"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": "TP123"
},
"display": "123 Test Practice"
}
],
"link": [
{
"other": {
"reference": "https://api.service.nhs.uk/personal-demographics/FHIR/R4/Patient/8449303452"
},
"type": "seealso"
}
]
}
<Patient xmlns="http://hl7.org/fhir">
<id value="Patient-TimMclullichs-Example" />
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BirthSex">
<system value="http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender" />
<code value="M" />
<display value="Male" />
</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="8449303452" />
</identifier>
<system value="urn:oid:2.16.840.1.113883.2.1.3.2.4.18.24" />
<value value="RTH17845" />
<system value="https://fhir.nhs.uk/Id/ods-organization-code" />
<value value="RTH" />
</identifier>
</assigner>
</identifier>
<family value="Mclullichs" />
<given value="Tim" />
</name>
<birthDate value="1954-10-29" />
<deceasedBoolean value="false" />
<line value="1 Outwood Road" />
<line value="Crosswinds, Chipstead," />
<city value="Buckinghamshire" />
<postalCode value="OM10 8DF" />
</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="TP123" />
</identifier>
<display value="123 Test Practice" />
</generalPractitioner>
<reference value="https://api.service.nhs.uk/personal-demographics/FHIR/R4/Patient/8449303452" />
</other>
<type value="seealso" />
</link>
</Patient>