AU eRequesting Implementation Guide
0.3.0-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 0.3.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/mjosborne1/mjo-au-fhir-erequesting/ and changes regularly. See the Directory of published versions

: CommunicationRequest - Copy To GP - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "CommunicationRequest",
  "id" : "communicationrequest-copyto-gp",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org.au/fhir/ereq/StructureDefinition/au-erequesting-communicationrequest-copyto"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CommunicationRequest communicationrequest-copyto-gp</b></p><a name=\"communicationrequest-copyto-gp\"> </a><a name=\"hccommunicationrequest-copyto-gp\"> </a><a name=\"communicationrequest-copyto-gp-en\"> </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-copyto.html\">AU eRequesting CommunicationRequest CopyTo</a></p></div><p><b>groupIdentifier</b>: Placer Group Number/EMC4551244-6241</p><p><b>status</b>: Active</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/communication-category notification}\">notification</span></p><p><b>subject</b>: <a href=\"Patient-belger-remedios.html\">Remedios BELGER (official) Female, DoB: 1989-01-04 ( IHI:\u00a0Austalian Healthcare Identifier - Individual#8003608666976378)</a></p><p><b>about</b>: <a href=\"ServiceRequest-order-glu-1.html\">ServiceRequest Fasting blood glucose</a></p><p><b>authoredOn</b>: 2022-03-21 08:00:00+1000</p><p><b>requester</b>: <a href=\"PractitionerRole-obstetrician-losch-sallie.html\">PractitionerRole Obstetrician and Gynaecologist</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-kioma-pathology.html\">Organization Kioma Pathology</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://terminology.hl7.org.au/CodeSystem/communicationrequest-reason copyto}\">Copy To</span></p></div>"
  },
  "groupIdentifier" : {
    "type" : {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
          "code" : "PGN",
          "display" : "Placer Group Number"
        }
      ],
      "text" : "Placer Group Number"
    },
    "system" : "http://ns.electronichealth.net.au/id/hpio-scoped/order/1.0/8003629900040359",
    "value" : "EMC4551244-6241",
    "assigner" : {
      🔗 "reference" : "Organization/elimbah-medical-center",
      "display" : "Elimbah Medical Center"
    }
  },
  "status" : "active",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/communication-category",
          "code" : "notification",
          "display" : "Notification"
        }
      ],
      "text" : "notification"
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/belger-remedios"
  },
  "about" : [
    {
      🔗 "reference" : "ServiceRequest/order-glu-1"
    }
  ],
  "authoredOn" : "2022-03-21T08:00:00+10:00",
  "requester" : {
    🔗 "reference" : "PractitionerRole/obstetrician-losch-sallie"
  },
  "recipient" : [
    {
      🔗 "reference" : "PractitionerRole/generalpractitioner-guthridge-jarred"
    }
  ],
  "sender" : {
    🔗 "reference" : "Organization/kioma-pathology"
  },
  "reasonCode" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org.au/CodeSystem/communicationrequest-reason",
          "code" : "copyto",
          "display" : "Copy To"
        }
      ]
    }
  ]
}