FHIR IG analytics| Package | hl7.fhir.cl.clips |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-Alergia-CL-Ejemplo.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: AllergyIntolerance Alergia-CL-Ejemplo
Profile: Alergias e Intolerancias
clinicalStatus: Activo
verificationStatus: Confirmado
code: Clotrimazol
patient: Vale Female, DoB: 1995-05-01 ( Chile: 19.241.323-8 (use: official, ))
onset: 11 años (Details: UCUM codea = 'a')
recorder: Practitioner Nicolás Bastian Figueroa (official)
| Manifestation | Severity |
| Dermatitis inflamatoria | Severe |
{
"resourceType": "AllergyIntolerance",
"id": "Alergia-CL-Ejemplo",
"meta": {
"profile": [
"https://hl7chile.cl/fhir/ig/clips/StructureDefinition/AllergiaInt-cl-ips"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"clinicalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code": "active",
"display": "Active"
}
],
"text": "Activo"
},
"verificationStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
"code": "confirmed",
"display": "Confirmed"
}
],
"text": "Confirmado"
},
"code": {
"coding": [
{
"system": "http://www.whocc.no/atc",
"code": "A01AB18",
"display": "clotrimazole"
}
],
"text": "Clotrimazol"
},
"patient": {
"reference": "Patient/PacienteClIpsEjemplo"
},
"onsetAge": {
"value": 11,
"unit": "años",
"system": "http://unitsofmeasure.org",
"code": "a"
},
"recorder": {
"reference": "Practitioner/PrestadorMedInternaClIpsEjemplo"
},
"reaction": [
{
"manifestation": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "703938007",
"display": "Inflammatory dermatosis (disorder)"
}
],
"text": "Dermatitis inflamatoria"
}
],
"severity": "severe"
}
]
}