FHIR IG analytics| Package | fhir.r4.ukcore.stu3.currentbuild |
| Resource Type | Patient |
| Id | Extension-UKCore-AddressKey-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Patient",
"id": "Extension-UKCore-AddressKey-Example",
"text": {
"status": "additional",
"div": "<!-- snip (see above) -->"
},
"address": [
{
"extension": [
{
"extension": [
{
"url": "type",
"valueCodeableConcept": {
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-AddressKeyType",
"code": "PAF",
"display": "Postcode Address File"
}
]
}
},
{
"url": "value",
"valueString": "LS10ABC"
}
],
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AddressKey"
}
],
"line": [
"4 Sandmoor Drive"
],
"city": "LEEDS",
"postalCode": "LS17 7DF"
}
]
}