Example AllergyIntolerance - Transfer Degraded 'Morphine Oramorph'
This shows an example medication allergy.
- Overview
- Table
- XML
- JSON
- Narrative
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. |
AllergyIntolerance.id[0] | Example-DataStandardsWales-AllergyIntolerance-DegradedMorphine |
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] | 196461000000101 |
AllergyIntolerance.code[0].coding[0].display[0] | Transfer-degraded drug allergy |
AllergyIntolerance.code[0].text[0] | Morphine, oramorph |
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] | Sleep walking, acute confusion, hallucination. |
<AllergyIntolerance xmlns="http://hl7.org/fhir"> <id value="Example-DataStandardsWales-AllergyIntolerance-DegradedMorphine" /> <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="196461000000101" /> <display value="Transfer-degraded drug allergy" /> </coding> <text value="Morphine, oramorph" /> </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="Sleep walking, acute confusion, hallucination." /> </manifestation> </reaction> </AllergyIntolerance>
{ "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." } ] } ] }