C-CDA on FHIR
1.2.0-ballot - CI Build United States of America flag

This page is part of the C-CDA on FHIR Implementation Guide (v1.2.0-ballot: STU 1 Ballot 4) based on FHIR R4. The current version which supercedes this version is 1.1.0. For a full list of available versions, see the Directory of published versions

: C-CDA to FHIR Telecom Type - JSON Representation

Active as of 2023-03-27

Raw json | Download


{
  "resourceType" : "ConceptMap",
  "id" : "CF-TelecomType",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>CCDAtoFHIRTelecomType (http://hl7.org/fhir/us/ccda/ConceptMap/CF-TelecomType)</h2><p>Mapping from (not specified) to <a href=\"http://hl7.org/fhir/R4/valueset-contact-point-system.html\">ContactPointSystem</a></p><p>ACTIVE. Published on 2023-03-27 20:45:24+0000 by HL7 Structured Documents Working Group (HL7 Structured Documents Working Group: <a href=\"http://hl7.org/Special/committees/structure/index.cfm\">http://hl7.org/Special/committ...</a>). </p><div><p>C-CDA to FHIR Telecom Type</p>\n</div><br/><p><b>Group 1</b>Mapping from <a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-URLScheme.html\">Universal Resource Locator Scheme</a> to <a href=\"http://hl7.org/fhir/R4/codesystem-contact-point-system.html\">ContactPointSystem</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>mailto</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>email</td></tr><tr><td>http</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>url</td></tr><tr><td>tel (Telephone)</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>phone</td></tr><tr><td>fax</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>fax</td></tr></table></div>"
  },
  "url" : "http://hl7.org/fhir/us/ccda/ConceptMap/CF-TelecomType",
  "version" : "1.2.0-ballot",
  "name" : "CCDAtoFHIRTelecomType",
  "title" : "C-CDA to FHIR Telecom Type",
  "status" : "active",
  "experimental" : false,
  "date" : "2023-03-27T20:45:24+00:00",
  "publisher" : "HL7 Structured Documents Working Group",
  "contact" : [
    {
      "name" : "HL7 Structured Documents Working Group",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/Special/committees/structure/index.cfm"
        }
      ]
    }
  ],
  "description" : "C-CDA to FHIR Telecom Type",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "targetUri" : "http://hl7.org/fhir/ValueSet/contact-point-system",
  "group" : [
    {
      "source" : "http://terminology.hl7.org/CodeSystem/v3-URLScheme",
      "target" : "http://hl7.org/fhir/contact-point-system",
      "element" : [
        {
          "code" : "mailto",
          "display" : "Mailto",
          "target" : [
            {
              "code" : "email",
              "display" : "Email",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "http",
          "display" : "HTTP",
          "target" : [
            {
              "code" : "url",
              "display" : "URL",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "tel",
          "display" : "Telephone",
          "target" : [
            {
              "code" : "phone",
              "display" : "Phone",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "fax",
          "display" : "Fax",
          "target" : [
            {
              "code" : "fax",
              "display" : "Fax",
              "equivalence" : "equivalent"
            }
          ]
        }
      ]
    }
  ]
}