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

FHIR IG Statistics: ConceptMap/publishable-example

Packagehl7.fhir.uv.crmi
Resource TypeConceptMap
Idpublishable-example
FHIR VersionR4
Sourcehttp://hl7.org/fhir/uv/crmi/https://build.fhir.org/ig/HL7/crmi-ig/ConceptMap-publishable-example.html
URLhttp://hl7.org/fhir/uv/crmi/ConceptMap/publishable-example
Version2.0.0-cibuild
Statusdraft
Date2012-06-13
NamePublishableConceptMapExample
TitlePublishable Concept Map Example
Realmuv
Authorityhl7
DescriptionA mapping between the FHIR and HL7 v3 AddressUse Code systems
PurposeTo help implementers map from HL7 v3/CDA to FHIR
CopyrightCreative Commons 0

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
address-useAddress Use
v3-AddressUseAddressUse
ValueSet
v3-AddressUseAddressUse

Narrative

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

Generated Narrative: ConceptMap publishable-example

Mapping from AddressUse to AddressUse


Group 1 Mapping from AddressUse to AddressUse

Source CodeRelationshipTarget CodeComment
homeis equivalent toH (home address)
workis equivalent toWP (work place)
temp (Temporary)is equivalent toTMP (temporary address)
old (Old / Incorrect)is not related toBAD (bad address)In the HL7 v3 AD, old is handled by the usablePeriod element, but you have to provide a time, there's no simple equivalent of flagging an address as old

Source

{
  "resourceType": "ConceptMap",
  "id": "publishable-example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-publishableconceptmap"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/uv/crmi/ConceptMap/publishable-example",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:2.16.840.1.113883.4.642.40.38.18.1"
  },
  "version": "2.0.0-cibuild",
  "name": "PublishableConceptMapExample",
  "title": "Publishable Concept Map Example",
  "status": "draft",
  "experimental": true,
  "date": "2012-06-13",
  "publisher": "HL7 International / Clinical Decision Support",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/dss"
        }
      ]
    }
  ],
  "description": "A mapping between the FHIR and HL7 v3 AddressUse Code systems",
  "useContext": [
    {
      "code": {
        "system": "http://terminology.hl7.org/CodeSystem/usage-context-type",
        "code": "venue"
      },
      "valueCodeableConcept": {
        "text": "for CCDA Usage"
      }
    }
  ],
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "purpose": "To help implementers map from HL7 v3/CDA to FHIR",
  "copyright": "Creative Commons 0",
  "sourceUri": "http://hl7.org/fhir/ValueSet/address-use",
  "targetUri": "http://terminology.hl7.org/ValueSet/v3-AddressUse",
  "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": "BAD",
              "display": "bad address",
              "equivalence": "disjoint",
              "comment": "In the HL7 v3 AD, old is handled by the usablePeriod element, but you have to provide a time, there's no simple equivalent of flagging an address as old"
            }
          ]
        }
      ],
      "unmapped": {
        "mode": "fixed",
        "code": "temp",
        "display": "temp"
      }
    }
  ]
}