FHIR IG analytics| Package | fhir.r4.wales.psom |
| Resource Type | Patient |
| Id | Example-DataStandardsWales-PSOM-Patient-AliceJones.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Patient",
"id": "Example-DataStandardsWales-PSOM-Patient-AliceJones",
"meta": {
"profile": [
"https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Patient"
]
},
"identifier": [
{
"extension": [
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus",
"valueCodeableConcept": {
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWales",
"code": "nn",
"display": "Number present and traced using Welsh NHS AR"
}
]
}
}
],
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9912003444"
},
{
"type": {
"coding": [
{
"system": "https://fhir.cavuhb.nhs.wales/Id/pas-code",
"code": "140"
}
],
"text": "C&V PAS"
},
"system": "https://fhir.cavuhb.nhs.wales/Id/pas-identifier",
"value": "A000003"
}
],
"name": [
{
"use": "official",
"family": "Jones",
"given": [
"Alice"
]
}
],
"gender": "female",
"birthDate": "1980-09-13",
"address": [
{
"postalCode": "CF62 9AZ"
}
],
"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"
}
]
},
"preferred": false
}
]
}