FHIR IG analytics| Package | eng.fhir.profile.dev |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "AllergyIntolerance",
"id": "HC40-EMR.allergyintolerance",
"meta": {
"profile": [
"https://eng.it/fhir/StructureDefinition/AllergyIntolerance_Eng"
]
},
"clinicalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code": "resolved",
"display": "Resolved"
}
]
},
"type": "allergy",
"category": [
"medication"
],
"code": {
"coding": [
{
"system": "http://farmadati.eng.it/FHIR/schema/medicationKnowledge-substance",
"code": "284000",
"display": "PARACETAMOLO"
}
]
},
"patient": {
"reference": "Patient/AREAS.4936732",
"display": "SCONOSCIUTO 20210000009 PAZIENTE"
},
"onsetPeriod": {
"start": "2021-02-18T17:42:46+01:00",
"end": "2021-02-18T17:42:59+01:00"
},
"recorder": {
"reference": "Practitioner/AREAS.5169",
"display": "nome practitioner"
},
"reaction": [
{
"manifestation": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "ABDOMINAL_CRAMPS",
"display": "Abdominal cramps"
}
]
}
],
"severity": "severe"
}
]
}