FHIR IG analytics| Package | hl7.fhir.cl.clcore |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-AllergyIntoleranceEj.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: AllergiaIntolerancia AllergyIntoleranceEj
Profile: CL Alergias e Intolerancias
clinicalStatus: Active
verificationStatus: Confirmed
type: Allergy
category: Medication
criticality: High Risk
code: Ice
patient: Xime Female, DoB: 1983-03-24 ( Chile: 15.236.327-k (use: official, ))
onset: 2014-10-08
| Manifestation | Severity |
| Macerated skin | Severe |
{
"resourceType": "AllergyIntolerance",
"id": "AllergyIntoleranceEj",
"meta": {
"profile": [
"https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/CoreAlergiaIntCl"
]
},
"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": "896008"
}
],
"text": "Ice"
},
"patient": {
"reference": "Patient/PacienteCL"
},
"onsetDateTime": "2014-10-08",
"reaction": [
{
"manifestation": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "3644009"
}
],
"text": "Macerated skin"
}
],
"severity": "severe"
}
]
}