Referral Prescription
1.0.0 - STU Belgium flag

Referral Prescription, published by . This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-be/referral/ and changes regularly. See the Directory of published versions

: BeGDFullReferralPrescription - XML Representation

Active as of 2024-09-20

Raw xml | Download


<GraphDefinition xmlns="http://hl7.org/fhir">
  <id value="full-referral-prescription"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: GraphDefinition full-referral-prescription</b></p><a name="full-referral-prescription"> </a><a name="hcfull-referral-prescription"> </a><a name="full-referral-prescription-en-US"> </a><p><b>url</b>: <a href="GraphDefinition-full-referral-prescription.html">GraphDefinition full-referral-prescription</a></p><p><b>name</b>: full-referral-prescription</p><p><b>status</b>: Active</p><p><b>date</b>: 2024-09-20 15:31:51+0200</p><p><b>description</b>: </p><div><p>Specify to include all useful resources around a ServiceRequest that can be retrieved with the $graph operation.</p>
</div><p><b>start</b>: ServiceRequest</p><blockquote><p><b>link</b></p><p><b>path</b>: ServiceRequest.requester</p><p><b>min</b>: 1</p><p><b>max</b>: 1</p><p><b>description</b>: Get the PractitionerRole of the requester of the ServiceRequest</p><blockquote><p><b>target</b></p><p><b>type</b>: PractitionerRole</p><blockquote><p><b>link</b></p></blockquote></blockquote></blockquote><blockquote><p><b>link</b></p><p><b>min</b>: 1</p><p><b>description</b>: Get all Tasks corresponding to the BeReferralTask + all BePerformerTasks linked to the ServiceRequest</p><blockquote><p><b>target</b></p><p><b>type</b>: Task</p><p><b>params</b>: focus={ref}</p><blockquote><p><b>link</b></p></blockquote></blockquote></blockquote></div>
  </text>
  <url
       value="https://www.ehealth.fgov.be/standards/fhir/referral/GraphDefinition/full-referral-prescription"/>
  <name value="full-referral-prescription"/>
  <status value="active"/>
  <date value="2024-09-20T15:31:51+02:00"/>
  <description
               value="Specify to include all useful resources around a ServiceRequest that can be retrieved with the $graph operation."/>
  <start value="ServiceRequest"/>
  <link>
    <path value="ServiceRequest.requester"/>
    <min value="1"/>
    <max value="1"/>
    <description
                 value="Get the PractitionerRole of the requester of the ServiceRequest"/>
    <target>
      <type value="PractitionerRole"/>
      <link>
        <path value="PractitionerRole.practitioner"/>
        <min value="1"/>
        <max value="1"/>
        <description
                     value="Get the Practitioner of the requester of the ServiceRequest"/>
        <target>
          <type value="Practitioner"/>
        </target>
      </link>
    </target>
  </link>
  <link>
    <min value="1"/>
    <description
                 value="Get all Tasks corresponding to the BeReferralTask + all BePerformerTasks linked to the ServiceRequest"/>
    <target>
      <type value="Task"/>
      <params value="focus={ref}"/>
      <link>
        <path value="Task.owner"/>
        <min value="1"/>
        <max value="1"/>
        <description
                     value="Get the PractitionerRole of the caregiver owner of the task"/>
        <target>
          <type value="PractitionerRole"/>
          <link>
            <path value="PractitionerRole.practitioner"/>
            <min value="1"/>
            <max value="1"/>
            <description
                         value="Get the Practitioner of the caregiver owner of the task"/>
            <target>
              <type value="Practitioner"/>
            </target>
          </link>
        </target>
      </link>
    </target>
  </link>
</GraphDefinition>