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

Profiles: AU Core ServiceRequest, AU Base Diagnostic Request

identifier: Placer Order Identifier: 3451451248

status: revoked

intent: order

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

code: CT of Right Knee with Contrast (SNOMED CT#410331000119107 "CT of right knee with contrast")

subject: Patient/wang-li " WANG"

authoredOn: 2020-10-10 06:25:00+1000

requester: PractitionerRole/bobrester-bob-gp

performer: : QLD Hospital RADIOLOGY

" ] ; # 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 "3451451248" ] ; fhir:assigner [ fhir:display [ fhir:v "Bobregster Medical Center QLD" ] ] ] ) ; # fhir:status [ fhir:v "revoked"] ; # 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:410331000119107 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "410331000119107" ] ; fhir:display [ fhir:v "CT of right knee with contrast" ] ] ) ; fhir:text [ fhir:v "CT of Right Knee with Contrast" ] ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/wang-li" ] ] ; # fhir:authoredOn [ fhir:v "2020-10-10T06:25:00+10:00"^^xsd:dateTime] ; # fhir:requester [ fhir:link ; fhir:reference [ fhir:v "PractitionerRole/bobrester-bob-gp" ] ] ; # fhir:performer ( [ fhir:display [ fhir:v "QLD Hospital RADIOLOGY" ] ] ) . # # -------------------------------------------------------------------------------------