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

: Task - Pathology Task Group - 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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Task ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "taskgroup-pathology-1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org.au/fhir/ereq/StructureDefinition/au-erequesting-task-group"^^xsd:anyURI ;
fhir:link <http://hl7.org.au/fhir/ereq/StructureDefinition/au-erequesting-task-group>     ] ) ;
    ( fhir:tag [
fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/task-tag"^^xsd:anyURI ] ;
fhir:code [ fhir:v "fulfilment-task-group" ]     ] )
  ] ; # 
  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: Task taskgroup-pathology-1</b></p><a name=\"taskgroup-pathology-1\"> </a><a name=\"hctaskgroup-pathology-1\"> </a><a name=\"taskgroup-pathology-1-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-task-group.html\">AU eRequesting Task Group</a></p><p style=\"margin-bottom: 0px\">Tag: fulfilment of a group task (Details: Task Tag code fulfilment-task-group = 'fulfilment of a group task')</p></div><p><b>groupIdentifier</b>: Placer Group Number/EMC4542244-5624</p><p><b>status</b>: Requested</p><p><b>intent</b>: order</p><p><b>priority</b>: Routine</p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/CodeSystem/task-code fulfill}\">Fulfill the focal request</span></p><p><b>for</b>: <a href=\"Patient-roberts-fred.html\">Fred Roberts  Male, DoB: 1961-06-16 ( IHI: Austalian Healthcare Identifier - Individual#8003608500314661)</a></p><p><b>authoredOn</b>: 2024-05-11</p><p><b>requester</b>: <a href=\"PractitionerRole-generalpractitioner-guthridge-jarred.html\">PractitionerRole General practitioner</a></p><p><b>owner</b>: <a href=\"Organization-kioma-pathology.html\">Organization Kioma Pathology</a></p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:groupIdentifier [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PGN" ]       ] ) ;
fhir:text [ fhir:v "Placer Group Number" ]     ] ;
fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/hpio-scoped/order/1.0/8003622500032165"^^xsd:anyURI ] ;
fhir:value [ fhir:v "EMC4542244-5624" ] ;
fhir:assigner [
fhir:reference [ fhir:v "Organization/elimbah-medical-center" ] ;
fhir:display [ fhir:v "Elimbah Medical Center" ]     ]
  ] ; # 
  fhir:status [ fhir:v "requested"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:priority [ fhir:v "routine"] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/CodeSystem/task-code"^^xsd:anyURI ] ;
fhir:code [ fhir:v "fulfill" ]     ] )
  ] ; # 
  fhir:for [
fhir:reference [ fhir:v "Patient/roberts-fred" ]
  ] ; # 
  fhir:authoredOn [ fhir:v "2024-05-11"^^xsd:date] ; # 
  fhir:requester [
fhir:reference [ fhir:v "PractitionerRole/generalpractitioner-guthridge-jarred" ]
  ] ; # 
  fhir:owner [
fhir:reference [ fhir:v "Organization/kioma-pathology" ]
  ] . #