Starter FHIR Implementation Guide
1.0.1 - draft International flag

Starter FHIR Implementation Guide, published by Jembi Health Systems. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/jembi/Starter-FHIR-IG/ and changes regularly. See the Directory of published versions

: ConceptMap to and from LOINC to Proprietary - JSON Representation

Draft as of 2024-08-30

Raw json | Download

{
  "resourceType" : "ConceptMap",
  "id" : "LOINCCodesToProprietary",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ConceptMap LOINCCodesToProprietary</b></p><a name=\"LOINCCodesToProprietary\"> </a><a name=\"hcLOINCCodesToProprietary\"> </a><a name=\"LOINCCodesToProprietary-en-US\"> </a><p>Mapping from (not specified) to (not specified)</p><br/><p><b>Group 1 </b>Mapping from <a href=\"CodeSystem-yes-no-code-system.html\">Yes/No</a> to <a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-v3-loinc.html\">Logical Observation Identifiers, Names and Codes (LOINC)</a></p><table class=\"grid\"><tr><td><b>Source Code</b></td><td><b>Relationship</b></td><td><b>Target Code</b></td></tr><tr><td>true (Yes)</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>LA29252-6 (Currently breastfeeding)</td></tr><tr><td>false (No)</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>LA29253-4 (Not currently breastfeeding)</td></tr></table><hr/><p><b>Group 2 </b>Mapping from <a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-v3-loinc.html\">Logical Observation Identifiers, Names and Codes (LOINC)</a> to <a href=\"CodeSystem-yes-no-code-system.html\">Yes/No</a></p><table class=\"grid\"><tr><td><b>Source Code</b></td><td><b>Relationship</b></td><td><b>Target Code</b></td></tr><tr><td>LA29252-6 (Currently breastfeeding)</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>true (Yes)</td></tr><tr><td>LA29253-4 (Not currently breastfeeding)</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>false (No)</td></tr></table></div>"
  },
  "url" : "http://jembi.org/fhir/ConceptMap/LOINCCodesToProprietary",
  "version" : "1.0.1",
  "name" : "LOINCCodesToProprietary",
  "title" : "ConceptMap to and from LOINC to Proprietary",
  "status" : "draft",
  "experimental" : true,
  "date" : "2024-08-30",
  "publisher" : "Jembi Health Systems",
  "contact" : [
    {
      "name" : "Jembi Health Systems",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.jembi.org/"
        },
        {
          "system" : "email",
          "value" : "info@jembi.org"
        }
      ]
    },
    {
      "name" : "Richard Langford",
      "telecom" : [
        {
          "system" : "email",
          "value" : "richard.langford@jembi.org",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Mapping to and from proprietary concepts to LOINC.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "group" : [
    {
      "source" : "http://jembi.org/fhir/CodeSystem/yes-no-code-system",
      "target" : "http://loinc.org",
      "element" : [
        {
          "code" : "true",
          "target" : [
            {
              "code" : "LA29252-6",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "false",
          "target" : [
            {
              "code" : "LA29253-4",
              "equivalence" : "equivalent"
            }
          ]
        }
      ]
    },
    {
      "source" : "http://loinc.org",
      "target" : "http://jembi.org/fhir/CodeSystem/yes-no-code-system",
      "element" : [
        {
          "code" : "LA29252-6",
          "target" : [
            {
              "code" : "true",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "LA29253-4",
          "target" : [
            {
              "code" : "false",
              "equivalence" : "equivalent"
            }
          ]
        }
      ]
    }
  ]
}