FHIR IG analytics| Package | fhir.r4.ukcore.stu1 |
| Resource Type | Patient |
| Id | UKCore-Patient-Extension-AddressKey-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Patient",
"id": "UKCore-Patient-Extension-AddressKey-Example",
"address": [
{
"extension": [
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AddressKey",
"extension": [
{
"url": "type",
"valueCoding": {
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-AddressKeyType",
"code": "PAF",
"display": "Postcode Address File"
}
},
{
"url": "value",
"valueString": "LS10ABC"
}
]
}
],
"line": [
"4 Sandmoor Drive"
],
"city": "LEEDS",
"postalCode": "LS17 7DF"
}
]
}