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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/CommunicationRequest/communicationrequest-urgent-results-to-provider> a fhir:CommunicationRequest ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "communicationrequest-urgent-results-to-provider"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org.au/fhir/ereq/StructureDefinition/au-erequesting-communicationrequest-urgentprovider" ;
fhir:index 0 ;
fhir:link <http://hl7.org.au/fhir/ereq/StructureDefinition/au-erequesting-communicationrequest-urgentprovider>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CommunicationRequest communicationrequest-urgent-results-to-provider</b></p><a name=\"communicationrequest-urgent-results-to-provider\"> </a><a name=\"hccommunicationrequest-urgent-results-to-provider\"> </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-communicationrequest-urgentprovider.html\">AU eRequesting CommunicationRequest Urgent Provider</a></p></div><p><b>groupIdentifier</b>: Placer Group Number/EMC4542244-5624</p><p><b>status</b>: Active</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org.au/CodeSystem/communication-request-category urgent-results}\">Urgent Results</span></p><p><b>priority</b>: Urgent</p><p><b>medium</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationMode PHONE}\">phone</span></p><p><b>subject</b>: <a href=\"Patient-roberts-fred.html\">Fred Roberts Male, DoB: 1961-06-16 ( IHI: Austalian Healthcare Identifier - Individual#8003608500314661)</a></p><p><b>about</b>: <a href=\"ServiceRequest-order-xray-1.html\">ServiceRequest Plain chest X-ray</a></p><p><b>authoredOn</b>: 2024-05-11</p><p><b>requester</b>: <a href=\"PractitionerRole-generalpractitioner-guthridge-jarred.html\">PractitionerRole General practitioner</a></p><p><b>recipient</b>: <a href=\"PractitionerRole-generalpractitioner-guthridge-jarred.html\">PractitionerRole General practitioner</a></p><p><b>sender</b>: <a href=\"Organization-mount-charlton-radiology.html\">Organization Mount Charlton Radiology</a></p></div>"
] ;
fhir:CommunicationRequest.groupIdentifier [
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:CodeableConcept.text [ 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 "EMC4542244-5624" ] ;
fhir:Identifier.assigner [
fhir:link <http://hl7.org/fhir/Organization/elimbah-medical-centre> ;
fhir:Reference.reference [ fhir:value "Organization/elimbah-medical-centre" ] ;
fhir:Reference.display [ fhir:value "Elimbah Medical Centre" ]
]
] ;
fhir:CommunicationRequest.status [ fhir:value "active"] ;
fhir:CommunicationRequest.category [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org.au/CodeSystem/communication-request-category" ] ;
fhir:Coding.code [ fhir:value "urgent-results" ] ;
fhir:Coding.display [ fhir:value "Urgent Results" ]
]
] ;
fhir:CommunicationRequest.priority [ fhir:value "urgent"] ;
fhir:CommunicationRequest.medium [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ParticipationMode" ] ;
fhir:Coding.code [ fhir:value "PHONE" ] ;
fhir:Coding.display [ fhir:value "telephone" ]
] ;
fhir:CodeableConcept.text [ fhir:value "phone" ]
] ;
fhir:CommunicationRequest.subject [
fhir:link <http://hl7.org/fhir/Patient/roberts-fred> ;
fhir:Reference.reference [ fhir:value "Patient/roberts-fred" ]
] ;
fhir:CommunicationRequest.about [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/ServiceRequest/order-xray-1> ;
fhir:Reference.reference [ fhir:value "ServiceRequest/order-xray-1" ]
] ;
fhir:CommunicationRequest.authoredOn [ fhir:value "2024-05-11"^^xsd:date] ;
fhir:CommunicationRequest.requester [
fhir:link <http://hl7.org/fhir/PractitionerRole/generalpractitioner-guthridge-jarred> ;
fhir:Reference.reference [ fhir:value "PractitionerRole/generalpractitioner-guthridge-jarred" ]
] ;
fhir:CommunicationRequest.recipient [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/PractitionerRole/generalpractitioner-guthridge-jarred> ;
fhir:Reference.reference [ fhir:value "PractitionerRole/generalpractitioner-guthridge-jarred" ]
] ;
fhir:CommunicationRequest.sender [
fhir:link <http://hl7.org/fhir/Organization/mount-charlton-radiology> ;
fhir:Reference.reference [ fhir:value "Organization/mount-charlton-radiology" ]
] .
<http://hl7.org/fhir/Organization/elimbah-medical-centre> a fhir:Organization .
<http://hl7.org/fhir/Patient/roberts-fred> a fhir:Patient .
<http://hl7.org/fhir/ServiceRequest/order-xray-1> a fhir:ServiceRequest .
<http://hl7.org/fhir/PractitionerRole/generalpractitioner-guthridge-jarred> a fhir:PractitionerRole .
<http://hl7.org/fhir/Organization/mount-charlton-radiology> a fhir:Organization .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/CommunicationRequest/communicationrequest-urgent-results-to-provider.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/CommunicationRequest/communicationrequest-urgent-results-to-provider.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