HIP FHIR Common Terminology Guide
1.3.1 - Release

HIP FHIR Common Terminology Guide - Local Development build (v1.3.1). See the Directory of published versions

: hpi-facility-name-qualifier - JSON Representation

Draft as of 2020-02-24

Raw json | Download


{
  "resourceType" : "ConceptMap",
  "id" : "hpi-facility-name-qualifier",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
  },
  "url" : "https://nzhts.digital.health.nz/fhir/ConceptMap/hpi-facility-name-qualifier",
  "version" : "1.0",
  "name" : "Cm_hpi_facility_name_qualifier",
  "title" : "HPI Facility Name Qualifier Mapping",
  "status" : "draft",
  "experimental" : false,
  "date" : "2020-02-24T00:00:00+13:00",
  "publisher" : "Te Whatu Ora",
  "contact" : [
    {
      "name" : "Te Whatu Ora",
      "telecom" : [
        {
          "system" : "email",
          "value" : "mailto:integration@health.govt.nz"
        }
      ]
    }
  ],
  "description" : "Translation from HPI Name Qualifier to FHIR Location Alias Type",
  "purpose" : "To translate from internal HPI Name Qualifier to FHIR Location Alias Type",
  "sourceUri" : "https://nzhts.digital.health.nz/fhir/ValueSet/hpi-facility-name-qualifier",
  "targetUri" : "https://nzhts.digital.health.nz/fhir/ValueSet/location-alias-type-code",
  "group" : [
    {
      "source" : "https://standards.digital.health.nz/ns/hpi-name-qualifier",
      "sourceVersion" : "2.0",
      "target" : "https://standards.digital.health.nz/ns/alias-type-code",
      "targetVersion" : "1.0",
      "element" : [
        {
          "code" : "AKA",
          "target" : [
            {
              "code" : "aka",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "FORMER",
          "target" : [
            {
              "code" : "old",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "MAORI",
          "target" : [
            {
              "code" : "maori",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "SHORT",
          "target" : [
            {
              "code" : "short",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "CURRENT",
          "target" : [
            {
              "code" : "current",
              "equivalence" : "equivalent"
            }
          ]
        }
      ]
    }
  ]
}