STARS Implementation Guide - Local Development build (v0.1.0). 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://acdp.csiro.au/starsapi-sandbox/fhir-ig/stars/StructureDefinition/csiro-stars-servicerequest"/>
</meta>
<text>
<status value="extensions"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: ServiceRequest</b><a name="example-servicerequest"> </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 "example-servicerequest" </p><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>: Routine testing no suspicion of emergency disease <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="CodeSystem-legacy-submission-category-code-system.html">STARS Legacy Submission Category Code System</a>#1)</span></p><p><b>identifier</b>: id: 5b6f1332-8717-47a7-8776-a421a7b1b583</p><p><b>requisition</b>: id: AS19-00443-P</p><p><b>status</b>: active</p><p><b>intent</b>: proposal</p><p><b>subject</b>: <a href="Patient-10b430b6-1039-4af7-be30-83cdbdb055c6.html">Patient/10b430b6-1039-4af7-be30-83cdbdb055c6</a> ""</p><p><b>authoredOn</b>: 2023-03-23</p><p><b>specimen</b>: <a href="Specimen-specimen-example.html">Specimen/specimen-example</a></p></div>
</text>
<extension
url="https://acdp.csiro.au/starsapi-sandbox/fhir-ig/stars/StructureDefinition/csiro-stars-submission-category">
<valueCodeableConcept>
<coding>
<system
value="https://acdp.csiro.au/starsapi-sandbox/fhir-ig/stars/CodeSystem/legacy-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/10b430b6-1039-4af7-be30-83cdbdb055c6"/>
</subject>
<authoredOn value="2023-03-23"/>
<specimen>
<reference value="Specimen/specimen-example"/>
</specimen>
</ServiceRequest>