This page is part of the FHIR Specification (v1.0.0: DSTU 2 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Example of QICore AdverseEvent
{ "resourceType": "Basic", "id": "basic-adverseevent-example", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: basic-adverseevent-example</p><p><b>code</b>: ?? <span>(Details : {http://hl7.org/fhir/other-resource-type code 'ADVEVENT' = '??)</span></p><p><b>subject</b>: <a>Peter Patient</a></p></div>" }, "extension": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/qicore-adverseevent-cause#item", "valueReference": { "reference": "Medication/example" } }, { "url": "http://hl7.org/fhir/StructureDefinition/qicore-adverseevent-cause#certainty", "valueCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": "415684004", "display": "Suspected (qualifier)" } ] } } ], "url": "http://hl7.org/fhir/StructureDefinition/qicore-adverseevent-cause" }, { "url": "http://hl7.org/fhir/StructureDefinition/qicore-adverseevent-type", "valueCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": "28926001", "display": "Eruption due to drug (disorder)" } ] } }, { "url": "http://hl7.org/fhir/StructureDefinition/qicore-adverseevent-period", "valuePeriod": { "start": "2014-01-14", "end": "2014-01-15" } } ], "modifierExtension": [ { "url": "http://hl7.org/fhir/StructureDefinition/qicore-adverseevent-didNotOccur", "valueBoolean": false } ], "code": { "coding": [ { "system": "http://hl7.org/fhir/other-resource-type", "code": "ADVEVENT" } ] }, "subject": { "reference": "Patient/example", "display": "Peter Patient" } }
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.