FHIR IG analytics| Package | ch.fhir.ig.ch-ems |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-AllergyIntoleranceGrassPollen.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: AllergyIntolerance AllergyIntoleranceGrassPollen
clinicalStatus: Active
type: Allergy
code: Allergie auf Gräser Pollen
patient: Patricia Muster (official) Female, DoB: 1999-11-11 ( urn:oid:2.16.756.5.32#7562295883070)
{
"resourceType": "AllergyIntolerance",
"id": "AllergyIntoleranceGrassPollen",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"clinicalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code": "active",
"display": "Active"
}
]
},
"type": "allergy",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "418689008",
"display": "Allergy to grass pollen (finding)"
}
],
"text": "Allergie auf Gräser Pollen"
},
"patient": {
"reference": "Patient/PatientExample"
},
"encounter": {
"reference": "Encounter/EncounterExample"
}
}