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 ttl


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

 a fhir:ServiceRequest;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "servicerequest-hepatitis-b-antibody"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org.au/fhir/StructureDefinition/au-diagnosticrequest";
       fhir:index 0;
       fhir:link <http://hl7.org.au/fhir/StructureDefinition/au-diagnosticrequest>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.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>"
  ];
  fhir:ServiceRequest.status [ fhir:value "completed"];
  fhir:ServiceRequest.intent [ fhir:value "order"];
  fhir:ServiceRequest.code [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:65911000;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "65911000" ];
       fhir:Coding.display [ fhir:value "Hepatitis B surface antibody measurement" ]     ];
     fhir:CodeableConcept.text [ fhir:value "Hepatitis B surface antibody" ]
  ];
  fhir:ServiceRequest.subject [
     fhir:Reference.reference [ fhir:value "Patient/example0" ]
  ];
  fhir:ServiceRequest.authoredOn [ fhir:value "2019-09-23"^^xsd:date];
  fhir:ServiceRequest.requester [
     fhir:Reference.reference [ fhir:value "PractitionerRole/example3" ]
  ];
  fhir:ServiceRequest.reasonCode [
     fhir:index 0;
     fhir:CodeableConcept.text [ fhir:value "Hepatitis B surface antibody status" ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.

Issues & Feedback