DSTU2 Ballot Source

This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Extension The possible cause(s) of the adverse event - Definition

URL for this extension:

http://hl7.org/fhir/StructureDefinition/adverseevent-qicore-cause

Status: draft. Extension maintained by: Health Level Seven, Inc. - CQI WG

Details about causes for this adverse event. Note that causes may not always exist or be available.

Context of Use: Use on element: Basic

usage info: insert a list of places where this extension is used

Extension Content

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = http://hl7.org/fhir/StructureDefinition/adverseevent-qicore-cause
The possible cause(s) of the adverse event: Details about causes for this adverse event. Note that causes may not always exist or be available.
Use on element: Basic
... extension 1..1ExtensionAssociated clinical action or substance
.... extension 0..*ExtensionAdditional Content defined by implementations
.... url 1..1uriidentifies the meaning of the extension
Fixed Value: item
.... value[x] 0..1medication-qicore-qicore-medication, medicationadministration-qicore-qicore-medicationadministration, device-qicore-qicore-device, procedure-qicore-qicore-procedure, imagingstudy-qicore-qicore-imagingstudy, communication-qicore-qicore-communicationValue of extension
... extension ?!1..1Extensionunlikely | likely | confirmed
.... extension 0..*ExtensionAdditional Content defined by implementations
.... url 1..1uriidentifies the meaning of the extension
Fixed Value: certainty
.... valueCodeableConcept 0..1CodeableConceptValue of extension
... url 1..1uriidentifies the meaning of the extension
Fixed Value: http://hl7.org/fhir/StructureDefinition/adverseevent-qicore-cause
... value[x] 0..0*

XML Template

<!-- The possible cause(s) of the adverse event -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/StructureDefinition/adverseevent-qicore-cause" >
  <!-- from Element: extension -->
 <value[x] ><!-- 0..1 Reference|Reference|Reference|Reference|
   Reference|Reference Value of extension
 <valueCodeableConcept ><!-- 0..1 CodeableConcept 
     Value of extension
 <value* ><!-- 0..0 * Value of extension
</extension>

JSON Template

{ // The possible cause(s) of the adverse event
  // from Element: extension
    "url" : "item", // R! 
// value[x]: Value of extension. One of these 6:
    "valueReference" : { Reference(http://hl7.org/fhir/StructureDefinition/medication-qicore-qicore-medication) }, //Value of extension
    "valueReference" : { Reference(http://hl7.org/fhir/StructureDefinition/medicationadministration-qicore-qicore-medicationadministration) }, //Value of extension
    "valueReference" : { Reference(http://hl7.org/fhir/StructureDefinition/device-qicore-qicore-device) }, //Value of extension
    "valueReference" : { Reference(http://hl7.org/fhir/StructureDefinition/procedure-qicore-qicore-procedure) }, //Value of extension
    "valueReference" : { Reference(http://hl7.org/fhir/StructureDefinition/imagingstudy-qicore-qicore-imagingstudy) }, //Value of extension
    "valueReference" : { Reference(http://hl7.org/fhir/StructureDefinition/communication-qicore-qicore-communication) }, //Value of extension
    "url" : "certainty", // R! 
    "valueCodeableConcept" : { CodeableConcept }, //Value of extension
    "url" : "http://hl7.org/fhir/StructureDefinition/adverseevent-qicore-cause", // R! 
    "value*" : { * }, //Value of extension
  }

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = http://hl7.org/fhir/StructureDefinition/adverseevent-qicore-cause
The possible cause(s) of the adverse event: Details about causes for this adverse event. Note that causes may not always exist or be available.
Use on element: Basic
... extension 1..1ExtensionAssociated clinical action or substance
.... extension 0..*ExtensionAdditional Content defined by implementations
.... url 1..1uriidentifies the meaning of the extension
Fixed Value: item
.... value[x] 0..1medication-qicore-qicore-medication, medicationadministration-qicore-qicore-medicationadministration, device-qicore-qicore-device, procedure-qicore-qicore-procedure, imagingstudy-qicore-qicore-imagingstudy, communication-qicore-qicore-communicationValue of extension
... extension ?!1..1Extensionunlikely | likely | confirmed
.... extension 0..*ExtensionAdditional Content defined by implementations
.... url 1..1uriidentifies the meaning of the extension
Fixed Value: certainty
.... valueCodeableConcept 0..1CodeableConceptValue of extension
... url 1..1uriidentifies the meaning of the extension
Fixed Value: http://hl7.org/fhir/StructureDefinition/adverseevent-qicore-cause
... value[x] 0..0*

XML Template

<!-- The possible cause(s) of the adverse event -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/StructureDefinition/adverseevent-qicore-cause" >
  <!-- from Element: extension -->
 <value[x] ><!-- 0..1 Reference|Reference|Reference|Reference|
   Reference|Reference Value of extension
 <valueCodeableConcept ><!-- 0..1 CodeableConcept 
     Value of extension
 <value* ><!-- 0..0 * Value of extension
</extension>

JSON Template

to do