New Zealand HPI Implementation Guide
0.9.0 - CI Build

New Zealand HPI Implementation Guide, published by Ministry of Health. This is not an authorized publication; it is the continuous build for version 0.9.0). This version is based on the current content of https://github.com/HL7NZ/hpi/ and changes regularly. See the Directory of published versions

: HPI Alias Type (Location) - JSON Representation

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "Hpi-location-alias-type",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include codes from <a href=\"https://build.fhir.org/ig/HL7NZ/nzbase//CodeSystem-alias-type.html\"><code>https://standards.digital.health.nz/ns/alias-type-code</code></a> where code  in  aka,old,maori,short,current</li></ul></div>"
  },
  "url" : "https://nzhts.digital.health.nz/fhir/ValueSet/location-alias-type-code",
  "version" : "0.9.0",
  "name" : "Hpi_location_alias_type",
  "title" : "HPI Alias Type (Location)",
  "status" : "active",
  "experimental" : false,
  "date" : "2020-02-24T00:00:00+13:00",
  "publisher" : "Ministry of Health",
  "contact" : [
    {
      "name" : "Ministry of Health",
      "telecom" : [
        {
          "system" : "email",
          "value" : "mailto:integration@health.govt.nz"
        }
      ]
    }
  ],
  "description" : "A coded type for an alias name for facilities.",
  "purpose" : "A coded type for an alias name for facilities.",
  "compose" : {
    "include" : [
      {
        "system" : "https://standards.digital.health.nz/ns/alias-type-code",
        "version" : "1.0",
        "filter" : [
          {
            "property" : "code",
            "op" : "in",
            "value" : "aka,old,maori,short,current"
          }
        ]
      }
    ]
  }
}