0.1.0 - ci-build

oncologyfhirigkenya - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Biopsy Needle Supply Request - XML Representation

Raw xml | Download


<SupplyRequest xmlns="http://hl7.org/fhir">
  <id value="example-biopsy-needle-supply-request"/>
  <meta>
    <profile
             value="http://example.org/StructureDefinition/oncology-kenya-supplyrequest"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: SupplyRequest example-biopsy-needle-supply-request</b></p><a name="example-biopsy-needle-supply-request"> </a><a name="hcexample-biopsy-needle-supply-request"> </a><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"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-oncology-kenya-supplyrequest.html">Oncology Kenya Supply Request</a></p></div><p><b>status</b>: Active</p><p><b>item</b>: <span title="Codes:{http://snomed.info/sct 3457005}">Biopsy needle</span></p><p><b>quantity</b>: 15 unit</p><p><b>authoredOn</b>: 2025-06-10</p><p><b>requester</b>: <a href="PractitionerRole/example-oncology-nurse-knh">PractitionerRole/example-oncology-nurse-knh</a></p><p><b>supplier</b>: <a href="Organization/kemsa">Organization/kemsa</a></p><p><b>reasonCode</b>: <span title="Codes:{http://snomed.info/sct 183807002}">Diagnostic procedure</span></p><p><b>deliverTo</b>: <a href="Location-example-kenyatta-national-hospital-oncology.html">Location Kenyatta National Hospital - Cancer Treatment Centre</a></p></div>
  </text>
  <status value="active"/>
  <itemCodeableConcept>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="3457005"/>
      <display value="Biopsy needle"/>
    </coding>
  </itemCodeableConcept>
  <quantity>
    <value value="15"/>
    <unit value="unit"/>
  </quantity>
  <authoredOn value="2025-06-10"/>
  <requester>
    <reference value="PractitionerRole/example-oncology-nurse-knh"/>
  </requester>
  <supplier>
    <reference value="Organization/kemsa"/>
  </supplier>
  <reasonCode>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="183807002"/>
      <display value="Diagnostic procedure"/>
    </coding>
  </reasonCode>
  <deliverTo>🔗 
    <reference value="Location/example-kenyatta-national-hospital-oncology"/>
  </deliverTo>
</SupplyRequest>