AU eRequesting Implementation Guide
1.0.0-ballot - Ballot 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.0-ballot 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 communication - do not perform - 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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CommunicationRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "communicationrequest-donotperform"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org.au/fhir/ereq/StructureDefinition/au-erequesting-communicationrequest-patient"^^xsd:anyURI ;
fhir:link <http://hl7.org.au/fhir/ereq/StructureDefinition/au-erequesting-communicationrequest-patient>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CommunicationRequest communicationrequest-donotperform</b></p><a name=\"communicationrequest-donotperform\"> </a><a name=\"hccommunicationrequest-donotperform\"> </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/CodeSystem/communication-category reminder}\">reminder</span>, <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/communication-category instruction}\">instruction</span></p><p><b>doNotPerform</b>: true</p><p><b>medium</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationMode EMAILWRIT}\">email</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><p><b>reasonCode</b>: <span title=\"Codes:{http://terminology.hl7.org.au/CodeSystem/communicationrequest-reason patient}\">Patient Request</span></p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:groupIdentifier [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PGN" ] ;
fhir:display [ fhir:v "Placer Group Number" ]       ] ) ;
fhir:text [ fhir:v "Placer Group Number" ]     ] ;
fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/hpio-scoped/order/1.0/8003629900040359"^^xsd:anyURI ] ;
fhir:value [ fhir:v "EMC1552642-1111" ] ;
fhir:assigner [
fhir:reference [ fhir:v "Organization/elimbah-medical-center" ] ;
fhir:display [ fhir:v "Elimbah Medical Center" ]     ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/communication-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "reminder" ]     ] ) ;
fhir:text [ fhir:v "reminder" ]
  ] [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/communication-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "instruction" ]     ] ) ;
fhir:text [ fhir:v "instruction" ]
  ] ) ; # 
  fhir:doNotPerform [ fhir:v true] ; # 
  fhir:medium ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ParticipationMode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "EMAILWRIT" ]     ] ) ;
fhir:text [ fhir:v "email" ]
  ] ) ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/belger-remedios" ]
  ] ; # 
  fhir:about ( [
fhir:reference [ fhir:v "ServiceRequest/order-obsus-1" ]
  ] ) ; # 
  fhir:authoredOn [ fhir:v "2025-03-15T10:30:00+10:00"^^xsd:dateTime] ; # 
  fhir:requester [
fhir:reference [ fhir:v "Patient/belger-remedios" ]
  ] ; # 
  fhir:recipient ( [
fhir:reference [ fhir:v "Patient/belger-remedios" ]
  ] ) ; # 
  fhir:sender [
fhir:reference [ fhir:v "Organization/mount-charlton-radiology" ]
  ] ; # 
  fhir:reasonCode ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/communicationrequest-reason"^^xsd:anyURI ] ;
fhir:code [ fhir:v "patient" ] ;
fhir:display [ fhir:v "Patient Request" ]     ] )
  ] ) . #