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

: example-radiologybundle - XML Representation

Raw xml | Download


<CarePlan xmlns="http://hl7.org/fhir">
  <id value="example-radiologybundle"/>
  <meta>
    <profile
             value="https://www.ehealth.fgov.be/standards/fhir/referral/StructureDefinition/be-referral-careplan"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CarePlan example-radiologybundle</b></p><a name="example-radiologybundle"> </a><a name="hcexample-radiologybundle"> </a><a name="example-radiologybundle-en-US"> </a><p><b>identifier</b>: <a href="NamingSystem-be-ns-uhmep.html" title="UHMEP naming system">BeUnadressedHealthMessageExchangePlatform</a>/UHMEPVALUE</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>subject</b>: Identifier: <a href="https://build.fhir.org/ig/hl7-be/core/NamingSystem-be-ssin.html" title="NISS/INSZ">BeSSINNamingSystem</a>/79011512345</p><p><b>created</b>: 2024-10-15 00:00:00+0000</p><p><b>author</b>: <a href="PractitionerRole-DOCTOR-12009390800.html">PractitionerRole physician</a></p><blockquote><p><b>activity</b></p><p><b>reference</b>: <a href="ServiceRequest-example-a.html">ServiceRequest CT-Head-with-Contrast</a></p></blockquote><blockquote><p><b>activity</b></p><p><b>reference</b>: <a href="ServiceRequest-example-b.html">ServiceRequest XRAY-upper-extremity-hand</a></p></blockquote><blockquote><p><b>activity</b></p><p><b>reference</b>: <a href="ServiceRequest-example-c.html">ServiceRequest MR-upper-extremity-shoulder-wo-iv-contrast</a></p></blockquote></div>
  </text>
  <identifier>
    <system
            value="https://www.ehealth.fgov.be/standards/fhir/referral/NamingSystem/uhmep"/>
    <value value="UHMEPVALUE"/>
  </identifier>
  <status value="active"/>
  <intent value="order"/>
  <subject>
    <identifier>
      <system
              value="https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin"/>
      <value value="79011512345"/>
    </identifier>
  </subject>
  <created value="2024-10-15T00:00:00+00:00"/>
  <author>🔗 
    <reference value="PractitionerRole/DOCTOR-12009390800"/>
  </author>
  <activity>
    <reference>🔗 
      <reference value="ServiceRequest/example-a"/>
    </reference>
  </activity>
  <activity>
    <reference>🔗 
      <reference value="ServiceRequest/example-b"/>
    </reference>
  </activity>
  <activity>
    <reference>🔗 
      <reference value="ServiceRequest/example-c"/>
    </reference>
  </activity>
</CarePlan>