FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.org.nz.ig.base
Resource TypeLocation
IdLocation-location-alias-type.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Location location-alias-type

name: Daves health centre

alias: Best health


Source1

{
  "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"
              }
            ]
          }
        }
      ]
    }
  ]
}