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)

{
  "resourceType" : "Bundle",
  "id" : "Colorectal-genexample-2-map",
  "type" : "collection",
  "entry" : [
    {
      "fullUrl" : "http://fhir.hl7.org.au/fhir/rcpa/DiagnosticReport/1",
      "resource" : {
        "resourceType" : "DiagnosticReport",
        "id" : "1",
        "text" : {
          "status" : "generated",
          "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>"
        },
        "status" : "final",
        "code" : {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "todo"
            }
          ]
        },
        "subject" : {
          "reference" : "Patient/8003608166687152"
        },
        "performer" : [
          {
            "actor" : {
              "reference" : "Organization/8003623233350148"
            }
          }
        ],
        "request" : [
          {
            "reference" : "ProcedureRequest/1"
          }
        ]
      }
    },
    {
      "fullUrl" : "http://fhir.hl7.org.au/fhir/rcpa/ProcedureRequest/1",
      "resource" : {
        "resourceType" : "ProcedureRequest",
        "id" : "1",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>subject</b>: <a href="Patient/8003608166687152">Patient/8003608166687152</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>"
        },
        "subject" : {
          "reference" : "Patient/8003608166687152"
        },
        "requester" : {
          "agent" : {
            "reference" : "Practitioner/8003616566682137"
          }
        }
      }
    }
  ]
}