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-registration-status-down - JSON Representation

Draft as of 2020-10-27

Raw json | Download


{
  "resourceType" : "ConceptMap",
  "id" : "hpi-registration-status-down",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
  },
  "url" : "https://nzhts.digital.health.nz/fhir/ConceptMap/hpi-registration-status-down",
  "version" : "1.0",
  "name" : "Cm_hpi_registration_status_down",
  "title" : "HPI Registration Type Mapping Down Conversion",
  "status" : "draft",
  "experimental" : true,
  "date" : "2020-10-27T00: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 FHIR to Legacy HPI values",
  "purpose" : "To translate between HPI registration status codes",
  "sourceUri" : "https://nzhts.digital.health.nz/fhir/ValueSet/practitioner-registration-status-code",
  "targetUri" : "https://nzhts.digital.health.nz/fhir/ValueSet/hpi-registration-status",
  "group" : [
    {
      "source" : "https://standards.digital.health.nz/ns/practitioner-registration-status-code",
      "sourceVersion" : "2.0",
      "target" : "https://standards.digital.health.nz/ns/hpi-registration-status",
      "targetVersion" : "1.0",
      "element" : [
        {
          "code" : "current",
          "target" : [
            {
              "code" : "C",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "inactive",
          "target" : [
            {
              "code" : "I",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "removed",
          "target" : [
            {
              "code" : "R",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "suspended",
          "target" : [
            {
              "code" : "S",
              "equivalence" : "equivalent"
            }
          ]
        }
      ]
    }
  ]
}