Multi-Language Test IG
0.2.0 - International drapeau

Multi-Language Test IG, published by HL7 International / FHIR Infrastructure. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/FHIR/multi-lang-test-ig/ and changes regularly. See the Directory of published versions

: Example Concept Map

Statut des normes de la page: Informative

Brut json | Télécharger

{
  "resourceType" : "ConceptMap",
  "id" : "example",
  "language" : "fr",
  "text" : {
    "status" : "generated",
    "div" : "<div xml:lang=\"fr\" lang=\"fr\"><hr/><p><b>French</b></p><hr/><p class=\"res-header-id\"><b>Narratif généré : CarteDeConcepts example</b></p><a name=\"fr-example\"> </a><a name=\"fr-hcexample\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Langue : en</p></div><p>Mapping from <a href=\"http://hl7.org/fhir/R4/valueset-address-use.html\">AddressUse</a> to <a href=\"http://terminology.hl7.org/6.5.0/ValueSet-v3-AddressUse.html\">AddressUse</a></p><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/6.5.0/CodeSystem-v3-AddressUse.html\">AddressUse</a></p><table class=\"grid\"><tr><td><b>Source Code</b></td><td><b>relation</b></td><td><b>Target Code</b></td><td><b>Commentaire</b></td></tr><tr><td>home</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.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/R5/codesystem-concept-map-relationship.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/R5/codesystem-concept-map-relationship.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/R5/codesystem-concept-map-relationship.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>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "fhir"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "informative",
      "_valueCode" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical" : "http://hl7.org/fhir/test/multi-lang/ImplementationGuide/hl7.fhir.test.multi-lang"
          }
        ]
      }
    }
  ],
  "url" : "http://hl7.org/fhir/test/multi-lang/ConceptMap/example",
  "version" : "0.2.0",
  "name" : "ExampleConceptMap",
  "title" : "Example Concept Map",
  "status" : "draft",
  "experimental" : true,
  "date" : "2025-08-07T06:51:45+00:00",
  "publisher" : "HL7 International / FHIR Infrastructure",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description" : "Example Concept Map Instance",
  "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"
        }
      ]
    }
  ],
  "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"
      }
    }
  ]
}