FHIR IG analytics| Package | fhir.r4.wales.test |
| Resource Type | Patient |
| Id | Example-DataStandardsWales-Patient-AliceJones.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Patient",
"id": "Example-DataStandardsWales-Patient-AliceJones",
"meta": {
"profile": [
"https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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"
}
]
}
}
]
}