HL7 Europe Patient Summary
1.0.0-ballot - ci-build 150

This page is part of the HL7 Europe European Patient Summary (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: AllergyIntolerance: Penicillin V - JSON Representation

Raw json | Download

{
  "resourceType" : "AllergyIntolerance",
  "id" : "d5cab1c1-382d-418c-a1b6-1c21408fcfe5",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.eu/fhir/base/StructureDefinition/allergyIntolerance-eu-core"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table class=\"hl7__ips\"><tr><td>Penicillin V</td><td><span class=\"nb\">1978-10-26</span></td><td>active</td><td>medication</td><td/></tr></table></div>"
  },
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "code" : "active"
      }
    ]
  },
  "verificationStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
        "code" : "confirmed"
      }
    ]
  },
  "type" : "allergy",
  "category" : [
    "medication"
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "372725003",
        "display" : "Penicillin V"
      }
    ],
    "text" : "Penicillin V"
  },
  "patient" : {
    🔗 "reference" : "Patient/f0b2dcfe-e837-464b-ae8a-3b9da1807dd3",
    "display" : "Petra Schwartz"
  },
  "onsetDateTime" : "1978-10-26"
}