FHIR IG analytics| Package | fhir.org.nz.ig.base |
| Resource Type | Location |
| Id | Location-location-alias-type.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Location",
"id": "location-alias-type",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"name": "Daves health centre",
"alias": [
"Best health"
],
"_alias": [
{
"extension": [
{
"url": "http://hl7.org.nz/fhir/StructureDefinition/alias-type",
"valueCodeableConcept": {
"coding": [
{
"system": "https://standards.digital.health.nz/ns/alias-type-code",
"code": "short",
"display": "Short"
}
]
}
}
]
}
]
}