AU Base Implementation Guide, published by HL7 Australia. This guide is not an authorized publication; it is the continuous build for version 6.0.1-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7au/au-fhir-base/ and changes regularly. See the Directory of published versions
| Page standards status: Informative |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/ServiceRequest/path-example0> a fhir:ServiceRequest ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "path-example0"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org.au/fhir/StructureDefinition/au-servicerequest" ;
fhir:index 0 ;
fhir:link <http://hl7.org.au/fhir/StructureDefinition/au-servicerequest>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ] ;
fhir:Narrative.div "<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><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-au-servicerequest.html\">AU Base ServiceRequest</a></p></div><blockquote><p><b>Patient Sex Parameter For Clinical Use</b></p><ul><li>value: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/sex-parameter-for-clinical-use female-typical}\">Apply female-typical setting or reference range</span></li><li>comment: Apply female-type setting for Haematology, Lipids, LFT, TSH, T4 pathology tests</li></ul></blockquote><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-example-sex-and-gender.html\">Patricia Roth Male, DoB: 1974-12-25 ( Medical record number (use: usual, ))</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>"
] ;
fhir:DomainResource.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/patient-sexParameterForClinicalUse" ] ;
fhir:Element.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "value" ] ;
fhir:Extension.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/sex-parameter-for-clinical-use" ] ;
fhir:Coding.code [ fhir:value "female-typical" ] ;
fhir:Coding.display [ fhir:value "Apply female-typical setting or reference range" ]
]
]
], [
fhir:index 1 ;
fhir:Extension.url [ fhir:value "comment" ] ;
fhir:Extension.valueString [ fhir:value "Apply female-type setting for Haematology, Lipids, LFT, TSH, T4 pathology tests" ]
]
] ;
fhir:ServiceRequest.identifier [
fhir:index 0 ;
fhir:Identifier.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ] ;
fhir:Coding.code [ fhir:value "PLAC" ] ;
fhir:Coding.display [ fhir:value "Placer Identifier" ]
]
] ;
fhir:Identifier.system [ fhir:value "https://albionhospital.example.com/labs/order-identifier" ] ;
fhir:Identifier.value [ fhir:value "789012345" ] ;
fhir:Identifier.assigner [
fhir:link <http://hl7.org/fhir/Organization/example1> ;
fhir:Reference.reference [ fhir:value "Organization/example1" ] ;
fhir:Reference.display [ fhir:value "Albion Hospital" ]
]
] ;
fhir:ServiceRequest.status [ fhir:value "active"] ;
fhir:ServiceRequest.intent [ fhir:value "order"] ;
fhir:ServiceRequest.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:26604007 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "26604007" ] ;
fhir:Coding.display [ fhir:value "Full blood count" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Full blood count" ]
] ;
fhir:ServiceRequest.subject [
fhir:link <http://hl7.org/fhir/Patient/example-sex-and-gender> ;
fhir:Reference.reference [ fhir:value "Patient/example-sex-and-gender" ]
] ;
fhir:ServiceRequest.authoredOn [ fhir:value "2022-04-02"^^xsd:date] ;
fhir:ServiceRequest.requester [
fhir:link <http://hl7.org/fhir/PractitionerRole/example3> ;
fhir:Reference.reference [ fhir:value "PractitionerRole/example3" ]
] ;
fhir:ServiceRequest.performer [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/Organization/example6> ;
fhir:Reference.reference [ fhir:value "Organization/example6" ]
] ;
fhir:ServiceRequest.reasonCode [
fhir:index 0 ;
fhir:CodeableConcept.text [ fhir:value "Past history lymphoma" ]
] .
<http://hl7.org/fhir/Organization/example1> a fhir:Organization .
<http://hl7.org/fhir/Patient/example-sex-and-gender> a fhir:Patient .
<http://hl7.org/fhir/PractitionerRole/example3> a fhir:PractitionerRole .
<http://hl7.org/fhir/Organization/example6> a fhir:Organization .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/ServiceRequest/path-example0.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/ServiceRequest/path-example0.ttl> .
IG © 2017+ HL7 Australia. Package hl7.fhir.au.base#6.0.1-ci-build based on FHIR 4.0.1. Generated 2026-07-02
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change