Example AllergyIntolerance - Transfer Degraded 'Morphine Oramorph'
This shows an example medication allergy.
- Overview
- Table
- XML
- JSON
- Narrative
| 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 |
| patient |
| reference : Patient/Example-DataStandardsWales-Patient-AliceJones |
| display : JONES, Alice |
| recordedDate : 2001-01-01T23:59:00+00:00 |
| reaction |
| manifestation |
| text : has anaphylactic shock |
| AllergyIntolerance.id[0] | Example-DataStandardsWales-AllergyIntolerance-DegradedWasps |
| AllergyIntolerance.meta[0].profile[0] | https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-AllergyIntolerance |
| AllergyIntolerance.clinicalStatus[0].coding[0].system[0] | http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical |
| AllergyIntolerance.clinicalStatus[0].coding[0].code[0] | active |
| AllergyIntolerance.clinicalStatus[0].coding[0].display[0] | Active |
| AllergyIntolerance.verificationStatus[0].coding[0].system[0] | http://terminology.hl7.org/CodeSystem/allergyintolerance-verification |
| AllergyIntolerance.verificationStatus[0].coding[0].code[0] | unconfirmed |
| AllergyIntolerance.verificationStatus[0].coding[0].display[0] | Unconfirmed |
| AllergyIntolerance.code[0].coding[0].system[0] | http://snomed.info/sct |
| AllergyIntolerance.code[0].coding[0].code[0] | 196471000000108 |
| AllergyIntolerance.code[0].coding[0].display[0] | Transfer-degraded non-drug allergy |
| AllergyIntolerance.code[0].text[0] | Wasps |
| AllergyIntolerance.patient[0].reference[0] | Patient/Example-DataStandardsWales-Patient-AliceJones |
| AllergyIntolerance.patient[0].display[0] | JONES, Alice |
| AllergyIntolerance.recordedDate[0] | 2001-01-01T23:59:00+00:00 |
| AllergyIntolerance.reaction[0].manifestation[0].text[0] | has anaphylactic shock |
<AllergyIntolerance xmlns="http://hl7.org/fhir"> <id value="Example-DataStandardsWales-AllergyIntolerance-DegradedWasps" /> <meta> <profile value="https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-AllergyIntolerance" /> </meta> <clinicalStatus> <coding> <system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical" /> <code value="active" /> <display value="Active" /> </coding> </clinicalStatus> <verificationStatus> <coding> <system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-verification" /> <code value="unconfirmed" /> <display value="Unconfirmed" /> </coding> </verificationStatus> <code> <coding> <system value="http://snomed.info/sct" /> <code value="196471000000108" /> <display value="Transfer-degraded non-drug allergy" /> </coding> <text value="Wasps" /> </code> <patient> <reference value="Patient/Example-DataStandardsWales-Patient-AliceJones" /> <display value="JONES, Alice" /> </patient> <recordedDate value="2001-01-01T23:59:00+00:00" /> <reaction> <manifestation> <text value="has anaphylactic shock" /> </manifestation> </reaction> </AllergyIntolerance>
{ "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" }, "patient": { "reference": "Patient/Example-DataStandardsWales-Patient-AliceJones", "display": "JONES, Alice" }, "recordedDate": "2001-01-01T23:59:00+00:00", "reaction": [ { "manifestation": [ { "text": "has anaphylactic shock" } ] } ] }