FHIR IG analytics| Package | hl7.fhir.cl.minsal.tei |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-AllergyIntoleranceExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: AllergiaIntolerancia AllergyIntoleranceExample
Profile: AllergyIntolerance Iniciar LE
clinicalStatus: Activo
verificationStatus: Confirmado
code: Alergía a castaña de cajú
{
"resourceType": "AllergyIntolerance",
"id": "AllergyIntoleranceExample",
"meta": {
"profile": [
"https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/AllergyIntoleranceIniciarLE"
]
},
"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://snomed.info/sct",
"code": "227493005"
}
],
"text": "Alergía a castaña de cajú"
},
"patient": {
"reference": "Patient/EjemploPatientLE"
}
}