@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ServiceRequest ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "order-ct-abpelcontrast"] ; # 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-ct-abpelcontrast"

Profiles: AU Core ServiceRequest, AU Base Diagnostic Request

identifier: Placer Order Identifier: 3451451246

status: active

intent: order

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

code: CT of abdomen and pelvis with contrast (SNOMED CT#432370003)

subject: Patient/wang-li " WANG"

authoredOn: 2023-04-19

requester: PractitionerRole/bobrester-bob-gp

" ] ; # 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 "3451451246" ] ; 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:code [ fhir:coding ( [ a sct:432370003 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "432370003" ] ; fhir:display [ fhir:v "CT of abdomen and pelvis with contrast" ] ] ) ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/wang-li" ] ] ; # fhir:authoredOn [ fhir:v "2023-04-19"^^xsd:date] ; # fhir:requester [ fhir:link ; fhir:reference [ fhir:v "PractitionerRole/bobrester-bob-gp" ] ] . # # -------------------------------------------------------------------------------------