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

: Address Use for Location - JSON Representation

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "Hpi-location-address-use",
  "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 <code>https://standards.digital.health.nz/ns/hpi-address-use</code> where code  in  work,old</li></ul></div>"
  },
  "url" : "https://nzhts.digital.health.nz/fhir/ValueSet/hpi-location-address-use-code",
  "version" : "0.9.0",
  "name" : "Hpi_location_address_use",
  "title" : "Address Use for 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" : "Location address use",
  "purpose" : "A coded value for the use of a location address.",
  "compose" : {
    "include" : [
      {
        "system" : "https://standards.digital.health.nz/ns/hpi-address-use",
        "version" : "2.0",
        "filter" : [
          {
            "property" : "code",
            "op" : "in",
            "value" : "work,old"
          }
        ]
      }
    ]
  }
}