Canonical Resource Management Infrastructure Implementation Guide
1.0.0 - STU1 International flag

Canonical Resource Management Infrastructure Implementation Guide, published by HL7 International / Clinical Decision Support. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/crmi-ig/ and changes regularly. See the Directory of published versions

: Publishable Concept Map Example - JSON Representation

Draft as of 2012-06-13

Raw json | Download


{
  "resourceType" : "ConceptMap",
  "id" : "publishable-example",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-publishableconceptmap"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Mapping from <a href=\"http://hl7.org/fhir/R4/valueset-address-use.html\">AddressUse</a> to <a href=\"http://terminology.hl7.org/5.5.0/ValueSet-v3-AddressUse.html\">AddressUse</a></p><p>DRAFT (not intended for production usage). Published on 2012-06-13 by HL7 International / Clinical Decision Support (<a href=\"http://www.hl7.org/Special/committees/dss\">http://www.hl7.org/Special/com...</a>). Creative Commons 0</p><div><p>A mapping between the FHIR and HL7 v3 AddressUse Code systems</p>\n</div><br/><p><b>Group 1</b> Mapping from <a href=\"http://hl7.org/fhir/R4/codesystem-address-use.html\">AddressUse</a> to <a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-AddressUse.html\">AddressUse</a></p><table class=\"grid\"><tr><td><b>Source Code</b></td><td><b>Relationship</b></td><td><b>Target Code</b></td><td><b>Comment</b></td></tr><tr><td>home</td><td><a href=\"http://hl7.org/fhir/extensions/5.1.0/CodeSystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>H (home address)</td><td/></tr><tr><td>work</td><td><a href=\"http://hl7.org/fhir/extensions/5.1.0/CodeSystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>WP (work place)</td><td/></tr><tr><td>temp (Temporary)</td><td><a href=\"http://hl7.org/fhir/extensions/5.1.0/CodeSystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>TMP (temporary address)</td><td/></tr><tr><td>old (Old / Incorrect)</td><td><a href=\"http://hl7.org/fhir/extensions/5.1.0/CodeSystem-concept-map-equivalence.html#disjoint\" title=\"disjoint\">is not related to</a></td><td>BAD (bad address)</td><td>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</td></tr></table></div>"
  },
  "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" : "1.0.0",
  "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" : [
            {
              "modifierExtension" : [
                {
                  "url" : "http://hl7.org/fhir/1.0/StructureDefinition/extension-ConceptMap.element.target.equivalence",
                  "valueCode" : "equivalent"
                }
              ],
              "code" : "H",
              "display" : "home address",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "work",
          "display" : "work",
          "target" : [
            {
              "modifierExtension" : [
                {
                  "url" : "http://hl7.org/fhir/1.0/StructureDefinition/extension-ConceptMap.element.target.equivalence",
                  "valueCode" : "equivalent"
                }
              ],
              "code" : "WP",
              "display" : "work place",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "temp",
          "display" : "Temporary",
          "target" : [
            {
              "modifierExtension" : [
                {
                  "url" : "http://hl7.org/fhir/1.0/StructureDefinition/extension-ConceptMap.element.target.equivalence",
                  "valueCode" : "equivalent"
                }
              ],
              "code" : "TMP",
              "display" : "temporary address",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "old",
          "display" : "Old / Incorrect",
          "target" : [
            {
              "modifierExtension" : [
                {
                  "url" : "http://hl7.org/fhir/1.0/StructureDefinition/extension-ConceptMap.element.target.equivalence",
                  "valueCode" : "disjoint"
                }
              ],
              "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"
      }
    }
  ]
}