MediRecords FHIR Implementation Guide
1.3.0 - release


: AllergyIntolerance Category FHIR To MediRecords ConceptMap - JSON Representation

Raw json | Download


{
  "resourceType" : "ConceptMap",
  "id" : "allergyCategory-fhir-mr",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Mapping from <a href=\"http://hl7.org/fhir/R4/valueset-allergy-intolerance-category.html\">AllergyIntoleranceCategory</a> to https://fhir.medirecords.com/ValueSet/mr-allergyCategory</p><p>DRAFT (not intended for production usage). Published on 2021-12-10 by MediRecords.com (MediRecords project team: <a href=\"https://fhir.medirecords.com/\">https://fhir.medirecords.com/</a>). </p><div><p>Mapping of all FHIR AllergyIntolerance cateogry codes to MediRecords Allergy category codes</p>\n</div><br/><p><b>Group 1</b>Mapping from <a href=\"http://hl7.org/fhir/R4/codesystem-allergy-intolerance-category.html\">AllergyIntoleranceCategory (version 4.0.1)</a> to <code>https://fhir.medirecords.com/CodeSystem/mr-allergyCategory|1</code></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>food</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>1 (Food)</td></tr><tr><td>medication</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>2 (Medication)</td></tr><tr><td>environment</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>3 (Environment)</td></tr><tr><td>biologic</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>4 (Biologic)</td></tr></table></div>"
  },
  "url" : "https://fhir.medirecords.com/ConceptMap/allergyCategory-fhir-mr",
  "identifier" : {
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:uuid:70a9622e-5512-4332-9e62-0f60e3f4d5b3"
  },
  "version" : "1.3.0",
  "name" : "AllergyIntoleranceCategoryFHIRToMR",
  "title" : "AllergyIntolerance Category FHIR To MediRecords ConceptMap",
  "status" : "draft",
  "experimental" : true,
  "date" : "2021-12-10",
  "publisher" : "MediRecords.com",
  "contact" : [
    {
      "name" : "MediRecords project team",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://fhir.medirecords.com/"
        }
      ]
    }
  ],
  "description" : "Mapping of all FHIR AllergyIntolerance cateogry codes to MediRecords Allergy category codes",
  "sourceCanonical" : "http://hl7.org/fhir/ValueSet/allergy-intolerance-category",
  "targetCanonical" : "https://fhir.medirecords.com/ValueSet/mr-allergyCategory",
  "group" : [
    {
      "source" : "http://hl7.org/fhir/allergy-intolerance-category",
      "sourceVersion" : "4.0.1",
      "target" : "https://fhir.medirecords.com/CodeSystem/mr-allergyCategory",
      "targetVersion" : "1",
      "element" : [
        {
          "code" : "food",
          "display" : "Food",
          "target" : [
            {
              "code" : "1",
              "display" : "Food",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "medication",
          "display" : "Medication",
          "target" : [
            {
              "code" : "2",
              "display" : "Medication",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "environment",
          "display" : "Environment",
          "target" : [
            {
              "code" : "3",
              "display" : "Environment",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "biologic",
          "display" : "Biologic",
          "target" : [
            {
              "code" : "4",
              "display" : "Biologic",
              "equivalence" : "equivalent"
            }
          ]
        }
      ]
    }
  ]
}