FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example ValueSet/series-performer-function (XML)

Terminology Infrastructure Work GroupMaturity Level: N/AStandards Status: Informative

Raw XML (canonical form + also see XML Format Specification)

Definition for Value SetImagingStudy series performer function

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

<ValueSet xmlns="http://hl7.org/fhir">
  <id value="series-performer-function"/> 
  <meta> 
    <lastUpdated value="2024-03-27T11:56:58.316+00:00"/> 
    <profile value="http://hl7.org/fhir/StructureDefinition/shareablevalueset"/> 
  </meta> 
  <text> 
    <status value="extensions"/> 
    <div xmlns="http://www.w3.org/1999/xhtml">
      <ul> 
        <li> Include these codes as defined in 
          <a href="http://terminology.hl7.org/5.5.0/CodeSystem-v3-ParticipationType.html">
            <code> http://terminology.hl7.org/CodeSystem/v3-ParticipationType</code> 
          </a> 
          <table class="none">
            <tr> 
              <td style="white-space:nowrap">
                <b> Code</b> 
              </td> 
              <td> 
                <b> Display</b> 
              </td> 
              <td> 
                <b> Definition</b> 
              </td> 
            </tr> 
            <tr> 
              <td> 
                <a href="http://terminology.hl7.org/5.5.0/CodeSystem-v3-ParticipationType.html#v3-ParticipationType-CO
                N">CON</a> 
              </td> 
              <td> consultant</td> 
              <td> An advisor participating in the service by performing evaluations and making recommendations.</td> 
            </tr> 
            <tr> 
              <td> 
                <a href="http://terminology.hl7.org/5.5.0/CodeSystem-v3-ParticipationType.html#v3-ParticipationType-VR
                F">VRF</a> 
              </td> 
              <td> verifier</td> 
              <td> A person who verifies the correctness and appropriateness of the service (plan,
                 order, event, etc.) and hence takes on accountability.</td> 
            </tr> 
            <tr> 
              <td> 
                <a href="http://terminology.hl7.org/5.5.0/CodeSystem-v3-ParticipationType.html#v3-ParticipationType-PR
                F">PRF</a> 
              </td> 
              <td> performer</td> 
              <td> **Definition:** A person, non-person living subject, organization or device that
                 who actually and principally carries out the action. Device should only be assigned
                 as a performer in circumstances where the device is performing independent of human
                 intervention. Need not be the principal responsible actor.
                <br/>  
                <br/>  **Exampe:** A surgery resident operating under supervision of attending surgeon,
                 a search and rescue dog locating survivors, an electronic laboratory analyzer or
                 the laboratory discipline requested to perform a laboratory test. The performer
                 may also be the patient in self-care, e.g. fingerstick blood sugar. The traditional
                 order filler is a performer. This information should accompany every service event.
                <br/>  
                <br/>  **Note:** that existing HL7 designs assign an organization as the playing entity
                 of the Role that is the performer. These designs should be revised in subsequent
                 releases to make this the scooping entity for the role involved.
              </td> 
            </tr> 
            <tr> 
              <td> 
                <a href="http://terminology.hl7.org/5.5.0/CodeSystem-v3-ParticipationType.html#v3-ParticipationType-SP
                RF">SPRF</a> 
              </td> 
              <td> secondary performer</td> 
              <td> A person assisting in an act through his substantial presence and involvement This
                 includes: assistants, technicians, associates, or whatever the job titles may be.</td> 
            </tr> 
            <tr> 
              <td> 
                <a href="http://terminology.hl7.org/5.5.0/CodeSystem-v3-ParticipationType.html#v3-ParticipationType-RE
                F">REF</a> 
              </td> 
              <td> referrer</td> 
              <td> A person having referred the subject of the service to the performer (referring
                 physician). Typically, a referring physician will receive a report.</td> 
            </tr> 
          </table> 
        </li> 
      </ul> 
    </div> 
  </text> 
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="ii"/> 
  </extension> 
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="trial-use"/> 
  </extension> 
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="4"/> 
  </extension> 
  <url value="http://hl7.org/fhir/ValueSet/series-performer-function"/> 
  <identifier> 
    <system value="urn:ietf:rfc:3986"/> 
    <value value="urn:oid:2.16.840.1.113883.4.642.3.989"/> 
  </identifier> 
  <version value="6.0.0-cibuild"/> 
  <name value="ImagingStudySeriesPerformerFunction"/> 
  <title value="ImagingStudy series performer function"/> 
  <status value="draft"/> 
  <experimental value="true"/> 
  <publisher value="HL7 (FHIR Project)"/> 
  <contact> 
    <telecom> 
      <system value="url"/> 
      <value value="http://hl7.org/fhir"/> 
    </telecom> 
  </contact> 
  <description value="Performer function of an agent in an imaging study series"/> 
  <jurisdiction> 
    <coding> 
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/> 
      <code value="001"/> 
      <display value="World"/> 
    </coding> 
  </jurisdiction> 
  <compose> 
    <include> 
      <system value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType"/> 
      <concept> 
        <code value="CON"/> 
        <display value="consultant"/> 
      </concept> 
      <concept> 
        <code value="VRF"/> 
        <display value="verifier"/> 
      </concept> 
      <concept> 
        <code value="PRF"/> 
        <display value="performer"/> 
      </concept> 
      <concept> 
        <code value="SPRF"/> 
        <display value="secondary performer"/> 
      </concept> 
      <concept> 
        <code value="REF"/> 
        <display value="referrer"/> 
      </concept> 
    </include> 
  </compose> 
</ValueSet> 

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.