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

Profiles: AU Core ServiceRequest, AU Base Diagnostic Request

identifier: Placer Order Identifier: 3451451245

status: active

intent: order

category: Diagnostic imaging service (SNOMED CT#708175003), Plain X-ray imaging - action (SNOMED CT#312254007)

code: Chest X-Ray (SNOMED CT#399208008 "Plain chest X-ray")

subject: Patient/wang-li " WANG"

authoredOn: 2023-06-19 10:04:00+1000

requester: PractitionerRole/bobrester-bob-gp

performer: HealthcareService/lge-priv-xray "Large Private X-RAY"

bodySite: Structure of thorax (SNOMED CT#51185008)

" ] ; # 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 "3451451245" ] ; 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:312254007 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "312254007" ] ; fhir:display [ fhir:v "Plain X-ray imaging - action" ] ] ) ] ) ; # fhir:code [ fhir:coding ( [ a sct:399208008 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "399208008" ] ; fhir:display [ fhir:v "Plain chest X-ray" ] ] ) ; fhir:text [ fhir:v "Chest X-Ray" ] ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/wang-li" ] ] ; # fhir:authoredOn [ fhir:v "2023-06-19T10:04:00+10:00"^^xsd:dateTime] ; # fhir:requester [ fhir:link ; fhir:reference [ fhir:v "PractitionerRole/bobrester-bob-gp" ] ] ; # fhir:performer ( [ fhir:link ; fhir:reference [ fhir:v "HealthcareService/lge-priv-xray" ] ] ) ; # fhir:bodySite ( [ fhir:coding ( [ a sct:51185008 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "51185008" ] ] ) ] ) . # # -------------------------------------------------------------------------------------