@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ServiceRequest ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "order-chestct"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org.au/fhir/core/StructureDefinition/au-core-servicerequest"^^xsd:anyURI ; fhir:link ] [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/au-diagnosticrequest"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: ServiceRequest

Resource ServiceRequest "order-chestct"

Profiles: AU Core ServiceRequest, AU Base Diagnostic Request

identifier: Placer Order Identifier: 3451451240

status: active

intent: order

category: Diagnostic imaging service (SNOMED CT#708175003), Computed tomography imaging - action (SNOMED CT#312251004)

code: Chest CT (SNOMED CT#169069000 "CT of chest")

subject: Patient/wang-li " WANG"

authoredOn: 2022-03-19 08:15:00+1000

requester: PractitionerRole/bobrester-bob-gp

performer: : Large Private XRAY

bodySite: Structure of thoracic cross-sectional segment of trunk (SNOMED CT#816094009)

" ] ; # 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:text [ fhir:v "Placer Order Identifier" ] ] ; fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/hpio-scoped/order/1.0/8003621566684455"^^xsd:anyURI ] ; fhir:value [ fhir:v "3451451240" ] ; fhir:assigner [ fhir:display [ fhir:v "Bobregster Medical Center QLD" ] ] ] ) ; # fhir:status [ fhir:v "active"] ; # fhir:intent [ fhir:v "order"] ; # fhir:category ( [ fhir:coding ( [ a sct:708175003 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "708175003" ] ; fhir:display [ fhir:v "Diagnostic imaging service" ] ] ) ] [ fhir:coding ( [ a sct:312251004 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "312251004" ] ; fhir:display [ fhir:v "Computed tomography imaging - action" ] ] ) ] ) ; # fhir:code [ fhir:coding ( [ a sct:169069000 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "169069000" ] ; fhir:display [ fhir:v "CT of chest" ] ] ) ; fhir:text [ fhir:v "Chest CT" ] ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/wang-li" ] ] ; # fhir:authoredOn [ fhir:v "2022-03-19T08:15:00+10:00"^^xsd:dateTime] ; # fhir:requester [ fhir:link ; fhir:reference [ fhir:v "PractitionerRole/bobrester-bob-gp" ] ] ; # fhir:performer ( [ fhir:display [ fhir:v "Large Private XRAY" ] ] ) ; # fhir:bodySite ( [ fhir:coding ( [ a sct:816094009 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "816094009" ] ; fhir:display [ fhir:v "Structure of thoracic cross-sectional segment of trunk" ] ] ) ] ) . # # -------------------------------------------------------------------------------------