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

FHIR IG analytics

Packageig-ee-allergy
Resource TypeAllergyIntolerance
IdAllergyIntolerance-noAllergy.json
FHIR VersionR5

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 noAllergy

clinicalStatus: Active

verificationStatus: Presumed

code: No Known Allergy

patient: Patient/$ee-mpi-patient

recordedDate: 2025-12-13

Participants

-Actor
*PractitionerRole/$ee-pract-role

Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "noAllergy",
  "meta": {
    "profile": [
      "https://fhir.ee/allergy/StructureDefinition/ee-tis-allergy-intolerance-no-allergy"
    ]
  },
  "language": "et",
  "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": "presumed",
        "display": "Presumed"
      }
    ]
  },
  "code": {
    "coding": [
      {
        "code": "716186003",
        "display": "No Known Allergy"
      }
    ]
  },
  "patient": {
    "reference": "Patient/$ee-mpi-patient"
  },
  "recordedDate": "2025-12-13",
  "participant": [
    {
      "actor": {
        "reference": "PractitionerRole/$ee-pract-role"
      }
    }
  ]
}