Example List - Allergies List
This example references the following example resources:
Allergies:
Subject, source and context:
- Overview
- Table
- XML
- JSON
- Narrative
List |
id : Example-DataStandardsWales-List-Allergies |
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-Potato |
display : Potato (Urticarial rash) |
List.id[0] | Example-DataStandardsWales-List-Allergies |
List.meta[0].profile[0] | https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-AllergyList |
List.status[0] | current |
List.mode[0] | snapshot |
List.code[0].coding[0].system[0] | http://snomed.info/sct |
List.code[0].coding[0].code[0] | 886921000000105 |
List.code[0].coding[0].display[0] | Allergies and adverse reactions |
List.subject[0].reference[0] | Patient/Example-DataStandardsWales-Patient-AliceJones |
List.subject[0].display[0] | JONES, Alice |
List.date[0] | 2001-01-01T23:59:00+00:00 |
List.source[0].reference[0] | Practitioner/Example-DataStandardsWales-Practitioner-Consultant |
List.source[0].display[0] | PATEL, Dhiren (GMC:9630333), consultant, Geriatric Medicine |
List.entry[0].item[0].reference[0] | AllergyIntolerance/Example-DataStandardsWales-AllergyIntolerance-Potato |
List.entry[0].item[0].display[0] | Potato (Urticarial rash) |
<List xmlns="http://hl7.org/fhir"> <id value="Example-DataStandardsWales-List-Allergies" /> <meta> <profile value="https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-AllergyList" /> </meta> <status value="current" /> <mode value="snapshot" /> <code> <coding> <system value="http://snomed.info/sct" /> <code value="886921000000105" /> <display value="Allergies and adverse reactions" /> </coding> </code> <subject> <reference value="Patient/Example-DataStandardsWales-Patient-AliceJones" /> <display value="JONES, Alice" /> </subject> <date value="2001-01-01T23:59:00+00:00" /> <source> <reference value="Practitioner/Example-DataStandardsWales-Practitioner-Consultant" /> <display value="PATEL, Dhiren (GMC:9630333), consultant, Geriatric Medicine" /> </source> <entry> <item> <reference value="AllergyIntolerance/Example-DataStandardsWales-AllergyIntolerance-Potato" /> <display value="Potato (Urticarial rash)" /> </item> </entry> </List>
{ "resourceType": "List", "id": "Example-DataStandardsWales-List-Allergies", "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-Potato", "display": "Potato (Urticarial rash)" } } ] }