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

FHIR IG analytics

Packagehl7.fhir.us.ccda.r4b
Resource TypeConceptMap
IdConceptMap-CF-TelecomUse.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: ConceptMap CF-TelecomUse

Mapping from TelecommunicationAddressUse to ContactPointUse


Group 1 Mapping from AddressUse to ContactPointUse

Source CodeRelationshipTarget Code
AS (answering service)maps to wider conceptwork
BAD (bad address)maps to wider conceptold
DIR (direct)maps to wider conceptwork
EC (emergency contact)(not mapped)
H (home address)is equivalent tohome
HP (primary home)maps to wider concepthome
HV (vacation home)maps to wider concepthome
MC (mobile contact)is equivalent tomobile
PG (pager)maps to wider conceptmobile
PUB (public)maps to wider conceptwork
TMP (temporary address)is equivalent totemp
WP (work place)is equivalent towork

Source1

{
  "resourceType": "ConceptMap",
  "id": "CF-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/CF-TelecomUse",
  "version": "2.0.0-ballot",
  "name": "CCDAtoFHIRTelecomUse",
  "title": "C-CDA to FHIR Telecom Use",
  "status": "active",
  "experimental": false,
  "date": "2024-12-17T21:44:35+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 Use",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "sourceUri": "http://terminology.hl7.org/ValueSet/v3-TelecommunicationAddressUse",
  "targetUri": "http://hl7.org/fhir/ValueSet/contact-point-use",
  "group": [
    {
      "source": "http://terminology.hl7.org/CodeSystem/v3-AddressUse",
      "target": "http://hl7.org/fhir/contact-point-use",
      "element": [
        {
          "code": "AS",
          "display": "answering service",
          "target": [
            {
              "code": "work",
              "display": "Work",
              "equivalence": "wider"
            }
          ]
        },
        {
          "code": "BAD",
          "display": "bad address",
          "target": [
            {
              "code": "old",
              "display": "Old",
              "equivalence": "wider"
            }
          ]
        },
        {
          "code": "DIR",
          "display": "direct",
          "target": [
            {
              "code": "work",
              "display": "Work",
              "equivalence": "wider"
            }
          ]
        },
        {
          "code": "EC",
          "display": "emergency contact",
          "target": [
            {
              "equivalence": "unmatched"
            }
          ]
        },
        {
          "code": "H",
          "display": "home address",
          "target": [
            {
              "code": "home",
              "display": "Home",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "HP",
          "display": "primary home",
          "target": [
            {
              "code": "home",
              "display": "Home",
              "equivalence": "wider"
            }
          ]
        },
        {
          "code": "HV",
          "display": "vacation home",
          "target": [
            {
              "code": "home",
              "display": "Home",
              "equivalence": "wider"
            }
          ]
        },
        {
          "code": "MC",
          "display": "mobile contact",
          "target": [
            {
              "code": "mobile",
              "display": "Mobile",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "PG",
          "display": "pager",
          "target": [
            {
              "code": "mobile",
              "display": "Mobile",
              "equivalence": "wider"
            }
          ]
        },
        {
          "code": "PUB",
          "display": "public",
          "target": [
            {
              "code": "work",
              "display": "Work",
              "equivalence": "wider"
            }
          ]
        },
        {
          "code": "TMP",
          "display": "temporary address",
          "target": [
            {
              "code": "temp",
              "display": "Temp",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "WP",
          "display": "work place",
          "target": [
            {
              "code": "work",
              "display": "Work",
              "equivalence": "equivalent"
            }
          ]
        }
      ]
    }
  ]
}