FHIR IG analytics| Package | il.core.fhir.r4 |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-allergyIntolerance-no-known-allergy.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "AllergyIntolerance",
"id": "allergyIntolerance-no-known-allergy",
"meta": {
"profile": [
"http://fhir.health.gov.il/StructureDefinition/il-core-allergy-intolerance"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"patient": {
"reference": "Patient/patient-israeli-with-two-identifiers"
},
"clinicalStatus": {
"coding": [
{
"code": "active",
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"
}
]
},
"verificationStatus": {
"coding": [
{
"code": "confirmed",
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification"
}
]
},
"code": {
"coding": [
{
"code": "716186003",
"system": "http://snomed.info/sct",
"display": "No known allergy"
}
]
},
"recorder": {
"reference": "Practitioner/practitioner-example"
},
"note": [
{
"text": "Patient reports no known allergies as of last intake visit."
}
]
}