FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ConceptMap/hpi-contact-usage

Packagetewhatuora.hip-core
TypeConceptMap
Idhpi-contact-usage
FHIR VersionR4
Sourcehttps://fhir-ig.digital.health.nz/HIP-FHIR-Common/https://fhir-ig.digital.health.nz/HIP-FHIR-Common/ConceptMap-hpi-contact-usage.html
URLhttps://nzhts.digital.health.nz/fhir/ConceptMap/hpi-contact-usage
Version1.0
Statusdraft
Date2020-02-24T00:00:00+13:00
NameCm_hpi_contact_usage
TitleHPI Contact Usage Mapping
Authoritynational
DescriptionTranslation from HPI Contact Usage to FHIR Contact Point Use
PurposeTo translate from internal HPI Contact Usage to FHIR Contact Point Use

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
hpi-contact-usageOrgFac Contact Usage
ValueSet
hpi-contact-usageContact Usage

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ConceptMap hpi-contact-usage

Mapping from Contact Usage to ContactPointUse


Group 1 Mapping from OrgFac Contact Usageversion: null2.0) to ContactPointUseversion: null4.0.1)

Source CodeRelationshipTarget Code
B (Business)is equivalent towork
B-OLD (Business (Inactive))is equivalent toold
T (Temporary)is equivalent totemp
M (Mobile)is equivalent tomobile

Source

{
  "resourceType": "ConceptMap",
  "id": "hpi-contact-usage",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://nzhts.digital.health.nz/fhir/ConceptMap/hpi-contact-usage",
  "version": "1.0",
  "name": "Cm_hpi_contact_usage",
  "title": "HPI Contact Usage 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 Usage to FHIR Contact Point Use",
  "purpose": "To translate from internal HPI Contact Usage to FHIR Contact Point Use",
  "sourceUri": "https://nzhts.digital.health.nz/fhir/ValueSet/hpi-contact-usage",
  "targetUri": "http://hl7.org/fhir/ValueSet/contact-point-use",
  "group": [
    {
      "source": "https://standards.digital.health.nz/ns/hpi-contact-usage",
      "sourceVersion": "2.0",
      "target": "http://hl7.org/fhir/contact-point-use",
      "targetVersion": "4.0.1",
      "element": [
        {
          "code": "B",
          "target": [
            {
              "code": "work",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "B-OLD",
          "target": [
            {
              "code": "old",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "T",
          "target": [
            {
              "code": "temp",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "M",
          "target": [
            {
              "code": "mobile",
              "equivalence": "equivalent"
            }
          ]
        }
      ]
    }
  ]
}