FHIR IG analytics| Package | hl7.fhir.be.core |
| Resource Type | Location |
| Id | Location-mammographicUnit.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location mammographicUnit
Profile: BeLocation
name: Mammografic unit example name
address: Verlorenbroodstraat 122, 9820 Merelbeke
{
"resourceType": "Location",
"id": "mammographicUnit",
"meta": {
"profile": [
"https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-location"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"name": "Mammografic unit example name",
"address": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/language",
"valueCode": "nl"
}
],
"text": "Verlorenbroodstraat 122, 9820 Merelbeke",
"line": [
"Verlorenbroodstraat 122"
],
"_line": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
"valueString": "Verlorenbroodstraat"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
"valueString": "122"
}
]
}
],
"city": "Merelbeke",
"postalCode": "9820",
"country": "BE"
}
}