type: valuesetvalueset: adverse-event-status
Adverse Event Status
- Official URL: http://hl7.org/fhir/ValueSet/adverse-event-status
- Status: active
- Name: AdverseEventStatus
- Title: Adverse Event Status
- Publisher: HL7 International - Patient Care WG
- Description: Codes identifying the lifecycle stage of an adverse event.
Content (Compose)
- System: http://hl7.org/fhir/event-status | Concepts: in-progress, completed, entered-in-error, unknown
ValueSet XML
<?xml version="1.0" encoding="UTF-8"?>
<ValueSet xmlns="http://hl7.org/fhir">
<id value="adverse-event-status"/>
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
<valueCode value="pc"/>
</extension>
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
<valueCode value="normative"/>
</extension>
<url value="http://hl7.org/fhir/ValueSet/adverse-event-status"/>
<identifier>
<system value="urn:ietf:rfc:3986"/>
<value value="urn:oid:2.16.840.1.113883.4.642.3.3236"/>
</identifier>
<name value="AdverseEventStatus"/>
<title value="Adverse Event Status"/>
<status value="active"/>
<experimental value="false"/>
<publisher value="HL7 International - Patient Care WG"/>
<contact>
<telecom>
<system value="url"/>
<value value="http://www.hl7.org/Special/committees/patientcare/"/>
</telecom>
</contact>
<description value="Codes identifying the lifecycle stage of an adverse event."/>
<compose>
<include>
<system value="http://hl7.org/fhir/event-status"/>
<concept>
<code value="in-progress"/>
</concept>
<concept>
<code value="completed"/>
</concept>
<concept>
<code value="entered-in-error"/>
</concept>
<concept>
<code value="unknown"/>
</concept>
</include>
</compose>
</ValueSet>