HIP FHIR Common Terminology Guide - Local Development build (v1.3.1). See the Directory of published versions
: hpi-registration-status - JSON Representation
Raw json | Download
{
"resourceType" : "ConceptMap",
"id" : "hpi-registration-status",
"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",
"version" : "1.0",
"name" : "Cm_hpi_registration_status",
"title" : "HPI Registration Type Mapping",
"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 legacy HPI to FHIR",
"purpose" : "To translate between HPI registration status codes",
"sourceUri" : "https://nzhts.digital.health.nz/fhir/ValueSet/hpi-registration-status",
"targetUri" : "https://nzhts.digital.health.nz/fhir/ValueSet/practitioner-registration-status-code",
"group" : [
{
"source" : "https://standards.digital.health.nz/ns/hpi-registration-status",
"sourceVersion" : "1.0",
"target" : "https://standards.digital.health.nz/ns/practitioner-registration-status-code",
"targetVersion" : "2.0",
"element" : [
{
"code" : "C",
"target" : [
{
"code" : "current",
"equivalence" : "equivalent"
}
]
},
{
"code" : "I",
"target" : [
{
"code" : "inactive",
"equivalence" : "equivalent"
}
]
},
{
"code" : "R",
"target" : [
{
"code" : "removed",
"equivalence" : "equivalent"
}
]
},
{
"code" : "S",
"target" : [
{
"code" : "suspended",
"equivalence" : "equivalent"
}
]
}
]
}
]
}