FHIR IG analytics| Package | fhir.r4.ukcore.stu3.currentbuild |
| Resource Type | Flag |
| Id | UKCore-Flag-FoodAllergy-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Flag",
"id": "UKCore-Flag-FoodAllergy-Example",
"text": {
"status": "additional",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://tools.ietf.org/html/rfc4122",
"value": "f4f703a9-ef92-4515-a7b0-99271428c84e"
}
],
"status": "active",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/flag-category",
"code": "diet",
"display": "Diet"
}
],
"text": "Diet"
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "226201008",
"display": "Peanut-free diet"
}
],
"text": "Patient has a severe peanut allergy."
},
"subject": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example",
"display": "Richard Smith"
},
"period": {
"start": "2019-12-10T13:00:00+00:00"
},
"encounter": {
"reference": "Encounter/UKCore-Encounter-InpatientEncounter-Example",
"display": "Leeds Teaching Hospital Inpatient Encounter"
},
"author": {
"reference": "Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example",
"display": "Dr Paul Rastall"
}
}