STARS Implementation Guide
0.3.0 - ci-build

This page is part of the Csiro Stars (v0.3.0: Releases Draft) based on FHIR (HL7® FHIR® Standard) v5.0.0. No current official version has been published yet. For a full list of available versions, see the Directory of published versions

: example-servicerequest - XML Representation

Raw xml | Download


<ServiceRequest xmlns="http://hl7.org/fhir">
  <id value="example-servicerequest"/>
  <meta>
    <profile
             value="https://starsapi.csiro.au/fhir-ig/stars/StructureDefinition/csiro-stars-servicerequest"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ServiceRequest example-servicerequest</b></p><a name="example-servicerequest"> </a><a name="hcexample-servicerequest"> </a><a name="example-servicerequest-en-US"> </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-csiro-stars-servicerequest.html">CSIRO STARS ServiceRequest Profile</a></p></div><p><b>Submission Category</b>: <span title="Codes:{https://ontoacdp.csiro.au/fhir/CodeSystem/stars-submission-category-code-system 1}">Routine testing no suspicion of emergency disease</span></p><p><b>identifier</b>: 5b6f1332-8717-47a7-8776-a421a7b1b583</p><p><b>requisition</b>: AS19-00443-P</p><p><b>status</b>: Active</p><p><b>intent</b>: Proposal</p><p><b>subject</b>: <a href="Patient-Shorty.html">Horse1 (no stated gender), DoB Unknown ( Accession ID)</a></p><p><b>authoredOn</b>: 2023-03-23</p><p><b>specimen</b>: <a href="Specimen-specimen-example.html">Specimen: accessionIdentifier = AS22-00345; type = Swab; condition = Frozen; note = sample prepared for transport</a></p></div>
  </text>
  <extension
             url="https://starsapi.csiro.au/fhir-ig/stars/StructureDefinition/csiro-stars-submission-category">
    <valueCodeableConcept>
      <coding>
        <system
                value="https://ontoacdp.csiro.au/fhir/CodeSystem/stars-submission-category-code-system"/>
        <code value="1"/>
        <display value="Routine testing no suspicion of emergency disease"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <identifier>
    <value value="5b6f1332-8717-47a7-8776-a421a7b1b583"/>
  </identifier>
  <requisition>
    <value value="AS19-00443-P"/>
  </requisition>
  <status value="active"/>
  <intent value="proposal"/>
  <subject>🔗 
    <reference value="Patient/Shorty"/>
  </subject>
  <authoredOn value="2023-03-23"/>
  <specimen>🔗 
    <reference value="Specimen/specimen-example"/>
  </specimen>
</ServiceRequest>