<Patient xmlns="http://hl7.org/fhir">
<id value="Example-DataStandardsWales-Patient-AliceJones" />
<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>
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BirthSex">
<valueCode value="F" />
</extension>
<extension url="https://fhir.nhs.uk/StructureDefinition/Extension-UKCore-EthnicCategory">
<valueCodeableConcept>
<coding>
<system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryWales" />
<code value="G" />
<display value="Any other mixed background / multiple ethnic background" />
</coding>
</valueCodeableConcept>
</extension>
<extension url="https://fhir.nhs.wales/StructureDefinition/Extension-DataStandardsWales-Religion">
<valueCodeableConcept>
<coding>
<system value="http://snomed.info/sct" />
<code value="344151000000101" />
<display value="Follower of Church of England" />
</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-NHSNumberVerificationStatusWales" />
<code value="01" />
<display value="Number present and traced" />
</coding>
</valueCodeableConcept>
</extension>
<system value="https://fhir.nhs.uk/Id/nhs-number" />
<value value="9912003444" />
</identifier>
<identifier>
<system value="https://fhir.cavuhb.nhs.wales/Id/pas-identifier" />
<value value="E101067" />
</identifier>
<identifier>
<system value="https://fhir.sbuhb.nhs.wales/Id/pas-identifier" />
<value value="A901067" />
</identifier>
<identifier>
<system value="https://fhir.abuhb.nhs.wales/Id/pas-identifier" />
<value value="E5779097" />
</identifier>
<identifier>
<system value="https://fhir.bcuhb.nhs.wales/Id/central-pas-identifier" />
<value value="0987889" />
</identifier>
<identifier>
<system value="https://fhir.bcuhb.nhs.wales/Id/west-pas-identifier" />
<value value="W45689" />
</identifier>
<name>
<use value="official" />
<family value="Jones" />
<given value="Alice" />
</name>
<telecom>
<system value="phone" />
<value value="01446231234" />
</telecom>
<gender value="female" />
<birthDate value="1980-09-13" />
<address>
<line value="14 Western Way" />
<line value="BARRY" />
<postalCode value="CF62 9AZ" />
</address>
<maritalStatus>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v3-MaritalStatus" />
<code value="M" />
<display value="Married" />
</coding>
</maritalStatus>
<communication>
<language>
<coding>
<system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" />
<code value="cy" />
<display value="Welsh" />
</coding>
</language>
<preferred value="true" />
</communication>
<communication>
<language>
<coding>
<system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" />
<code value="en" />
<display value="English" />
</coding>
</language>
</communication>
</Patient>
{
"resourceType": "Patient",
"id": "Example-DataStandardsWales-Patient-AliceJones",
"meta": {
"profile": [
"https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Patient"
]
},
"text": {
"status": "generated",
--- We have skipped the narrative for better readability of the resource ---
},
"extension": [
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BirthSex",
"valueCode": "F"
},
{
"url": "https://fhir.nhs.uk/StructureDefinition/Extension-UKCore-EthnicCategory",
"valueCodeableConcept": {
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryWales",
"code": "G",
"display": "Any other mixed background / multiple ethnic background"
}
]
}
},
{
"url": "https://fhir.nhs.wales/StructureDefinition/Extension-DataStandardsWales-Religion",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "344151000000101",
"display": "Follower of Church of England"
}
]
}
}
],
"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": "9912003444"
},
{
"system": "https://fhir.cavuhb.nhs.wales/Id/pas-identifier",
"value": "E101067"
},
{
"system": "https://fhir.sbuhb.nhs.wales/Id/pas-identifier",
"value": "A901067"
},
{
"system": "https://fhir.abuhb.nhs.wales/Id/pas-identifier",
"value": "E5779097"
},
{
"system": "https://fhir.bcuhb.nhs.wales/Id/central-pas-identifier",
"value": "0987889"
},
{
"system": "https://fhir.bcuhb.nhs.wales/Id/west-pas-identifier",
"value": "W45689"
}
],
"name": [
{
"use": "official",
"family": "Jones",
"given": [
"Alice"
]
}
],
"telecom": [
{
"system": "phone",
"value": "01446231234"
}
],
"gender": "female",
"birthDate": "1980-09-13",
"address": [
{
"line": [
"14 Western Way",
"BARRY"
],
"postalCode": "CF62 9AZ"
}
],
"maritalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
"code": "M",
"display": "Married"
}
]
},
"communication": [
{
"language": {
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage",
"code": "cy",
"display": "Welsh"
}
]
},
"preferred": true
},
{
"language": {
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage",
"code": "en",
"display": "English"
}
]
}
}
]
}
JONES, Alice (NHS: 9912003444)