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

FHIR IG analytics

Packagehl7.fhir.eu.base
Resource TypeAllergyIntolerance
IdAllergyIntolerance-allergyintolerance-eu-core-example.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 allergyintolerance-eu-core-example

clinicalStatus: Active

verificationStatus: Confirmed

type: Allergy

category: Food

criticality: Low Risk

code: Allergy to peanuts

patient: John Doe Male, DoB: 1980-01-01

onset: 2012-05-01

Reactions

-ManifestationSeverity
*Eruption of skinMild

Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "allergyintolerance-eu-core-example",
  "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",
        "display": "Active"
      }
    ]
  },
  "verificationStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
        "code": "confirmed",
        "display": "Confirmed"
      }
    ]
  },
  "type": "allergy",
  "category": [
    "food"
  ],
  "criticality": "low",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "91935009",
        "display": "Allergy to peanuts"
      }
    ]
  },
  "patient": {
    "reference": "Patient/patient-eu-core-example"
  },
  "onsetDateTime": "2012-05-01",
  "reaction": [
    {
      "manifestation": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "271807003",
              "display": "Eruption of skin"
            }
          ]
        }
      ],
      "severity": "mild"
    }
  ]
}