HL7 Australia Implementation Guide:

This page is part of the RCPA Cancer Protocols IG (v0.1.0: Release 1 Draft) based on FHIR R3. . For a full list of available versions, see the Directory of published versions

Generated Example (by Transform)

@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 -------------------------------------------------------------------

<Bundle/Colorectal-genexample-11-map> a fhir:Bundle;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "Colorectal-genexample-11-map"];
  fhir:Bundle.type [ fhir:value "collection"];
  fhir:Bundle.entry [
     fhir:index 0;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://fhir.hl7.org.au/fhir/rcpa/DiagnosticReport/1" ];
     fhir:Bundle.entry.resource <http://fhir.hl7.org.au/fhir/rcpa/DiagnosticReport/1>
  ], [
     fhir:index 1;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://fhir.hl7.org.au/fhir/rcpa/ProcedureRequest/1" ];
     fhir:Bundle.entry.resource <http://fhir.hl7.org.au/fhir/rcpa/ProcedureRequest/1>
  ].

<http://fhir.hl7.org.au/fhir/rcpa/DiagnosticReport/1> a fhir:DiagnosticReport;
  fhir:Resource.id [ fhir:value "1"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>to do to do</h2><table class=\"grid\"><tr><td>Unable to get Patient Details</td><td><b>Report Details</b><br/>Request: to do<br/></td></tr></table></div>"
  ];
  fhir:DiagnosticReport.status [ fhir:value "final"];
  fhir:DiagnosticReport.code [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:todo;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "todo" ]     ]
  ];
  fhir:DiagnosticReport.subject [
     fhir:Reference.reference [ fhir:value "Patient/8003608833364953" ]
  ];
  fhir:DiagnosticReport.performer [
     fhir:index 0;
     fhir:DiagnosticReport.performer.actor [
       fhir:Reference.reference [ fhir:value "Organization/8003623233350148" ]     ]
  ];
  fhir:DiagnosticReport.request [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "ProcedureRequest/1" ]
  ].

<http://fhir.hl7.org.au/fhir/rcpa/ProcedureRequest/1> a fhir:ProcedureRequest;
  fhir:Resource.id [ fhir:value "1"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>subject</b>: <a href=\"Patient/8003608833364953\">Patient/8003608833364953</a></p><h3>Requesters</h3><table class=\"grid\"><tr><td>-</td><td><b>Agent</b></td></tr><tr><td>*</td><td><a href=\"Practitioner/8003616566682137\">Practitioner/8003616566682137</a></td></tr></table></div>"
  ];
  fhir:ProcedureRequest.subject [
     fhir:Reference.reference [ fhir:value "Patient/8003608833364953" ]
  ];
  fhir:ProcedureRequest.requester [
     fhir:ProcedureRequest.requester.agent [
       fhir:Reference.reference [ fhir:value "Practitioner/8003616566682137" ]     ]
  ].