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

FHIR IG Statistics: ConceptMap/FC-TelecomUse

Packagehl7.fhir.us.ccda
TypeConceptMap
IdFC-TelecomUse
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/ccda/https://build.fhir.org/ig/HL7/ccda-on-fhir/ConceptMap-FC-TelecomUse.html
URLhttp://hl7.org/fhir/us/ccda/ConceptMap/FC-TelecomUse
Version2.0.0-ballot
Statusactive
Date2025-05-05T14:21:57+00:00
NameFHIRtoCCDATelecomUse
TitleFHIR to C-CDA Telecom Use
Realmus
Authorityhl7
DescriptionFHIR to C-CDA Telecom Use. Note that CDA's PG use code is equivalent to FHIR's ContactPoint.system of 'pager'.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
v3-AddressUseAddressUse
v3-AddressUseAddressUse
ValueSet
v3-TelecommunicationAddressUseTelecommunicationAddressUse
v3-TelecommunicationAddressUseTelecommunicationAddressUse

Narrative

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

Generated Narrative: ConceptMap FC-TelecomUse

Mapping from ContactPointUse to TelecommunicationAddressUse


Group 1 Mapping from ContactPointUse to AddressUse

Source Concept DetailsRelationshipTarget Concept DetailsComment
Codes from ContactPointUseCodes from AddressUse
homeHomenarrowerHPprimary homePrimary home would be recommended default.
narrowerHVvacation homePrimary home would be recommended default.
workWorkis equivalent toWPwork place
tempTempis equivalent toTMPtemporary address
oldOldnarrowerBADbad addressAge is not implied in CDA value
mobileMobileis equivalent toMCmobile contact

Source

{
  "resourceType": "ConceptMap",
  "id": "FC-TelecomUse",
  "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-TelecomUse",
  "version": "2.0.0-ballot",
  "name": "FHIRtoCCDATelecomUse",
  "title": "FHIR to C-CDA Telecom Use",
  "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 Use. Note that CDA's PG use code is equivalent to FHIR's ContactPoint.system of 'pager'.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "sourceUri": "http://hl7.org/fhir/ValueSet/contact-point-use",
  "targetUri": "http://terminology.hl7.org/ValueSet/v3-TelecommunicationAddressUse",
  "group": [
    {
      "source": "http://hl7.org/fhir/contact-point-use",
      "target": "http://terminology.hl7.org/CodeSystem/v3-AddressUse",
      "element": [
        {
          "code": "home",
          "display": "Home",
          "target": [
            {
              "code": "HP",
              "display": "primary home",
              "equivalence": "narrower",
              "comment": "Primary home would be recommended default."
            },
            {
              "code": "HV",
              "display": "vacation home",
              "equivalence": "narrower",
              "comment": "Primary home would be recommended default."
            }
          ]
        },
        {
          "code": "work",
          "display": "Work",
          "target": [
            {
              "code": "WP",
              "display": "work place",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "temp",
          "display": "Temp",
          "target": [
            {
              "code": "TMP",
              "display": "temporary address",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "old",
          "display": "Old",
          "target": [
            {
              "code": "BAD",
              "display": "bad address",
              "equivalence": "narrower",
              "comment": "Age is not implied in CDA value"
            }
          ]
        },
        {
          "code": "mobile",
          "display": "Mobile",
          "target": [
            {
              "code": "MC",
              "display": "mobile contact",
              "equivalence": "equivalent"
            }
          ]
        }
      ]
    }
  ]
}