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

FHIR IG analytics

Packageig-ee-allergy
Resource TypeAllergyIntolerance
IdAllergyIntolerance-AllergyPatientReportedFood.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 AllergyPatientReportedFood

clinicalStatus: Active

category: Food

code: Allergy to strawberries

patient: Patient/$ee-mpi-patient

recordedDate: 2012-12-13

Participants

-Actor
*Patient/$ee-mpi-patient

note:

sõin maasikaidja hakkasin sügelema

reaction

Manifestations

-Concept
*Typhlolithiasis

description: ja nii on

onset: 2023-12-23

exposureRoute: Intravenous route


Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "AllergyPatientReportedFood",
  "meta": {
    "profile": [
      "https://fhir.ee/allergy/StructureDefinition/ee-tis-allergy-patient-reported"
    ]
  },
  "language": "et",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "clinicalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "code": "active",
        "display": "Active"
      }
    ]
  },
  "category": [
    "food"
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "91938006",
        "display": "Allergy to strawberries"
      }
    ]
  },
  "patient": {
    "reference": "Patient/$ee-mpi-patient"
  },
  "recordedDate": "2012-12-13",
  "participant": [
    {
      "actor": {
        "reference": "Patient/$ee-mpi-patient"
      }
    }
  ],
  "note": [
    {
      "text": "sõin maasikaidja hakkasin sügelema"
    }
  ],
  "reaction": [
    {
      "manifestation": [
        {
          "concept": {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "168000",
                "display": "Typhlolithiasis"
              }
            ]
          }
        }
      ],
      "description": "ja nii on",
      "onset": "2023-12-23",
      "exposureRoute": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "47625008",
            "display": "Intravenous route"
          }
        ]
      }
    }
  ]
}