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

FHIR IG analytics

Packagefhir.r4.ukcore.stu3.currentbuild
Resource TypeBundle
IdUKCore-Bundle-AllergyList-Example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Bundle",
  "id": "UKCore-Bundle-AllergyList-Example",
  "type": "collection",
  "entry": [
    {
      "fullUrl": "urn:uuid:d043d2b6-5782-4536-88b6-e537973a09fb",
      "resource": {
        "resourceType": "List",
        "id": "UKCore-Allergy-List-Example",
        "status": "current",
        "mode": "snapshot",
        "code": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "886921000000105",
              "display": "Allergies and adverse reactions"
            }
          ]
        },
        "subject": {
          "reference": "Patient/UKCore-Patient-RichardSmith-Example"
        },
        "date": "2019-12-10T13:00:00+00:00",
        "entry": [
          {
            "item": {
              "reference": "urn:uuid:efae5859-28df-4e7d-be91-6df56d8215e4"
            }
          }
        ]
      }
    },
    {
      "fullUrl": "urn:uuid:efae5859-28df-4e7d-be91-6df56d8215e4",
      "resource": {
        "resourceType": "AllergyIntolerance",
        "id": "efae5859-28df-4e7d-be91-6df56d8215e4",
        "clinicalStatus": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
              "code": "active",
              "display": "Active"
            }
          ]
        },
        "verificationStatus": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
              "code": "confirmed",
              "display": "Confirmed"
            }
          ]
        },
        "code": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "372687004",
              "display": "Amoxicillin"
            }
          ]
        },
        "patient": {
          "reference": "Patient/UKCore-Patient-RichardSmith-Example"
        },
        "encounter": {
          "reference": "Encounter/UKCore-Encounter-InpatientEncounter-Example"
        },
        "recordedDate": "2019-12-10T13:00:00+00:00",
        "recorder": {
          "reference": "Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"
        },
        "asserter": {
          "reference": "Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"
        },
        "reaction": [
          {
            "manifestation": [
              {
                "coding": [
                  {
                    "system": "http://snomed.info/sct",
                    "code": "247472004",
                    "display": "Urticarial rash"
                  }
                ]
              }
            ],
            "severity": "mild"
          }
        ]
      }
    }
  ]
}