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

FHIR IG analytics

Packagech.fhir.ig.ch-ems
Resource TypeAllergyIntolerance
IdAllergyIntolerance-1-Baumpollen.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


Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "1-Baumpollen",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "clinicalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "code": "active",
        "display": "Active"
      }
    ]
  },
  "type": "allergy",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "419263009",
        "display": "Allergy to tree pollen (finding)"
      }
    ],
    "text": "Allergie gegen Baumpollen"
  },
  "patient": {
    "reference": "Patient/1-ThomasMueller"
  },
  "encounter": {
    "reference": "Encounter/1-Einsatz"
  }
}