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 - TTL Representation

Page standards status: Informative

Raw ttl | Download


@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:id [ fhir:v "order-fbc-1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org.au/fhir/ereq/StructureDefinition/au-erequesting-servicerequest-path"^^xsd:anyURI ;
fhir:link <http://hl7.org.au/fhir/ereq/StructureDefinition/au-erequesting-servicerequest-path>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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: Austalian 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>"
  ] ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PLAC" ] ;
fhir:display [ fhir:v "Placer Identifier" ]       ] )     ] ;
fhir:system [ fhir:v "https://elimbahmedicalcentre.example.com.au/orders/order-identifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "EMC4542244-5624-01" ] ;
fhir:assigner [
fhir:display [ fhir:v "Elimbah Medical Center" ]     ]
  ] ) ; # 
  fhir:requisition [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PGN" ] ;
fhir:display [ fhir:v "Placer Group Number" ]       ] )     ] ;
fhir:system [ fhir:v "https://elimbahmedicalcentre.example.com.au/orders/order-identifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "EMC4542244-5624" ] ;
fhir:assigner [
fhir:display [ fhir:v "Elimbah Medical Center" ]     ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:category ( [
    ( fhir:coding [
a sct:108252007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "108252007" ] ;
fhir:display [ fhir:v "Laboratory procedure" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a sct:26604007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "26604007" ] ;
fhir:display [ fhir:v "Complete blood count" ]     ] ) ;
fhir:text [ fhir:v "FBC" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/fred-roberts" ]
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/consultation" ]
  ] ; # 
  fhir:authoredOn [ fhir:v "2024-05-11"^^xsd:date] ; # 
  fhir:requester [
fhir:reference [ fhir:v "PractitionerRole/guthridge-jarred-gp" ]
  ] . #