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

FHIR IG Statistics: ConceptMap/FC-AddressUse

Packagehl7.fhir.us.ccda
TypeConceptMap
IdFC-AddressUse
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/ccda/https://build.fhir.org/ig/HL7/ccda-on-fhir/ConceptMap-FC-AddressUse.html
URLhttp://hl7.org/fhir/us/ccda/ConceptMap/FC-AddressUse
Version2.0.0-ballot
Statusactive
Date2025-05-05T14:21:57+00:00
NameFHIRtoCCDAAddressUse
TitleFHIR to C-CDA Address Use
Realmus
Authorityhl7
DescriptionFHIR to C-CDA Address Use. Based on http://hl7.org/fhir/cm-address-use-v3.html

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
address-useAddress Use
v3-AddressUseAddressUse
v3-AddressUseAddressUse

Narrative

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

Generated Narrative: ConceptMap FC-AddressUse

Mapping from AddressUse to https://vsac.nlm.nih.gov/valueset/2.16.840.1.113883.1.11.10637


Group 1 Mapping from AddressUse to AddressUse

Source Concept DetailsRelationshipTarget Concept DetailsComment
Codes from AddressUseCodes from AddressUse
homeHomeis equivalent toHhome address
workWorkis equivalent toWPwork place
tempTemporaryis equivalent toTMPtemporary address
oldOld / IncorrectnarrowerOLDno longer in useIncorrect is not included in the CDA definition
narrowerBADbad addressOld is not included in the CDA definition
billingBillingnarrowerPSTpostal addressUsed to send mail

Source

{
  "resourceType": "ConceptMap",
  "id": "FC-AddressUse",
  "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-AddressUse",
  "version": "2.0.0-ballot",
  "name": "FHIRtoCCDAAddressUse",
  "title": "FHIR to C-CDA Address 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 Address Use. Based on http://hl7.org/fhir/cm-address-use-v3.html",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "sourceUri": "http://hl7.org/fhir/ValueSet/address-use",
  "targetUri": "https://vsac.nlm.nih.gov/valueset/2.16.840.1.113883.1.11.10637",
  "group": [
    {
      "source": "http://hl7.org/fhir/address-use",
      "target": "http://terminology.hl7.org/CodeSystem/v3-AddressUse",
      "element": [
        {
          "code": "home",
          "display": "Home",
          "target": [
            {
              "code": "H",
              "display": "home address",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "work",
          "display": "Work",
          "target": [
            {
              "code": "WP",
              "display": "work place",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "temp",
          "display": "Temporary",
          "target": [
            {
              "code": "TMP",
              "display": "temporary address",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "old",
          "display": "Old / Incorrect",
          "target": [
            {
              "code": "OLD",
              "display": "no longer in use",
              "equivalence": "narrower",
              "comment": "Incorrect is not included in the CDA definition"
            },
            {
              "code": "BAD",
              "display": "bad address",
              "equivalence": "narrower",
              "comment": "Old is not included in the CDA definition"
            }
          ]
        },
        {
          "code": "billing",
          "display": "Billing",
          "target": [
            {
              "code": "PST",
              "display": "postal address",
              "equivalence": "narrower",
              "comment": "Used to send mail"
            }
          ]
        }
      ]
    }
  ]
}