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

: Organisation Type - JSON Representation

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "HpiOrganisation-type",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include all codes defined in <code>https://standards.digital.health.nz/ns/organisation-type-code</code></li></ul></div>"
  },
  "url" : "https://nzhts.digital.health.nz/fhir/ValueSet/organisation-type-code",
  "version" : "0.9.0",
  "name" : "Hpi_organisation_type",
  "title" : "Organisation Type",
  "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" : "Organisation type",
  "purpose" : "A coded value for the type of an organisation",
  "compose" : {
    "include" : [
      {
        "system" : "https://standards.digital.health.nz/ns/organisation-type-code",
        "version" : "1.1"
      }
    ]
  }
}