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

: Use Case 5a - XML Representation

Raw xml | Download


<ServiceRequest xmlns="http://hl7.org/fhir">
  <id value="uc5a-1"/>
  <meta>
    <profile
             value="https://www.ehealth.fgov.be/standards/fhir/referral/StructureDefinition/be-referral-servicerequest-nursing"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ServiceRequest uc5a-1</b></p><a name="uc5a-1"> </a><a name="hcuc5a-1"> </a><a name="uc5a-1-en-US"> </a><p><b>BeValidityPeriod</b>: 2023-02-07 --&gt; 2023-08-07</p><p><b>BePerformerType</b>: <span title="Codes:{https://www.ehealth.fgov.be/standards/fhir/core/CodeSystem/cd-hcparty persnurse}">nurse</span></p><p><b>status</b>: Completed</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title="Codes:{http://snomed.info/sct 9632001}">Nursing procedure</span></p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 17636008}">Specimen collection</span></p><p><b>orderDetail</b>: <span title="Codes:{http://snomed.info/sct 87612001}">Blood</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>/38012699993</p><p><b>occurrence</b>: Count 1  times, Once</p><p><b>authoredOn</b>: 2023-02-07 00:00:00+0100</p><p><b>requester</b>: Identifier: <a href="https://build.fhir.org/ig/hl7-be/core/NamingSystem-be-nihdi.html" title="RIZIV/INAMI">BeNIHDINamingSystem</a>/10829059004</p><p><b>reasonCode</b>: <span title="Codes:{http://snomed.info/sct 267032009}">Tired all the time</span></p><p><b>bodySite</b>: <span title="Codes:{http://snomed.info/sct 14975008}">Forearm</span></p></div>
  </text>
  <extension
             url="https://www.ehealth.fgov.be/standards/fhir/referral/StructureDefinition/be-ext-validity-period">
    <valuePeriod>
      <start value="2023-02-07"/>
      <end value="2023-08-07"/>
    </valuePeriod>
  </extension>
  <extension
             url="https://www.ehealth.fgov.be/standards/fhir/referral/StructureDefinition/be-ext-performer-type">
    <valueCodeableConcept>
      <coding>
        <system
                value="https://www.ehealth.fgov.be/standards/fhir/core/CodeSystem/cd-hcparty"/>
        <code value="persnurse"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <status value="completed"/>
  <intent value="order"/>
  <category>
    <coding>
      <system value="http://snomed.info/sct"/>
      <version value="http://snomed.info/sct/11000172109"/>
      <code value="9632001"/>
    </coding>
    <text value="Nursing procedure"/>
  </category>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <version value="http://snomed.info/sct/11000172109"/>
      <code value="17636008"/>
    </coding>
  </code>
  <orderDetail>
    <coding>
      <system value="http://snomed.info/sct"/>
      <version value="http://snomed.info/sct/11000172109"/>
      <code value="87612001"/>
    </coding>
  </orderDetail>
  <subject>
    <identifier>
      <system
              value="https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin"/>
      <value value="38012699993"/>
    </identifier>
  </subject>
  <occurrenceTiming>
    <repeat>
      <count value="1"/>
    </repeat>
  </occurrenceTiming>
  <authoredOn value="2023-02-07T00:00:00+01:00"/>
  <requester>
    <identifier>
      <system
              value="https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/nihdi"/>
      <value value="10829059004"/>
    </identifier>
  </requester>
  <reasonCode>
    <coding>
      <system value="http://snomed.info/sct"/>
      <version value="http://snomed.info/sct/11000172109"/>
      <code value="267032009"/>
    </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="419161000"/>
      </valueCoding>
    </extension>
    <coding>
      <system value="http://snomed.info/sct"/>
      <version value="http://snomed.info/sct/11000172109"/>
      <code value="14975008"/>
    </coding>
  </bodySite>
</ServiceRequest>