FHIR IG analytics| Package | fhir.r4.wales |
| Resource Type | Patient |
| Id | Example-DataStandardsWales-Patient-PeterPiper.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-PeterPiper",
"meta": {
"profile": [
"https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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"
}
]
}