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

FHIR IG analytics

Packagefhir.r4.wales.test
Resource TypeBundle
IdExample-DataStandardsWales-Bundle-Allergies-Degraded.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": "Example-DataStandardsWales-Bundle-Allergies-Degraded",
  "type": "searchset",
  "total": 1,
  "link": [
    {
      "relation": "first",
      "url": "[requestUrl]&page=1"
    },
    {
      "relation": "last",
      "url": "[requestUrl]&page=1"
    },
    {
      "relation": "self",
      "url": "[requestUrl]"
    }
  ],
  "entry": [
    {
      "fullUrl": "http://[host]/Patient/Example-DataStandardsWales-Patient-AliceJones",
      "resource": {
        "resourceType": "Patient",
        "id": "Example-DataStandardsWales-Patient-AliceJones",
        "meta": {
          "profile": [
            "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Patient"
          ]
        },
        "extension": [
          {
            "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BirthSex",
            "valueCode": "F"
          },
          {
            "url": "https://fhir.nhs.uk/StructureDefinition/Extension-UKCore-EthnicCategory",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryWales",
                  "code": "G",
                  "display": "Any other mixed background / multiple ethnic background"
                }
              ]
            }
          },
          {
            "url": "https://fhir.nhs.wales/StructureDefinition/Extension-DataStandardsWales-Religion",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "http://snomed.info/sct",
                  "code": "344151000000101",
                  "display": "Follower of Church of England"
                }
              ]
            }
          }
        ],
        "identifier": [
          {
            "extension": [
              {
                "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus",
                "valueCodeableConcept": {
                  "coding": [
                    {
                      "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWales",
                      "code": "01",
                      "display": "Number present & traced"
                    }
                  ]
                }
              }
            ],
            "system": "https://fhir.nhs.uk/Id/nhs-number",
            "value": "9912003444"
          },
          {
            "system": "https://fhir.cavuhb.nhs.wales/Id/pas-identifier",
            "value": "E101067"
          },
          {
            "system": "https://fhir.sbuhb.nhs.wales/Id/pas-identifier",
            "value": "A901067"
          },
          {
            "system": "https://fhir.abuhb.nhs.wales/Id/pas-identifier",
            "value": "E5779097"
          },
          {
            "system": "https://fhir.bcuhb.nhs.wales/Id/central-pas-identifier",
            "value": "0987889"
          },
          {
            "system": "https://fhir.bcuhb.nhs.wales/Id/west-pas-identifier",
            "value": "W45689"
          }
        ],
        "name": [
          {
            "use": "official",
            "family": "Jones",
            "given": [
              "Alice"
            ]
          }
        ],
        "telecom": [
          {
            "system": "phone",
            "value": "01446231234"
          }
        ],
        "gender": "female",
        "birthDate": "1980-09-13",
        "address": [
          {
            "line": [
              "14 Western Way",
              "BARRY"
            ],
            "postalCode": "CF62 9AZ"
          }
        ],
        "maritalStatus": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
              "code": "M",
              "display": "Married"
            }
          ]
        },
        "communication": [
          {
            "language": {
              "coding": [
                {
                  "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage",
                  "code": "cy",
                  "display": "Welsh"
                }
              ]
            },
            "preferred": true
          },
          {
            "language": {
              "coding": [
                {
                  "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage",
                  "code": "en",
                  "display": "English"
                }
              ]
            }
          }
        ]
      }
    },
    {
      "resource": {
        "resourceType": "AllergyIntolerance",
        "id": "Example-DataStandardsWales-AllergyIntolerance-DegradedAspirin",
        "meta": {
          "profile": [
            "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-AllergyIntolerance"
          ]
        },
        "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": "unconfirmed",
              "display": "Unconfirmed"
            }
          ]
        },
        "code": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "196461000000101",
              "display": "Transfer-degraded drug allergy"
            }
          ],
          "text": "Asprin, Ibuprofen"
        },
        "patient": {
          "reference": "Patient/Example-DataStandardsWales-Patient-AliceJones",
          "display": "JONES, Alice"
        },
        "recordedDate": "2001-01-01T23:59:00+00:00",
        "reaction": [
          {
            "manifestation": [
              {
                "text": "causes vomiting"
              }
            ]
          }
        ]
      }
    },
    {
      "resource": {
        "resourceType": "AllergyIntolerance",
        "id": "Example-DataStandardsWales-AllergyIntolerance-Aspirin",
        "meta": {
          "profile": [
            "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-AllergyIntolerance"
          ]
        },
        "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": "unconfirmed",
              "display": "Unconfirmed"
            }
          ]
        },
        "type": "allergy",
        "category": [
          "medication"
        ],
        "code": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "7947003",
              "display": "Aspirin"
            }
          ]
        },
        "patient": {
          "reference": "Patient/Example-DataStandardsWales-Patient-AliceJones",
          "display": "JONES, Alice"
        },
        "recordedDate": "2001-01-01T23:59:00+00:00",
        "recorder": {
          "reference": "Practitioner/Example-DataStandardsWales-Practitioner-Consultant",
          "display": "PATEL, Dhiren (GMC:9630333), consultant, Geriatric Medicine"
        },
        "lastOccurrence": "2001-01-01T23:59:00+00:00",
        "reaction": [
          {
            "manifestation": [
              {
                "coding": [
                  {
                    "system": "http://snomed.info/sct",
                    "code": "230145002",
                    "display": "Difficulty breathing"
                  }
                ]
              }
            ],
            "severity": "mild"
          }
        ]
      }
    },
    {
      "resource": {
        "resourceType": "AllergyIntolerance",
        "id": "Example-DataStandardsWales-AllergyIntolerance-Potato",
        "meta": {
          "profile": [
            "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-AllergyIntolerance"
          ]
        },
        "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": "unconfirmed",
              "display": "Unconfirmed"
            }
          ]
        },
        "type": "allergy",
        "category": [
          "food"
        ],
        "code": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "735053000",
              "display": "Potato"
            }
          ]
        },
        "patient": {
          "reference": "Patient/Example-DataStandardsWales-Patient-AliceJones",
          "display": "JONES, Alice"
        },
        "recorder": {
          "reference": "Practitioner/Example-DataStandardsWales-Practitioner-Consultant",
          "display": "PATEL, Dhiren (GMC:9630333), consultant, Geriatric Medicine"
        },
        "lastOccurrence": "2001-01-01T23:59:00+00:00",
        "recordedDate": "2001-01-01T23:59:00+00:00",
        "reaction": [
          {
            "substance": {
              "coding": [
                {
                  "system": "http://snomed.info/sct",
                  "code": "227589001",
                  "display": "Potato chips (substance)"
                }
              ]
            },
            "manifestation": [
              {
                "coding": [
                  {
                    "system": "http://snomed.info/sct",
                    "code": "247472004",
                    "display": "Urticarial rash"
                  }
                ]
              }
            ],
            "severity": "mild"
          }
        ]
      }
    },
    {
      "resource": {
        "resourceType": "AllergyIntolerance",
        "id": "Example-DataStandardsWales-AllergyIntolerance-DegradedMorphine",
        "meta": {
          "profile": [
            "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-AllergyIntolerance"
          ]
        },
        "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": "unconfirmed",
              "display": "Unconfirmed"
            }
          ]
        },
        "code": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "196461000000101",
              "display": "Transfer-degraded drug allergy"
            }
          ],
          "text": "Morphine, oramorph"
        },
        "patient": {
          "reference": "Patient/Example-DataStandardsWales-Patient-AliceJones",
          "display": "JONES, Alice"
        },
        "recordedDate": "2001-01-01T23:59:00+00:00",
        "reaction": [
          {
            "manifestation": [
              {
                "text": "Sleep walking, acute confusion, hallucination."
              }
            ]
          }
        ]
      }
    },
    {
      "resource": {
        "resourceType": "AllergyIntolerance",
        "id": "Example-DataStandardsWales-AllergyIntolerance-DegradedWasps",
        "meta": {
          "profile": [
            "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-AllergyIntolerance"
          ]
        },
        "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": "unconfirmed",
              "display": "Unconfirmed"
            }
          ]
        },
        "code": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "196471000000108",
              "display": "Transfer-degraded non-drug allergy"
            }
          ],
          "text": "Wasps"
        },
        "reaction": [
          {
            "manifestation": [
              {
                "text": "has anaphylactic shock"
              }
            ]
          }
        ],
        "patient": {
          "reference": "Patient/Example-DataStandardsWales-Patient-AliceJones",
          "display": "JONES, Alice"
        },
        "recordedDate": "2001-01-01T23:59:00+00:00"
      }
    }
  ]
}