Release 4

Sc-valueset-allergyintolerance-verification.json

Patient Care Work GroupMaturity Level: N/AStandards Status: Informative

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

Canonical Mapping for "AllergyIntolerance Verification Status Codes"

{
  "resourceType" : "ConceptMap",
  "id" : "sc-allergyintolerance-verification",
  "text" : {
    "status" : "generated",
    "div" : "<div>!-- Snipped for Brevity --></div>"
  },
  "url" : "http://hl7.org/fhir/ConceptMap/sc-allergyintolerance-verification",
  "version" : "4.0.1",
  "name" : "AllergyIntoleranceVerificationStatusCodesCanonicalMap",
  "title" : "Canonical Mapping for \"AllergyIntolerance Verification Status Codes\"",
  "status" : "draft",
  "date" : "2021-01-21T15:34:20+00:00",
  "publisher" : "FHIR Project team",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://hl7.org/fhir"
    }]
  }],
  "description" : "Canonical Mapping for \"Preferred value set for AllergyIntolerance Verification Status.\"",
  "sourceCanonical" : "http://hl7.org/fhir/ValueSet/allergyintolerance-verification",
  "targetCanonical" : "http://hl7.org/fhir/ValueSet/resource-status",
  "group" : [{
    "source" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
    "target" : "http://hl7.org/fhir/resource-status",
    "element" : [{
      "code" : "entered-in-error",
      "target" : [{
        "code" : "error",
        "equivalence" : "equivalent"
      }]
    },
    {
      "code" : "unconfirmed",
      "target" : [{
        "code" : "unconfirmed",
        "equivalence" : "equivalent"
      }]
    },
    {
      "code" : "confirmed",
      "target" : [{
        "code" : "confirmed",
        "equivalence" : "equivalent"
      }]
    },
    {
      "code" : "refuted",
      "target" : [{
        "code" : "refuted",
        "equivalence" : "equivalent"
      }]
    }]
  }]
}

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.