FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.r4.ukcore.stu3.currentbuild
Resource TypeFlag
IdUKCore-Flag-FoodAllergy-Example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

An example to illustrate a flag regarding a food allergy

Source1

{
  "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"
  }
}