Australian Base Implementation Guide (AU Base 2)

This page is part of the Australian Base IG (v2.2.0-ballot: R3 Ballot) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 6.0.0. For a full list of available versions, see the Directory of published versions

ServiceRequest-servicerequest-hepatitis-b-antibody

Formats: XML, JSON, Turtle

Raw json


{
  "resourceType" : "ServiceRequest",
  "id" : "servicerequest-hepatitis-b-antibody",
  "meta" : {
    "profile" : [
      "http://hl7.org.au/fhir/StructureDefinition/au-diagnosticrequest"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>status</b>: completed</p><p><b>intent</b>: order</p><p><b>code</b>: <span title=\"Codes: {http://snomed.info/sct 65911000}\">Hepatitis B surface antibody</span></p><p><b>subject</b>: <a href=\"Patient-example0.html\">Generated Summary: IHI: 8003608833357361, Medicare Number: 32788511952, Health Care Card Number: 307111942H; Stella Franklin ; sfranklin@amail.example.com; gender: female; birthDate: 1985-10-14</a></p><p><b>authoredOn</b>: 2019-09-23</p><p><b>requester</b>: <a href=\"PractitionerRole-example3.html\">Generated Summary: Medicare Provider Number: 1234561A; <span title=\"Codes: {http://snomed.info/sct 62247001}\">General practitioner</span>; <span title=\"Codes: {http://snomed.info/sct 394814009}\">General practice (specialty)</span>; francis.fernando@alphamail.example.com</a></p><p><b>reasonCode</b>: <span title=\"Codes: \">Hepatitis B surface antibody status</span></p></div>"
  },
  "status" : "completed",
  "intent" : "order",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "65911000",
        "display" : "Hepatitis B surface antibody measurement"
      }
    ],
    "text" : "Hepatitis B surface antibody"
  },
  "subject" : {
    "reference" : "Patient/example0"
  },
  "authoredOn" : "2019-09-23",
  "requester" : {
    "reference" : "PractitionerRole/example3"
  },
  "reasonCode" : [
    {
      "text" : "Hepatitis B surface antibody status"
    }
  ]
}
Issues & Feedback