AU Base Implementation Guide
4.2.2-ballot - Ballot
This page is part of the Australian Base IG (v4.2.2-ballot: AU Base R4.2 Ballot 5) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 4.1.0. For a full list of available versions, see the Directory of published versions
Page standards status: Informative |
<ServiceRequest xmlns="http://hl7.org/fhir">
<id value="path-example0"/>
<meta>
<profile
value="http://hl7.org.au/fhir/StructureDefinition/au-diagnosticrequest"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ServiceRequest path-example0</b></p><a name="path-example0"> </a><a name="hcpath-example0"> </a><a name="path-example0-en-AU"> </a><p><b>identifier</b>: Placer Identifier/789012345</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 26604007}">Full blood count</span></p><p><b>subject</b>: <a href="Patient-example1.html">Harry Dan Male, DoB: 1939-08-25 ( IHI: Austalian Healthcare Identifier - Individual#8003608833357361)</a></p><p><b>authoredOn</b>: 2022-04-02</p><p><b>requester</b>: <a href="PractitionerRole-example3.html">PractitionerRole General practitioner</a></p><p><b>performer</b>: <a href="Organization-example6.html">Organization ACME Pathology</a></p><p><b>reasonCode</b>: <span title="Codes:">Past history lymphoma</span></p></div>
</text>
<!-- Multiple "result copies to" with different resource type and a text only (display) entry -->
<extension
url="http://hl7.org.au/fhir/StructureDefinition/result-copies-to">
<valueReference>🔗
<reference value="Practitioner/example4"/>
<display value="Dr Robert Smith"/>
</valueReference>
</extension>
<extension
url="http://hl7.org.au/fhir/StructureDefinition/result-copies-to">
<valueReference>🔗
<reference value="Organization/example3"/>
<display value="Devonport Family Medicine Clinic"/>
</valueReference>
</extension>
<extension
url="http://hl7.org.au/fhir/StructureDefinition/result-copies-to">
<valueReference>
<display
value="Dr Jo Traveller, PO Box 123456, Port Douglas 4877, Qld."/>
</valueReference>
</extension>
<identifier>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
<code value="PLAC"/>
<display value="Placer Identifier"/>
</coding>
</type>
<system value="https://albionhospital.example.com/labs/order-identifier"/>
<value value="789012345"/>
<assigner>🔗
<reference value="Organization/example1"/>
<display value="Albion Hospital"/>
</assigner>
</identifier>
<status value="active"/>
<intent value="order"/>
<code>
<coding>
<system value="http://snomed.info/sct"/>
<code value="26604007"/>
<display value="Complete blood count"/>
</coding>
<text value="Full blood count"/>
</code>
<subject>🔗
<reference value="Patient/example1"/>
</subject>
<authoredOn value="2022-04-02"/>
<requester>🔗
<reference value="PractitionerRole/example3"/>
</requester>
<performer>🔗
<reference value="Organization/example6"/>
</performer>
<reasonCode>
<text value="Past history lymphoma"/>
</reasonCode>
</ServiceRequest>