AU eRequesting Implementation Guide
1.0.1-ci-build - CI Build Australia flag

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

: CommunicationRequest - Patient instructions from the diagnostic provider - TTL Representation

Page standards status: Informative

Raw ttl | Download


@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-patient-instruction> a fhir:CommunicationRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "communicationrequest-patient-instruction"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org.au/fhir/ereq/StructureDefinition/au-erequesting-communicationrequest-patient" ;
       fhir:index 0 ;
       fhir:link <http://hl7.org.au/fhir/ereq/StructureDefinition/au-erequesting-communicationrequest-patient>
     ]
  ] ;
  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-patient-instruction</b></p><a name=\"communicationrequest-patient-instruction\"> </a><a name=\"hccommunicationrequest-patient-instruction\"> </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-patient.html\">AU eRequesting CommunicationRequest Patient</a></p></div><p><b>groupIdentifier</b>: Placer Group Number/EMC1552642-1111</p><p><b>status</b>: Active</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org.au/CodeSystem/communication-request-category patient-preference}\">Patient Preference</span></p><p><b>medium</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationMode SMSWRIT}\">SMS</span></p><p><b>subject</b>: <a href=\"Patient-belger-remedios.html\">Remedios BELGER (official) Female, DoB: 1989-01-04 ( IHI: Austalian Healthcare Identifier - Individual#8003608666976378)</a></p><p><b>about</b>: <a href=\"ServiceRequest-order-obsus-1.html\">ServiceRequest Ultrasonography in second trimester</a></p><p><b>authoredOn</b>: 2025-03-15 10:30:00+1000</p><p><b>requester</b>: <a href=\"Patient-belger-remedios.html\">Remedios BELGER (official) Female, DoB: 1989-01-04 ( IHI: Austalian Healthcare Identifier - Individual#8003608666976378)</a></p><p><b>recipient</b>: <a href=\"Patient-belger-remedios.html\">Remedios BELGER (official) Female, DoB: 1989-01-04 ( IHI: Austalian Healthcare Identifier - Individual#8003608666976378)</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 "EMC1552642-1111" ] ;
     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 "patient-preference" ] ;
       fhir:Coding.display [ fhir:value "Patient Preference" ]
     ]
  ] ;
  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 "SMSWRIT" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "SMS" ]
  ] ;
  fhir:CommunicationRequest.subject [
     fhir:link <http://hl7.org/fhir/Patient/belger-remedios> ;
     fhir:Reference.reference [ fhir:value "Patient/belger-remedios" ]
  ] ;
  fhir:CommunicationRequest.about [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/ServiceRequest/order-obsus-1> ;
     fhir:Reference.reference [ fhir:value "ServiceRequest/order-obsus-1" ]
  ] ;
  fhir:CommunicationRequest.authoredOn [ fhir:value "2025-03-15T10:30:00+10:00"^^xsd:dateTime] ;
  fhir:CommunicationRequest.requester [
     fhir:link <http://hl7.org/fhir/Patient/belger-remedios> ;
     fhir:Reference.reference [ fhir:value "Patient/belger-remedios" ]
  ] ;
  fhir:CommunicationRequest.recipient [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Patient/belger-remedios> ;
     fhir:Reference.reference [ fhir:value "Patient/belger-remedios" ]
  ] ;
  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/belger-remedios> a fhir:Patient .

<http://hl7.org/fhir/ServiceRequest/order-obsus-1> a fhir:ServiceRequest .

<http://hl7.org/fhir/Organization/mount-charlton-radiology> a fhir:Organization .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/CommunicationRequest/communicationrequest-patient-instruction.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/CommunicationRequest/communicationrequest-patient-instruction.ttl> .