FHIR IG analytics| Package | fhir.r4.ukcore.stu3.currentbuild |
| Resource Type | Patient |
| Id | Extension-UKCore-BirthPlace-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-BirthPlace-Example",
"text": {
"status": "additional",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/patient-birthPlace",
"valueAddress": {
"line": [
"MATERNITY UNIT",
"LENVILLE UNIVERSITY HOSPITAL",
"BEWLEY STREET"
],
"city": "LENVILLE",
"postalCode": "LEN 7TF",
"country": "ENGLAND"
}
}
]
}