<Patient xmlns="http://hl7.org/fhir">
<id value="Example-DataStandardsWales-Patient-PeterPiper" />
<meta>
<profile value="https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Patient" />
</meta>
<text>
<status value="generated" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<identifier>
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus">
<valueCodeableConcept>
<coding>
<system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWales" />
<code value="01" />
<display value="Number present and traced" />
</coding>
</valueCodeableConcept>
</extension>
<system value="https://fhir.nhs.uk/Id/nhs-number" />
<value value="1192335566" />
</identifier>
<name>
<family value="Piper" />
<given value="Peter" />
</name>
<gender value="male" />
<birthDate value="1981-07-03" />
<address>
<line value="14 Semore View" />
<line value="Porthcawl" />
<postalCode value="CF32 0AY" />
</address>
</Patient>
{
"resourceType": "Patient",
"id": "Example-DataStandardsWales-Patient-PeterPiper",
"meta": {
"profile": [
"https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Patient"
]
},
"text": {
"status": "generated",
--- We have skipped the narrative for better readability of the resource ---
},
"identifier": [
{
"extension": [
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus",
"valueCodeableConcept": {
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWales",
"code": "01",
"display": "Number present and traced"
}
]
}
}
],
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "1192335566"
}
],
"name": [
{
"family": "Piper",
"given": [
"Peter"
]
}
],
"gender": "male",
"birthDate": "1981-07-03",
"address": [
{
"line": [
"14 Semore View",
"Porthcawl"
],
"postalCode": "CF32 0AY"
}
]
}
PIPER, Peter (NHS: 1192335566)