FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.healthedata1-sandbox
Resource TypeAllergyIntolerance
IdAllergyIntolerance-low-criticality.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: AllergyIntolerance low-criticality

clinicalStatus: Active

verificationStatus: Confirmed

category: Environment

criticality: Low Risk

code: Latex

patient: Amy V. Shaw

recorder: Dr Ronald Bone

Reactions

-ManifestationSeverity
*localized contact dermatitisMild

Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "low-criticality",
  "meta": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/instance-name",
        "valueString": "AllergyIntolerance Low Criticality Example"
      },
      {
        "url": "http://hl7.org/fhir/StructureDefinition/instance-description",
        "valueMarkdown": "This example of a *US Core AllergyIntolerance Profile* illustrates a confirmed latex contact allergy assessed as low criticality based on a history of mild, localized contact dermatitis without systemic involvement."
      }
    ],
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-allergyintolerance"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "clinicalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "code": "active"
      }
    ]
  },
  "verificationStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
        "code": "confirmed"
      }
    ]
  },
  "category": [
    "environment"
  ],
  "criticality": "low",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "version": "http://snomed.info/sct/731000124108",
        "code": "111088007",
        "display": "Latex (substance)"
      }
    ],
    "text": "Latex"
  },
  "patient": {
    "reference": "Patient/example",
    "display": "Amy V. Shaw"
  },
  "recorder": {
    "reference": "Practitioner/practitioner-1",
    "display": "Dr Ronald Bone"
  },
  "reaction": [
    {
      "manifestation": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "version": "http://snomed.info/sct/731000124108",
              "code": "271807003",
              "display": "Skin rash"
            }
          ],
          "text": "localized contact dermatitis"
        }
      ],
      "severity": "mild"
    }
  ]
}