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

: uc2a-3 - XML Representation

Raw xml | Download



<ServiceRequest xmlns="http://hl7.org/fhir">
  <id value="uc2a-3"/>
  <meta>
    <profile
             value="https://www.ehealth.fgov.be/standards/fhir/referral/StructureDefinition/be-referralprescription-nursing"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: ServiceRequest</b><a name="uc2a-3"> </a><a name="hcuc2a-3"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource ServiceRequest &quot;uc2a-3&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-be-referralprescription-nursing.html">BeReferralPrescriptionNursing</a></p></div><p><b>BeFeedbackToPrescriber</b>: true</p><p><b>BeValidityPeriod</b>: 2023-01-26 --&gt; 2023-07-26</p><p><b>Reason for current status</b>: In progress <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="CodeSystem-be-prescription-status-reason.html">BePrescriptionStatusReason</a>#inProgress)</span></p><p><b>BePerformerType</b>: nurse <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://build.fhir.org/ig/hl7-be/core//CodeSystem-cd-hcparty.html">BeCdHcParty</a>#persnurse)</span></p><p><b>status</b>: draft</p><p><b>intent</b>: order</p><p><b>category</b>: Nursing procedure <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT[BE]</a>#9632001)</span></p><p><b>code</b>: Application of anti-embolic stockings <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT[BE]</a>#225420001)</span></p><p><b>subject</b>: <span>BeSSINNamingSystem/38012699993</span></p><p><b>occurrence</b>: Once</p><p><b>authoredOn</b>: 2023-01-26 00:00:00+0100</p><p><b>requester</b>: <span>BeNIHDINamingSystem/10829059004</span></p><p><b>reasonCode</b>: Erysipelas <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT[BE]</a>#44653001)</span></p></div>
  </text>
  <extension
             url="https://www.ehealth.fgov.be/standards/fhir/referral/StructureDefinition/be-ext-feedback-to-prescriber">
    <valueBoolean value="true"/>
  </extension>
  <extension
             url="https://www.ehealth.fgov.be/standards/fhir/referral/StructureDefinition/be-ext-validity-period">
    <valuePeriod>
      <start value="2023-01-26"/>
      <end value="2023-07-26"/>
    </valuePeriod>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/request-statusReason">
    <valueCodeableConcept>
      <coding>
        <system
                value="https://www.ehealth.fgov.be/standards/fhir/referral/CodeSystem/be-prescription-status-reason"/>
        <code value="inProgress"/>
        <display value="In progress"/>
      </coding>
    </valueCodeableConcept>
  </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="draft"/>
  <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="225420001"/>
    </coding>
  </code>
  <subject>
    <identifier>
      <system
              value="https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin"/>
      <value value="38012699993"/>
    </identifier>
  </subject>
  <occurrenceTiming>
    <repeat>
      <boundsDuration>
        <value value="3"/>
        <unit value="mo"/>
      </boundsDuration>
    </repeat>
  </occurrenceTiming>
  <authoredOn value="2023-01-26T00: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="44653001"/>
    </coding>
  </reasonCode>
</ServiceRequest>