FHIR IG analytics| Package | ig-ee-allergy |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-noAllergy.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: AllergyIntolerance noAllergy
Language: et
Profile: EE TIS AllergyIntoleranceNoAllergy
clinicalStatus: Active
verificationStatus: Presumed
code: No Known Allergy
patient: Patient/$ee-mpi-patient
recordedDate: 2025-12-13
| Actor |
PractitionerRole/$ee-pract-role |
{
"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"
}
}
]
}