HIP FHIR Common Terminology Guide - Local Development build (v1.3.1). See the Directory of published versions
: hpi-contact-type - JSON Representation
Raw json | Download
{
"resourceType" : "ConceptMap",
"id" : "hpi-contact-type",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</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"
}
}
]
}