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

FHIR IG analytics

Packagehl7.fhir.us.healthedata1-sandbox
Resource TypeAllergyIntolerance
IdAllergyIntolerance-unable-to-assess-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 unable-to-assess-criticality

clinicalStatus: Active

verificationStatus: Unconfirmed

category: Medication

criticality: Unable to Assess Risk

code: sulfonamide antibacterial

patient: Amy V. Shaw

recorder: Dr Ronald Bone

Reactions

-Manifestation
*patient-reported reaction, manifestation not recalled

Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "unable-to-assess-criticality",
  "meta": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/instance-name",
        "valueString": "AllergyIntolerance Unable-to-Assess Criticality Example"
      },
      {
        "url": "http://hl7.org/fhir/StructureDefinition/instance-description",
        "valueMarkdown": "This example of a *US Core AllergyIntolerance Profile* illustrates a self-reported childhood sulfonamide reaction for which the recorder cannot determine the potential clinical harm because the patient cannot recall the prior manifestation or severity."
      }
    ],
    "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": "unconfirmed"
      }
    ]
  },
  "category": [
    "medication"
  ],
  "criticality": "unable-to-assess",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "version": "http://snomed.info/sct/731000124108",
        "code": "763875007",
        "display": "Product containing sulfonamide (product)"
      }
    ],
    "text": "sulfonamide antibacterial"
  },
  "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": "patient-reported reaction, manifestation not recalled"
        }
      ]
    }
  ]
}