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

FHIR IG Statistics: ConceptMap/FC-TelecomType

Packagehl7.fhir.us.ccda
TypeConceptMap
IdFC-TelecomType
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/ccda/https://build.fhir.org/ig/HL7/ccda-on-fhir/ConceptMap-FC-TelecomType.html
URLhttp://hl7.org/fhir/us/ccda/ConceptMap/FC-TelecomType
Version2.0.0-ballot
Statusactive
Date2025-05-05T14:21:57+00:00
NameFHIRtoCCDATelecomType
TitleFHIR to C-CDA Telecom Type
Realmus
Authorityhl7
DescriptionFHIR to C-CDA 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

Narrative

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

Generated Narrative: ConceptMap FC-TelecomType

Mapping from ContactPointSystem to (not specified)


Group 1 Mapping from ContactPointSystem to Universal Resource Locator Scheme

Source CodeRelationshipTarget CodeComment
emailis equivalent tomailto
urlis equivalent tohttp
phonemaps to wider concepttel (Telephone)
pagermaps to wider concepttel (Telephone)Note that the @use should be set to PG
faxis equivalent tox-text-fax (Fax)

Source

{
  "resourceType": "ConceptMap",
  "id": "FC-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/FC-TelecomType",
  "version": "2.0.0-ballot",
  "name": "FHIRtoCCDATelecomType",
  "title": "FHIR to C-CDA 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": "FHIR to C-CDA Telecom Type. In CDA, these are prefixes inside the value attribute.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "sourceUri": "http://hl7.org/fhir/ValueSet/contact-point-system",
  "group": [
    {
      "source": "http://hl7.org/fhir/contact-point-system",
      "target": "http://terminology.hl7.org/CodeSystem/v3-URLScheme",
      "element": [
        {
          "code": "email",
          "display": "Email",
          "target": [
            {
              "code": "mailto",
              "display": "Mailto",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "url",
          "display": "URL",
          "target": [
            {
              "code": "http",
              "display": "HTTP",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "phone",
          "display": "Phone",
          "target": [
            {
              "code": "tel",
              "display": "Telephone",
              "equivalence": "wider"
            }
          ]
        },
        {
          "code": "pager",
          "display": "Pager",
          "target": [
            {
              "code": "tel",
              "display": "Telephone",
              "equivalence": "wider",
              "comment": "Note that the @use should be set to PG"
            }
          ]
        },
        {
          "code": "fax",
          "display": "Fax",
          "target": [
            {
              "code": "x-text-fax",
              "display": "Fax",
              "equivalence": "equivalent"
            }
          ]
        }
      ]
    }
  ]
}