View raw Markdown
type: valuesetvalueset: adverse-event-participant-function

AdverseEvent Participant Function

Content (Compose)

ValueSet XML

<?xml version="1.0" encoding="UTF-8"?>

<ValueSet xmlns="http://hl7.org/fhir">
  <id value="adverse-event-participant-function"/>
  <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="informative"/>
  </extension>
  <url value="http://hl7.org/fhir/ValueSet/adverse-event-participant-function"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.3.3235"/>
  </identifier>
  <version value="6.0.0"/>
  <name value="AdverseEventParticipantFunction"/>
  <title value="AdverseEvent Participant Function"/>
  <status value="active"/>
  <experimental value="true"/>
  <publisher value="FHIR Project team"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org/fhir"/>
    </telecom>
  </contact>
  <description value="This value set includes codes that describe the type of involvement of the actor in the adverse event."/>
  <compose>
    <include>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType"/>
      <concept>
        <code value="INF"/>
      </concept>
      <concept>
        <code value="PART"/>
      </concept>
      <concept>
        <code value="WIT"/>
      </concept>
      <concept>
        <code value="AUT"/>
      </concept>
    </include>
  </compose>
</ValueSet>