HIP FHIR Common Terminology Guide
1.9.0 - Release

HIP FHIR Common Terminology Guide - Local Development build (v1.9.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: HPI Contact Type Mapping - JSON Representation

Draft as of 2020-02-24

Raw json | Download


{
  "resourceType" : "ConceptMap",
  "id" : "hpi-contact-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ConceptMap hpi-contact-type</b></p><a name=\"hpi-contact-type\"> </a><a name=\"hchpi-contact-type\"> </a><a name=\"hpi-contact-type-en-US\"> </a><p>Mapping from <a href=\"ValueSet-hpi-contact-type-1.0.html\">Contact Type</a> to <a href=\"http://hl7.org/fhir/R4/valueset-contact-point-system.html\">ContactPointSystem</a></p><br/><p><b>Group 1 </b>Mapping from <a href=\"CodeSystem-hpi-contact-type-2.0.html\">OrgFac Contact Typeversion: {0}2.0)</a> to <a href=\"http://hl7.org/fhir/R4/codesystem-contact-point-system.html\">ContactPointSystemversion: {0}4.0.1)</a></p><table class=\"grid\"><tr><td><b>Source Code</b></td><td><b>Relationship</b></td><td><b>Target Code</b></td></tr><tr><td>C (Mobile (Cellphone))</td><td><a href=\"http://hl7.org/fhir/extensions/5.1.0/CodeSystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>phone</td></tr><tr><td>E (Email)</td><td><a href=\"http://hl7.org/fhir/extensions/5.1.0/CodeSystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>email</td></tr><tr><td>F (Fax)</td><td><a href=\"http://hl7.org/fhir/extensions/5.1.0/CodeSystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>fax</td></tr><tr><td>P (Pager)</td><td><a href=\"http://hl7.org/fhir/extensions/5.1.0/CodeSystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>pager</td></tr><tr><td>S (SMS (Short Messaging Service))</td><td><a href=\"http://hl7.org/fhir/extensions/5.1.0/CodeSystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>sms</td></tr><tr><td>T (Telephone)</td><td><a href=\"http://hl7.org/fhir/extensions/5.1.0/CodeSystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>phone</td></tr><tr><td>U (URL (Universal Resource Locator))</td><td><a href=\"http://hl7.org/fhir/extensions/5.1.0/CodeSystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>url</td></tr><tr><td>O</td><td><a href=\"http://hl7.org/fhir/extensions/5.1.0/CodeSystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>other</td></tr></table></div>"
  },
  "url" : "https://nzhts.digital.health.nz/fhir/ConceptMap/hpi-contact-type",
  "version" : "1.0",
  "name" : "Cm_hpi_contact_type",
  "title" : "HPI Contact Type Mapping",
  "status" : "draft",
  "experimental" : false,
  "date" : "2020-02-24T00: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 HPI Contact Type to FHIR Contact Point System",
  "purpose" : "To translate from internal HPI Contact Type to FHIR Contact Point System",
  "sourceUri" : "https://nzhts.digital.health.nz/fhir/ValueSet/hpi-contact-type",
  "targetUri" : "http://hl7.org/fhir/ValueSet/contact-point-system",
  "group" : [
    {
      "source" : "https://standards.digital.health.nz/ns/hpi-contact-type",
      "sourceVersion" : "2.0",
      "target" : "http://hl7.org/fhir/contact-point-system",
      "targetVersion" : "4.0.1",
      "element" : [
        {
          "code" : "C",
          "target" : [
            {
              "code" : "phone",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "E",
          "target" : [
            {
              "code" : "email",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "F",
          "target" : [
            {
              "code" : "fax",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "P",
          "target" : [
            {
              "code" : "pager",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "S",
          "target" : [
            {
              "code" : "sms",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "T",
          "target" : [
            {
              "code" : "phone",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "U",
          "target" : [
            {
              "code" : "url",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "O",
          "target" : [
            {
              "code" : "other",
              "equivalence" : "equivalent"
            }
          ]
        }
      ],
      "unmapped" : {
        "mode" : "fixed",
        "code" : "other"
      }
    }
  ]
}