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

FHIR IG analytics

Packagehl7.fhir.us.ccda.r4b
Resource TypeAllergyIntolerance
IdAllergyIntolerance-allergy-intolerance.json
FHIR VersionR4B

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 allergy-intolerance

version: 7; Last updated: 2020-08-12 21:30:13+0000;

Information Source: #csn482LCsnDWyxbW

clinicalStatus: Active

category: Medication

criticality: High Risk

code: sulfonamide antibacterial

patient: Amy V. Shaw

Reactions

-ManifestationSeverity
*skin rashMild

Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "allergy-intolerance",
  "meta": {
    "versionId": "7",
    "lastUpdated": "2020-08-12T21:30:13.331+00:00",
    "source": "#csn482LCsnDWyxbW"
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "clinicalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "code": "active"
      }
    ]
  },
  "category": [
    "medication"
  ],
  "criticality": "high",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "387406002",
        "display": "Sulfonamide (substance)"
      }
    ],
    "text": "sulfonamide antibacterial"
  },
  "patient": {
    "reference": "Patient/example",
    "display": "Amy V. Shaw"
  },
  "reaction": [
    {
      "manifestation": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "271807003",
              "display": "skin rash"
            }
          ],
          "text": "skin rash"
        }
      ],
      "severity": "mild"
    }
  ]
}