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-c - XML Representation

Raw xml | Download


<ServiceRequest xmlns="http://hl7.org/fhir">
  <id value="example-c"/>
  <meta>
    <profile
             value="https://www.ehealth.fgov.be/standards/fhir/referral/StructureDefinition/be-referral-servicerequest-diagnosticimaging"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ServiceRequest example-c</b></p><a name="example-c"> </a><a name="hcexample-c"> </a><a name="example-c-en-US"> </a><p><b>BeValidityPeriod</b>: 2024-10-15 --&gt; 2025-04-15</p><p><b>BeSupportingInfo</b>: <span title="Codes:">363680008</span></p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title="Codes:{http://snomed.info/sct 363679005}">Imaging (procedure)</span></p><p><b>priority</b>: Routine</p><p><b>code</b>: <span title="Codes:{https://qsimedical.com MR-upper-extremity-shoulder-wo-iv-contrast}">MR-upper-extremity-shoulder-wo-iv-contrast</span></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>/50011512345</p><p><b>authoredOn</b>: 2024-10-15 00:00:00+0000</p><p><b>requester</b>: <a href="PractitionerRole-DOCTOR-12009390800.html">PractitionerRole physician</a></p><p><b>reasonCode</b>: <span title="Codes:{http://snomed.info/sct 125605004}">Fracture of bone</span></p><p><b>bodySite</b>: <span title="Codes:{http://snomed.info/sct 16982005}">Shoulder</span></p></div>
  </text>
  <extension
             url="https://www.ehealth.fgov.be/standards/fhir/referral/StructureDefinition/be-ext-validity-period">
    <valuePeriod>
      <start value="2024-10-15"/>
      <end value="2025-04-15"/>
    </valuePeriod>
  </extension>
  <extension
             url="https://www.ehealth.fgov.be/standards/fhir/referral/StructureDefinition/be-ext-supporting-info">
    <valueCodeableConcept>
      <coding>
        <code value="363680008"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <status value="active"/>
  <intent value="order"/>
  <category>
    <coding>
      <system value="http://snomed.info/sct"/>
      <version value="http://snomed.info/sct/11000172109"/>
      <code value="363679005"/>
    </coding>
  </category>
  <priority value="routine"/>
  <code>
    <coding>
      <system value="https://qsimedical.com"/>
      <code value="MR-upper-extremity-shoulder-wo-iv-contrast"/>
    </coding>
  </code>
  <subject>
    <identifier>
      <system
              value="https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin"/>
      <value value="50011512345"/>
    </identifier>
  </subject>
  <authoredOn value="2024-10-15T00:00:00+00:00"/>
  <requester>🔗 
    <reference value="PractitionerRole/DOCTOR-12009390800"/>
  </requester>
  <reasonCode>
    <coding>
      <system value="http://snomed.info/sct"/>
      <version value="http://snomed.info/sct/11000172109"/>
      <code value="125605004"/>
    </coding>
  </reasonCode>
  <bodySite>
    <extension
               url="https://www.ehealth.fgov.be/standards/fhir/core-clinical/StructureDefinition/be-ext-laterality">
      <valueCoding>
        <system value="http://snomed.info/sct"/>
        <version value="http://snomed.info/sct/11000172109"/>
        <code value="24028007"/>
      </valueCoding>
    </extension>
    <coding>
      <system value="http://snomed.info/sct"/>
      <version value="http://snomed.info/sct/11000172109"/>
      <code value="16982005"/>
    </coding>
  </bodySite>
</ServiceRequest>