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

FHIR IG Statistics: ConceptMap/cm-accdr-address-use

Packageaccdr.fhir.ig.pkg
Resource TypeConceptMap
Idcm-accdr-address-use
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=accdr.fhir.ig.pkg@0.9.27&canonical=http://ontariohealth.ca/fhir/ConceptMap/cm-accdr-address-use
URLhttp://ontariohealth.ca/fhir/ConceptMap/cm-accdr-address-use
Version1.0.0
Statusactive
Date2023-03-28T12:47:40+10:00
Namev2toFHIRmapforacCDRAddressUse
Titlev2 map for CDR AddressUse

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
address-useAddress Use
v2-0190addressType
ValueSet
v2-0190hl7VS-addressType

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ConceptMap",
  "id": "cm-accdr-address-use",
  "url": "http://ontariohealth.ca/fhir/ConceptMap/cm-accdr-address-use",
  "version": "1.0.0",
  "name": "v2toFHIRmapforacCDRAddressUse",
  "title": "v2 map for CDR AddressUse",
  "status": "active",
  "experimental": false,
  "date": "2023-03-28T12:47:40+10:00",
  "publisher": "Ontario Health",
  "sourceCanonical": "http://terminology.hl7.org/ValueSet/v2-0190",
  "targetCanonical": "http://hl7.org/fhir/ValueSet/address-use",
  "group": [
    {
      "source": "http://terminology.hl7.org/CodeSystem/v2-0190",
      "target": "http://hl7.org/fhir/address-use",
      "element": [
        {
          "code": "H",
          "display": "Home",
          "target": [
            {
              "code": "home",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "B",
          "display": "Business/Work",
          "target": [
            {
              "code": "work",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "C",
          "display": "Current - if different from home",
          "target": [
            {
              "code": "temp",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "M",
          "display": "Mailing",
          "target": [
            {
              "code": "billing",
              "equivalence": "specializes"
            }
          ]
        }
      ]
    }
  ]
}