FHIR IG analytics| Package | ch.fhir.ig.ch-emr |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-UC1-AllergyIntolerance-Penicillin.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: AllergyIntolerance UC1-AllergyIntolerance-Penicillin
clinicalStatus: Active
verificationStatus: Confirmed
type: Allergy
category: Medication
criticality: High Risk
code: Penicillin
onset: 1985-08-20
recordedDate: 2015-06-15
recorder: Practitioner Hans Müller (official)
{
"resourceType": "AllergyIntolerance",
"id": "UC1-AllergyIntolerance-Penicillin",
"meta": {
"profile": [
"http://fhir.ch/ig/ch-emr/StructureDefinition/ch-emr-allergyintolerance"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"clinicalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code": "active"
}
]
},
"verificationStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
"code": "confirmed"
}
]
},
"type": "allergy",
"category": [
"medication"
],
"criticality": "high",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "764146007",
"display": "Penicillin"
}
]
},
"patient": {
"reference": "Patient/UC1-Patient-MariaSchmidt"
},
"onsetDateTime": "1985-08-20",
"recordedDate": "2015-06-15",
"recorder": {
"reference": "Practitioner/UC1-Practitioner-DrMueller"
},
"asserter": {
"reference": "Patient/UC1-Patient-MariaSchmidt"
}
}