AU eRequesting Implementation Guide, published by HL7 Australia. This guide is not an authorized publication; it is the continuous build for version 1.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-erequesting/ 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/order-xray-2> a fhir:ServiceRequest ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "order-xray-2"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org.au/fhir/ereq/StructureDefinition/au-erequesting-servicerequest-imag" ;
fhir:index 0 ;
fhir:link <http://hl7.org.au/fhir/ereq/StructureDefinition/au-erequesting-servicerequest-imag>
]
] ;
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 order-xray-2</b></p><a name=\"order-xray-2\"> </a><a name=\"hcorder-xray-2\"> </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-erequesting-servicerequest-imag.html\">AU eRequesting Imaging Request</a></p></div><p><b>AU eRequesting Display Sequence</b>: 1</p><p><b>identifier</b>: Placer Identifier/EMC4543344-1620-01</p><p><b>requisition</b>: Placer Group Number/EMC4543344-1620</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 363679005}\">Imaging</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 3621000087107}\">X-ray of left hand</span></p><p><b>subject</b>: <a href=\"Patient-scott-elijah-ken.html\">Elijah KEN SCOTT (official) Male, DoB: 1986-11-28 ( IHI: Austalian Healthcare Identifier - Individual#8003608333647204)</a></p><p><b>encounter</b>: <a href=\"Encounter-gp-consult-finger-pain.html\">Encounter: status = finished; class = ambulatory (ActCode#AMB); serviceType = General practice service; period = 2024-05-12 10:15:00+1000 --> 2024-05-12 10:30:00+1000; reasonCode = Finger pain</a></p><p><b>authoredOn</b>: 2024-05-12</p><p><b>requester</b>: <a href=\"PractitionerRole-generalpractitioner-guthridge-jarred.html\">PractitionerRole General practitioner</a></p><p><b>insurance</b>: <a href=\"Coverage-coverage-dva.html\">Coverage: identifier = DVA Number: QX521750; status = active; type = veteran health program</a></p><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 770882009}\">Left ring finger</span></p></div>"
] ;
fhir:DomainResource.extension [
fhir:index 2 ;
fhir:Extension.url [ fhir:value "http://hl7.org.au/fhir/ereq/StructureDefinition/au-erequesting-displaysequence" ] ;
fhir:Extension.valueInteger [ fhir:value "1"^^xsd:integer ]
] ;
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 "http://ns.electronichealth.net.au/id/hpio-scoped/order/1.0/8003629900040359" ] ;
fhir:Identifier.value [ fhir:value "EMC4543344-1620-01" ] ;
fhir:Identifier.assigner [
fhir:Reference.display [ fhir:value "Elimbah Medical Centre" ]
]
] ;
fhir:ServiceRequest.requisition [
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 "PGN" ] ;
fhir:Coding.display [ fhir:value "Placer Group Number" ]
]
] ;
fhir:Identifier.system [ fhir:value "http://ns.electronichealth.net.au/id/hpio-scoped/order/1.0/8003629900040359" ] ;
fhir:Identifier.value [ fhir:value "EMC4543344-1620" ] ;
fhir:Identifier.assigner [
fhir:Reference.display [ fhir:value "Elimbah Medical Centre" ]
]
] ;
fhir:ServiceRequest.status [ fhir:value "active"] ;
fhir:ServiceRequest.intent [ fhir:value "order"] ;
fhir:ServiceRequest.category [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:363679005 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "363679005" ] ;
fhir:Coding.display [ fhir:value "Imaging" ]
]
] ;
fhir:ServiceRequest.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:3621000087107 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "3621000087107" ] ;
fhir:Coding.display [ fhir:value "Plain X-ray of left hand" ]
] ;
fhir:CodeableConcept.text [ fhir:value "X-ray of left hand" ]
] ;
fhir:ServiceRequest.subject [
fhir:link <http://hl7.org/fhir/Patient/scott-elijah-ken> ;
fhir:Reference.reference [ fhir:value "Patient/scott-elijah-ken" ]
] ;
fhir:ServiceRequest.encounter [
fhir:link <http://hl7.org/fhir/Encounter/gp-consult-finger-pain> ;
fhir:Reference.reference [ fhir:value "Encounter/gp-consult-finger-pain" ]
] ;
fhir:ServiceRequest.authoredOn [ fhir:value "2024-05-12"^^xsd:date] ;
fhir:ServiceRequest.requester [
fhir:link <http://hl7.org/fhir/PractitionerRole/generalpractitioner-guthridge-jarred> ;
fhir:Reference.reference [ fhir:value "PractitionerRole/generalpractitioner-guthridge-jarred" ]
] ;
fhir:ServiceRequest.insurance [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/Coverage/coverage-dva> ;
fhir:Reference.reference [ fhir:value "Coverage/coverage-dva" ]
] ;
fhir:ServiceRequest.bodySite [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:770882009 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "770882009" ] ;
fhir:Coding.display [ fhir:value "Structure of left ring finger" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Left ring finger" ]
] .
<http://hl7.org/fhir/Patient/scott-elijah-ken> a fhir:Patient .
<http://hl7.org/fhir/Encounter/gp-consult-finger-pain> a fhir:Encounter .
<http://hl7.org/fhir/PractitionerRole/generalpractitioner-guthridge-jarred> a fhir:PractitionerRole .
<http://hl7.org/fhir/Coverage/coverage-dva> a fhir:Coverage .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/ServiceRequest/order-xray-2.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/ServiceRequest/order-xray-2.ttl> .
IG © 2024 HL7 Australia. Package hl7.fhir.au.ereq#1.0.1-ci-build based on FHIR 4.0.1. Generated 2026-08-12
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change