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

FHIR IG analytics

Packagehl7.fhir.eu.eps
Resource TypeAllergyIntolerance
IdAllergyIntolerance-d5cab1c1-382d-418c-a1b6-1c21408fcfe5.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

Penicillin V1978-10-26activemedication

Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "d5cab1c1-382d-418c-a1b6-1c21408fcfe5",
  "meta": {
    "profile": [
      "http://hl7.eu/fhir/base/StructureDefinition/allergyIntolerance-eu-core"
    ]
  },
  "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": "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"
}