FHIR IG analytics| Package | fhir.r4.wales |
| Resource Type | Patient |
| Id | Example-DataStandardsWales-Patient-HaroldJames.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-HaroldJames",
"meta": {
"profile": [
"https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "https://fhir.nhs.uk/StructureDefinition/Extension-UKCore-EthnicCategory",
"valueCodeableConcept": {
"coding": [
{
"system": "https://fhir.nhs.wales/CodeSystem/Ethnicity",
"code": "A",
"display": "Any White Background, including Welsh, English, Scottish, Northern Irish, British, Irish"
}
]
}
},
{
"url": "https://fhir.nhs.wales/StructureDefinition/Extension-DataStandardsWales-Religion",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "160540005",
"display": "Roman Catholic, follower of religion"
}
]
}
}
],
"identifier": [
{
"extension": [
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus",
"valueCodeableConcept": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
"code": "NI",
"display": "NoInformation"
}
]
}
}
],
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "3795624165"
},
{
"system": "https://fhir.sbuhb.nhs.wales/Id/pas-identifier",
"value": "E100054"
}
],
"name": [
{
"use": "official",
"family": "Harold",
"given": [
"James"
],
"prefix": [
"Mr"
]
}
],
"telecom": [
{
"system": "phone",
"value": "01446231234"
}
],
"gender": "male",
"birthDate": "1965-10-10",
"address": [
{
"line": [
"36 Ely Street",
"Bettws"
],
"city": "Carmarthenshire",
"district": "Carmarthen",
"postalCode": "SA31 4EL"
}
],
"communication": [
{
"language": {
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage",
"code": "en",
"display": "English"
}
]
}
}
]
}