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

FHIR IG analytics

Packagech.fhir.ig.ch-allergyintolerance
Resource TypeAllergyIntolerance
IdAllergyIntolerance-CH-AllergyIntolerance-Usecase-5.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 CH-AllergyIntolerance-Usecase-5

clinicalStatus: Active

verificationStatus: Confirmed

type: Allergy

category: Biologic

criticality: Low Risk

code: Allergy to cat dander (finding)

patient: Monika Wegmüller Female, DoB: 1943-05-15 ( Medical record number)

reaction

AllergyIntolerance Certainty: Confirmed

AllergyIntolerance ExposureDescription: Animal shelter

substance: Cat dander (substance)

manifestation: Eruption of skin (disorder)

severity: Mild


Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "CH-AllergyIntolerance-Usecase-5",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "clinicalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "code": "active",
        "display": "Active"
      }
    ]
  },
  "verificationStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
        "code": "confirmed",
        "display": "Confirmed"
      }
    ]
  },
  "type": "allergy",
  "category": [
    "biologic"
  ],
  "criticality": "low",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "232346004",
        "display": "Allergy to cat dander (finding)"
      }
    ]
  },
  "patient": {
    "reference": "Patient/MonikaWegmueller"
  },
  "reaction": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/allergyintolerance-certainty",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/reaction-event-certainty",
                "code": "confirmed",
                "display": "Confirmed"
              }
            ]
          }
        },
        {
          "url": "http://hl7.org/fhir/StructureDefinition/openEHR-exposureDescription",
          "valueString": "Animal shelter"
        }
      ],
      "substance": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "260152009",
            "display": "Cat dander (substance)"
          }
        ]
      },
      "manifestation": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "271807003",
              "display": "Eruption of skin (disorder)"
            }
          ]
        }
      ],
      "severity": "mild"
    }
  ]
}