STARS Implementation Guide
0.6.1 - release
This page is part of the Csiro Stars (v0.6.1: Release) based on FHIR (HL7® FHIR® Standard) v5.0.0. This is the current published version. For a full list of available versions, see the Directory of published versions
<Task xmlns="http://hl7.org/fhir">
<id value="example-task-specimen-received"/>
<meta>
<profile
value="https://starsapi.csiro.au/fhir-ig/stars/StructureDefinition/csiro-stars-task"/>
</meta>
<language value="en"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><p class="res-header-id"><b>Generated Narrative: Task example-task-specimen-received</b></p><a name="example-task-specimen-received"> </a><a name="hcexample-task-specimen-received"> </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">Language: en</p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-csiro-stars-task.html">CSIRO STARS Task Profile</a></p></div><p><b>groupIdentifier</b>: P25-00011</p><p><b>status</b>: Received</p><p><b>intent</b>: order</p><p><b>code</b>: <span title="Codes:{https://starsapi.csiro.au/fhir-ig/stars/CodeSystem/tasktype-code-system specimen-received}">Specimen Received</span></p><blockquote><p><b>input</b></p><p><b>type</b>: <span title="Codes:{https://starsapi.csiro.au/fhir-ig/stars/CodeSystem/tasktype-code-system request-received}">request-received</span></p><p><b>value</b>: Sender Sample Identifier/AS-22-3437-0001</p></blockquote><blockquote><p><b>input</b></p><p><b>type</b>: <span title="Codes:{https://starsapi.csiro.au/fhir-ig/stars/CodeSystem/tasktype-code-system request-received}">request-received</span></p><p><b>value</b>: Sender Sample Identifier/AS-22-3437-0002</p></blockquote><blockquote><p><b>input</b></p><p><b>type</b>: <span title="Codes:{https://starsapi.csiro.au/fhir-ig/stars/CodeSystem/tasktype-code-system request-received}">request-received</span></p><p><b>value</b>: Sender Sample Identifier/AS-22-3437-0003</p></blockquote></div>
</text>
<groupIdentifier>
<value value="P25-00011"/>
</groupIdentifier>
<status value="received"/>
<intent value="order"/>
<code>
<coding>
<system
value="https://starsapi.csiro.au/fhir-ig/stars/CodeSystem/tasktype-code-system"/>
<code value="specimen-received"/>
</coding>
</code>
<input>
<type>
<coding>
<system
value="https://starsapi.csiro.au/fhir-ig/stars/CodeSystem/tasktype-code-system"/>
<code value="request-received"/>
</coding>
</type>
<valueIdentifier>
<type>
<coding>
<system
value="https://starsapi.csiro.au/fhir-ig/stars/CodeSystem/identifiertype-code-system"/>
<code value="SENDSAMP"/>
</coding>
</type>
<value value="AS-22-3437-0001"/>
</valueIdentifier>
</input>
<input>
<type>
<coding>
<system
value="https://starsapi.csiro.au/fhir-ig/stars/CodeSystem/tasktype-code-system"/>
<code value="request-received"/>
</coding>
</type>
<valueIdentifier>
<type>
<coding>
<system
value="https://starsapi.csiro.au/fhir-ig/stars/CodeSystem/identifiertype-code-system"/>
<code value="SENDSAMP"/>
</coding>
</type>
<value value="AS-22-3437-0002"/>
</valueIdentifier>
</input>
<input>
<type>
<coding>
<system
value="https://starsapi.csiro.au/fhir-ig/stars/CodeSystem/tasktype-code-system"/>
<code value="request-received"/>
</coding>
</type>
<valueIdentifier>
<type>
<coding>
<system
value="https://starsapi.csiro.au/fhir-ig/stars/CodeSystem/identifiertype-code-system"/>
<code value="SENDSAMP"/>
</coding>
</type>
<value value="AS-22-3437-0003"/>
</valueIdentifier>
</input>
</Task>