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

FHIR IG analytics

Packagefhir.r4.wales.test
Resource TypeList
IdExample-DataStandardsWales-List-Allergies-Generate.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": "List",
  "id": "Example-DataStandardsWales-List-Allergies-Genenrate",
  "meta": {
    "profile": [
      "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-AllergyList"
    ]
  },
  "status": "current",
  "mode": "snapshot",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "886921000000105",
        "display": "Allergies and adverse reactions"
      }
    ]
  },
  "subject": {
    "reference": "Patient/Example-DataStandardsWales-Patient-AliceJones",
    "display": "JONES, Alice"
  },
  "date": "2001-01-01T23:59:00+00:00",
  "source": {
    "reference": "Practitioner/Example-DataStandardsWales-Practitioner-Consultant",
    "display": "PATEL, Dhiren (GMC:9630333), consultant, Geriatric Medicine"
  },
  "entry": [
    {
      "item": {
        "reference": "AllergyIntolerance/Example-DataStandardsWales-AllergyIntolerance-Aspirin",
        "display": "Aspirin (Difficulty breathing)"
      }
    },
    {
      "item": {
        "reference": "AllergyIntolerance/Example-DataStandardsWales-AllergyIntolerance-Ibuprofen",
        "display": "Ibuprofen (Vomiting)"
      }
    },
    {
      "item": {
        "reference": "AllergyIntolerance/Example-DataStandardsWales-AllergyIntolerance-Morphine",
        "display": "Morphine (Sleep walking, acute confusion, hallucination)"
      }
    },
    {
      "item": {
        "reference": "AllergyIntolerance/Example-DataStandardsWales-AllergyIntolerance-Wasp",
        "display": "Wasp venom (Wasp sting-induced anaphylaxis)"
      }
    },
    {
      "item": {
        "reference": "AllergyIntolerance/Example-DataStandardsWales-AllergyIntolerance-Potato",
        "display": "Potato (Urticarial rash)"
      }
    }
  ]
}