AU eRequesting Implementation Guide
0.1.0-ballot - Ballot Australia flag

This page is part of the AU eRequesting (v0.1.0-ballot: AU eRequesting R1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions

: ServiceRequest - Full Blood Count - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "ServiceRequest",
  "id" : "order-fbc-1",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org.au/fhir/ereq/StructureDefinition/au-erequesting-servicerequest-path"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest order-fbc-1</b></p><a name=\"order-fbc-1\"> </a><a name=\"hcorder-fbc-1\"> </a><a name=\"order-fbc-1-en-AU\"> </a><p><b>identifier</b>: Placer Identifier/EMC4542244-5624-01</p><p><b>requisition</b>: Placer Group Number/EMC4542244-5624</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 108252007}\">Laboratory procedure</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 26604007}\">FBC</span></p><p><b>subject</b>: <a href=\"Patient-fred-roberts.html\">Fred Roberts  Male, DoB: 1961-06-16 ( IHI:\u00a0Austalian Healthcare Identifier - Individual#8003608500314661)</a></p><p><b>encounter</b>: <a href=\"Encounter-consultation.html\">Encounter: status = finished; class = ambulatory (ActCode#AMB); serviceType = General practice service; period = 2024-05-11 10:15:00+1000 --&gt; 2024-05-11 10:30:00+1000</a></p><p><b>authoredOn</b>: 2024-05-11</p><p><b>requester</b>: <a href=\"PractitionerRole-guthridge-jarred-gp.html\">PractitionerRole Family medicine specialist</a></p></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "PLAC",
            "display" : "Placer Identifier"
          }
        ]
      },
      "system" : "https://elimbahmedicalcentre.example.com.au/orders/order-identifier",
      "value" : "EMC4542244-5624-01",
      "assigner" : {
        "display" : "Elimbah Medical Center"
      }
    }
  ],
  "requisition" : {
    "type" : {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
          "code" : "PGN",
          "display" : "Placer Group Number"
        }
      ]
    },
    "system" : "https://elimbahmedicalcentre.example.com.au/orders/order-identifier",
    "value" : "EMC4542244-5624",
    "assigner" : {
      "display" : "Elimbah Medical Center"
    }
  },
  "status" : "active",
  "intent" : "order",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "108252007",
          "display" : "Laboratory procedure"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "26604007",
        "display" : "Complete blood count"
      }
    ],
    "text" : "FBC"
  },
  "subject" : {
    🔗 "reference" : "Patient/fred-roberts"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/consultation"
  },
  "authoredOn" : "2024-05-11",
  "requester" : {
    🔗 "reference" : "PractitionerRole/guthridge-jarred-gp"
  }
}