HIP FHIR Common Terminology Guide
1.2.0 - Release

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

: OrgFac Address Purpose - JSON Representation

Retired as of 2020-04-20

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "hpi-address-purpose-1.0",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>https://standards.digital.health.nz/ns/hpi-address-purpose</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">LEGAL<a name=\"hpi-address-purpose-1.0-LEGAL\"> </a></td><td>Legal Address</td><td>An address of the legal registered office (active).</td></tr><tr><td style=\"white-space:nowrap\">SERVICE<a name=\"hpi-address-purpose-1.0-SERVICE\"> </a></td><td>Service Delivery Address</td><td>Physical location where health services are provided including (active).</td></tr><tr><td style=\"white-space:nowrap\">BUSINESS<a name=\"hpi-address-purpose-1.0-BUSINESS\"> </a></td><td>Business Address</td><td>An address used for administrative purposes (active).</td></tr></table></div>"
  },
  "url" : "https://standards.digital.health.nz/ns/hpi-address-purpose",
  "version" : "1.0",
  "name" : "Hpi_address_purpose",
  "title" : "OrgFac Address Purpose",
  "status" : "retired",
  "experimental" : false,
  "date" : "2020-04-20T00:00:00+13:00",
  "publisher" : "Te Whatu Ora",
  "contact" : [
    {
      "name" : "Te Whatu Ora",
      "telecom" : [
        {
          "system" : "email",
          "value" : "mailto:integration@health.govt.nz"
        }
      ]
    }
  ],
  "description" : "A coded type for organisation/facility address purpose (qualifier).",
  "purpose" : "A coded type for organisation/facility address purpose (qualifier).",
  "caseSensitive" : false,
  "versionNeeded" : true,
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "LEGAL",
      "display" : "Legal Address",
      "definition" : "An address of the legal registered office (active)."
    },
    {
      "code" : "SERVICE",
      "display" : "Service Delivery Address",
      "definition" : "Physical location where health services are provided including (active)."
    },
    {
      "code" : "BUSINESS",
      "display" : "Business Address",
      "definition" : "An address used for administrative purposes (active)."
    }
  ]
}