Release 5 Snapshot #1

This page is part of the FHIR Specification (v5.0.0-snapshot1: Release 5 Snapshot #1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Conceptmap2-example.json

Vocabulary Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Not linked to any defined compartments

Raw JSON (canonical form + also see JSON Format Specification)

General ConceptMap2 Example

{
  "resourceType": "ConceptMap2",
  "id": "101",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><div><p>Resource &quot;101&quot; </p></div><p><b>url</b>: <a>http://hl7.org/fhir/ConceptMap/101</a></p><p><b>identifier</b>: id: urn:uuid:53cd62ee-033e-414c-9f58-3ca97b5ffc3b</p><p><b>version</b>: 20120613</p><p><b>name</b>: FHIR-v3-Address-Use</p><p><b>title</b>: FHIR/v3 Address Use Mapping</p><p><b>status</b>: draft</p><p><b>experimental</b>: true</p><p><b>date</b>: 2012-06-13</p><p><b>publisher</b>: HL7, Inc</p><p><b>contact</b>: FHIR project team (example): <a>http://hl7.org/fhir</a></p><p><b>description</b>: A mapping between the FHIR and HL7 v3 AddressUse Code systems</p><p><b>jurisdiction</b>: United States of America <span> (unknown#US)</span></p><p><b>purpose</b>: To help implementers map from HL7 v3/CDA to FHIR</p><p><b>copyright</b>: Creative Commons 0</p><p><b>source</b>: <a>http://hl7.org/fhir/ValueSet/address-use</a></p><p><b>target</b>: <a>http://terminology.hl7.org/ValueSet/v3-AddressUse</a></p><blockquote><p><b>group</b></p><p><b>source</b>: <a>http://hl7.org/fhir/address-use</a></p><p><b>target</b>: <a>http://terminology.hl7.org/CodeSystem/v3-AddressUse</a></p><blockquote><p><b>element</b></p><p><b>code</b>: home</p><p><b>display</b>: home</p><h3>Targets</h3><table><tr><td>-</td><td><b>Code</b></td><td><b>Display</b></td><td><b>Relationship</b></td></tr><tr><td>*</td><td>H</td><td>home</td><td>equivalent</td></tr></table></blockquote><blockquote><p><b>element</b></p><p><b>code</b>: work</p><p><b>display</b>: work</p><h3>Targets</h3><table><tr><td>-</td><td><b>Code</b></td><td><b>Display</b></td><td><b>Relationship</b></td></tr><tr><td>*</td><td>WP</td><td>work place</td><td>equivalent</td></tr></table></blockquote><blockquote><p><b>element</b></p><p><b>code</b>: temp</p><p><b>display</b>: temp</p><h3>Targets</h3><table><tr><td>-</td><td><b>Code</b></td><td><b>Display</b></td><td><b>Relationship</b></td></tr><tr><td>*</td><td>TMP</td><td>temporary address</td><td>equivalent</td></tr></table></blockquote><blockquote><p><b>element</b></p><p><b>code</b>: old</p><p><b>display</b>: old</p><h3>Targets</h3><table><tr><td>-</td><td><b>Code</b></td><td><b>Display</b></td><td><b>Relationship</b></td><td><b>Comment</b></td></tr><tr><td>*</td><td>BAD</td><td>bad address</td><td>not-related-to</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></blockquote><h3>Unmappeds</h3><table><tr><td>-</td><td><b>Mode</b></td><td><b>Code</b></td><td><b>Display</b></td></tr><tr><td>*</td><td>fixed</td><td>temp</td><td>temp</td></tr></table></blockquote></div>"
  },
  "url": "http://hl7.org/fhir/ConceptMap/101",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:uuid:53cd62ee-033e-414c-9f58-3ca97b5ffc3b"
    }
  ],
  "version": "20120613",
  "name": "FHIR-v3-Address-Use",
  "title": "FHIR/v3 Address Use Mapping",
  "status": "draft",
  "experimental": true,
  "date": "2012-06-13",
  "publisher": "HL7, Inc",
  "contact": [
    {
      "name": "FHIR project team (example)",
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        }
      ]
    }
  ],
  "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": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "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",
              "relationship": "equivalent"
            }
          ]
        },
        {
          "code": "work",
          "display": "work",
          "target": [
            {
              "code": "WP",
              "display": "work place",
              "relationship": "equivalent"
            }
          ]
        },
        {
          "code": "temp",
          "display": "temp",
          "target": [
            {
              "code": "TMP",
              "display": "temporary address",
              "relationship": "equivalent"
            }
          ]
        },
        {
          "code": "old",
          "display": "old",
          "target": [
            {
              "code": "BAD",
              "display": "bad address",
              "relationship": "not-related-to",
              "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"
      }
    }
  ]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.