FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageaccdr.fhir.ig.pkg
Resource TypeConceptMap
Idcm-contactpointsystem.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ConceptMap",
  "id": "cm-contact-point-system",
  "url": "http://ontariohealth.ca/fhir/ConceptMap/cm-contact-point-system",
  "version": "1.0.0",
  "name": "v2toFHIRmapforacCDRContactPointSystem",
  "title": "v2 to FHIR map for acCDR ContactPointSystem",
  "status": "active",
  "experimental": false,
  "date": "2023-03-28T12:47:40+10:00",
  "publisher": "Ontario Health",
  "sourceCanonical": "http://terminology.hl7.org/ValueSet/v2-0202",
  "targetCanonical": "http://hl7.org/fhir/ValueSet/contact-point-system",
  "group": [
    {
      "source": "http://terminology.hl7.org/CodeSystem/v2-0202",
      "target": "http://hl7.org/fhir/contact-point-system",
      "element": [
        {
          "code": "PH",
          "display": "Phone",
          "target": [
            {
              "code": "phone",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "FX",
          "display": "Fax",
          "target": [
            {
              "code": "fax",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "CP",
          "display": "Mobile",
          "target": [
            {
              "code": "phone",
              "equivalence": "subsumes"
            }
          ]
        },
        {
          "code": "BP",
          "display": "Pager / Beeper",
          "target": [
            {
              "code": "pager",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "Internet",
          "display": "Internet",
          "target": [
            {
              "code": "email",
              "equivalence": "specializes"
            }
          ]
        }
      ]
    }
  ]
}