FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5
0.0.1-snapshot-2 - informative International flag

FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5 - Version 0.0.1-snapshot-2. See the Directory of published versions

: ConceptMapRelationship - JSON Representation

Page standards status: Informative Maturity Level: 3

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "concept-map-relationship",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>This code system \n              <code>http://hl7.org/fhir/concept-map-relationship</code> defines the following codes:\n            </p>\n            <table class=\"codes\">\n              <tr>\n                <td>\n                  <b>Lvl</b>\n                </td>\n                <td style=\"white-space:nowrap\">\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n              </tr>\n              <tr>\n                <td>1</td>\n                <td style=\"white-space:nowrap\">related-to\n                  <a name=\"concept-map-relationship-related-to\"> </a>\n                </td>\n                <td>Related To</td>\n                <td>The concepts are related to each other, but the exact relationship is not known.</td>\n              </tr>\n              <tr>\n                <td>2</td>\n                <td style=\"white-space:nowrap\">\u00a0\u00a0equivalent\n                  <a name=\"concept-map-relationship-equivalent\"> </a>\n                </td>\n                <td>Equivalent</td>\n                <td>The definitions of the concepts mean the same thing.</td>\n              </tr>\n              <tr>\n                <td>2</td>\n                <td style=\"white-space:nowrap\">\u00a0\u00a0source-is-narrower-than-target\n                  <a name=\"concept-map-relationship-source-is-narrower-than-target\"> </a>\n                </td>\n                <td>Source Is Narrower Than Target</td>\n                <td>The source concept is narrower in meaning than the target concept.</td>\n              </tr>\n              <tr>\n                <td>2</td>\n                <td style=\"white-space:nowrap\">\u00a0\u00a0source-is-broader-than-target\n                  <a name=\"concept-map-relationship-source-is-broader-than-target\"> </a>\n                </td>\n                <td>Source Is Broader Than Target</td>\n                <td>The source concept is broader in meaning than the target concept.</td>\n              </tr>\n              <tr>\n                <td>1</td>\n                <td style=\"white-space:nowrap\">not-related-to\n                  <a name=\"concept-map-relationship-not-related-to\"> </a>\n                </td>\n                <td>Not Related To</td>\n                <td>This is an explicit assertion that the target concept is not related to the source concept.</td>\n              </tr>\n            </table>\n          </div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "informative"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 3
    },
    {
      "extension" : [
        {
          "url" : "packageId",
          "valueId" : "hl7.fhir.uv.xver-r5.r4"
        },
        {
          "url" : "version",
          "valueString" : "0.0.1-snapshot-2"
        }
      ],
      "url" : "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "fhir"
    }
  ],
  "url" : "http://hl7.org/fhir/concept-map-relationship",
  "version" : "5.0.0",
  "name" : "ConceptMapRelationship",
  "title" : "ConceptMapRelationship",
  "status" : "draft",
  "experimental" : false,
  "date" : "2023-03-26T14:21:02+10:00",
  "publisher" : "FHIR Infrastructure",
  "contact" : [
    {
      "name" : "FHIR Infrastructure",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description" : "The relationship between concepts.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/concept-map-relationship|5.0.0",
  "content" : "complete",
  "concept" : [
    {
      "code" : "related-to",
      "display" : "Related To",
      "definition" : "The concepts are related to each other, but the exact relationship is not known.",
      "concept" : [
        {
          "code" : "equivalent",
          "display" : "Equivalent",
          "definition" : "The definitions of the concepts mean the same thing."
        },
        {
          "code" : "source-is-narrower-than-target",
          "display" : "Source Is Narrower Than Target",
          "definition" : "The source concept is narrower in meaning than the target concept."
        },
        {
          "code" : "source-is-broader-than-target",
          "display" : "Source Is Broader Than Target",
          "definition" : "The source concept is broader in meaning than the target concept."
        }
      ]
    },
    {
      "code" : "not-related-to",
      "display" : "Not Related To",
      "definition" : "This is an explicit assertion that the target concept is not related to the source concept."
    }
  ]
}