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

Generated Narrative: ServiceRequest

Resource ServiceRequest "order-rkxray"

Profiles: AU Core ServiceRequest, AU Base Diagnostic Request

targetBodyStructure:

location: Knee region structure (SNOMED CT#72696002)

locationQualifier: Right (SNOMED CT#24028007)

patient: Patient/wang-li " WANG"

identifier: Placer Order Identifier: 3451451222

status: completed

intent: order

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

code: Right Knee X-Ray (SNOMED CT#427407003 "X-ray of right knee")

subject: Patient/wang-li " WANG"

authoredOn: 2022-03-20 01:15:00+1000

requester: : Bobregster Medical Center QLD

performer: : QLDXRAYS

reasonCode: Acute Pain in Knee Joint (SNOMED CT#112581000119104 "Acute knee joint pain")


Generated Narrative: BodyStructure #right-knee

location: Knee region structure (SNOMED CT#72696002)

locationQualifier: Right (SNOMED CT#24028007)

patient: Patient/wang-li " WANG"

" ] ; # fhir:contained ( [ a fhir:BodyStructure ; fhir:id [ fhir:v "right-knee" ] ; fhir:location [ fhir:coding ( [ a sct:72696002 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "72696002" ] ; fhir:display [ fhir:v "Knee region structure" ] ] ) ] ; fhir:locationQualifier ( [ fhir:coding ( [ a sct:24028007 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "24028007" ] ; fhir:display [ fhir:v "Right" ] ] ) ] ) ; fhir:patient [ fhir:link ; fhir:reference [ fhir:v "Patient/wang-li" ] ] ] ) ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/procedure-targetBodyStructure"^^xsd:anyURI ] ; fhir:value [ a fhir:Reference ; fhir:reference [ fhir:v "#right-knee" ] ] ] ) ; # 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://bobrestergp.example.com/order"^^xsd:anyURI ] ; fhir:value [ fhir:v "3451451222" ] ; fhir:assigner [ fhir:display [ fhir:v "Bobregster Medical Center QLD" ] ] ] ) ; # fhir:status [ fhir:v "completed"] ; # 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:427407003 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "427407003" ] ; fhir:display [ fhir:v "X-ray of right knee" ] ] ) ; fhir:text [ fhir:v "Right Knee X-Ray" ] ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/wang-li" ] ] ; # fhir:authoredOn [ fhir:v "2022-03-20T01:15:00+10:00"^^xsd:dateTime] ; # fhir:requester [ fhir:display [ fhir:v "Bobregster Medical Center QLD" ] ] ; # fhir:performer ( [ fhir:display [ fhir:v "QLDXRAYS" ] ] ) ; # fhir:reasonCode ( [ fhir:coding ( [ a sct:112581000119104 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "112581000119104" ] ; fhir:display [ fhir:v "Acute knee joint pain" ] ] ) ; fhir:text [ fhir:v "Acute Pain in Knee Joint" ] ] ) . # # -------------------------------------------------------------------------------------