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

Profiles: AU Core ServiceRequest, AU Base Diagnostic Request

targetBodyStructure:

location: Knee region structure (SNOMED CT#72696002)

locationQualifier: Left (SNOMED CT#7771000)

patient: Patient/wang-li " WANG"

identifier: Placer Order Identifier: 3451451241

status: completed

intent: order

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

code: Left Knee X-Ray (SNOMED CT#427019001 "X-ray of left knee")

subject: Patient/wang-li " WANG"

authoredOn: 2023-03-10 11:15:00+1000

requester: PractitionerRole/bobrester-bob-gp

performerType: Diagnostic radiologist (SNOMED CT#78729002)

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


Generated Narrative: BodyStructure #left-knee

location: Knee region structure (SNOMED CT#72696002)

locationQualifier: Left (SNOMED CT#7771000)

patient: Patient/wang-li " WANG"

" ] ; # fhir:contained ( [ a fhir:BodyStructure ; fhir:id [ fhir:v "left-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:7771000 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "7771000" ] ; fhir:display [ fhir:v "Left" ] ] ) ] ) ; 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 "#left-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 "3451451241" ] ; 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:427019001 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "427019001" ] ; fhir:display [ fhir:v "X-ray of left knee" ] ] ) ; fhir:text [ fhir:v "Left Knee X-Ray" ] ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/wang-li" ] ] ; # fhir:authoredOn [ fhir:v "2023-03-10T11:15:00+10:00"^^xsd:dateTime] ; # fhir:requester [ fhir:link ; fhir:reference [ fhir:v "PractitionerRole/bobrester-bob-gp" ] ] ; # fhir:performerType [ fhir:coding ( [ a sct:78729002 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "78729002" ] ] ) ; fhir:text [ fhir:v "Diagnostic radiologist" ] ] ; # 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" ] ] ) . # # -------------------------------------------------------------------------------------