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

FHIR IG Statistics: ConceptMap/CF-TelecomType

Packagehl7.fhir.us.ccda
TypeConceptMap
IdCF-TelecomType
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/ccda/https://build.fhir.org/ig/HL7/ccda-on-fhir/ConceptMap-CF-TelecomType.html
URLhttp://hl7.org/fhir/us/ccda/ConceptMap/CF-TelecomType
Version2.0.0-ballot
Statusactive
Date2025-05-05T14:21:57+00:00
NameCCDAtoFHIRTelecomType
TitleC-CDA to FHIR Telecom Type
Realmus
Authorityhl7
DescriptionC-CDA to FHIR Telecom Type. In CDA, these are prefixes inside the value attribute.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
v3-URLSchemeUniversal Resource Locator Scheme
v3-URLSchemeUniversal Resource Locator Scheme
ValueSet
v3-URLSchemeURLScheme
v3-URLSchemeURLScheme

Narrative

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

Generated Narrative: ConceptMap CF-TelecomType

Mapping from URLScheme to ContactPointSystem


Group 1 Mapping from Universal Resource Locator Scheme to ContactPointSystem

Source Concept DetailsRelationshipTarget Concept DetailsComment
Codes from Universal Resource Locator SchemeCodes from ContactPointSystem
mailtoMailtois equivalent toemailEmail
httpHTTPis equivalent tourlURL
telTelephonenarrowerphonePhoneUse phone when the @use is not PG (pager)
narrowerpagerPagerUse pager when the @use is PG (Pager)
faxFaxis equivalent tofaxFaxWhile mappings are provided for both fax and x-text-fax, the latter is the preferred prefix in CDA
x-text-faxFaxis equivalent tofaxFaxWhile mappings are provided for both fax and x-text-fax, the latter is the preferred prefix in CDA
narrowersmsSMSWhile sms: is not technically designated in CDA, if it's included as such, we recommend mapping to sms in FHIR

Source

{
  "resourceType": "ConceptMap",
  "id": "CF-TelecomType",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "cgp"
    }
  ],
  "url": "http://hl7.org/fhir/us/ccda/ConceptMap/CF-TelecomType",
  "version": "2.0.0-ballot",
  "name": "CCDAtoFHIRTelecomType",
  "title": "C-CDA to FHIR Telecom Type",
  "status": "active",
  "experimental": false,
  "date": "2025-05-05T14:21:57+00:00",
  "publisher": "HL7 International / Cross-Group Projects",
  "contact": [
    {
      "name": "HL7 International / Cross-Group Projects",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/cgp"
        }
      ]
    }
  ],
  "description": "C-CDA to FHIR Telecom Type. In CDA, these are prefixes inside the value attribute. ",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "sourceUri": "http://terminology.hl7.org/ValueSet/v3-URLScheme",
  "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": "narrower",
              "comment": "Use phone when the @use is not PG (pager)"
            },
            {
              "code": "pager",
              "display": "Pager",
              "equivalence": "narrower",
              "comment": "Use pager when the @use is PG (Pager)"
            }
          ]
        },
        {
          "code": "fax",
          "display": "Fax",
          "target": [
            {
              "code": "fax",
              "display": "Fax",
              "equivalence": "equivalent",
              "comment": "While mappings are provided for both fax and x-text-fax, the latter is the preferred prefix in CDA"
            }
          ]
        },
        {
          "code": "x-text-fax",
          "display": "Fax",
          "target": [
            {
              "code": "fax",
              "display": "Fax",
              "equivalence": "equivalent",
              "comment": "While mappings are provided for both fax and x-text-fax, the latter is the preferred prefix in CDA"
            }
          ]
        },
        {
          "target": [
            {
              "code": "sms",
              "display": "SMS",
              "equivalence": "narrower",
              "comment": "While sms: is not technically designated in CDA, if it's included as such, we recommend mapping to sms in FHIR"
            }
          ]
        }
      ]
    }
  ]
}