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

Profile: AU Base Diagnostic Request

Result Copies To: Practitioner/example4: Dr Robert Smith " SMITH"

Result Copies To: Organization/example3: Devonport Family Medicine Clinic "Devonport Family Medicine Clinic"

Result Copies To: : Dr Jo Traveller, PO Box 123456, Port Douglas 4877, Qld.

identifier: Placer Identifier: 789012345

status: active

intent: order

code: Full blood count (SNOMED CT#26604007 "Complete blood count")

subject: Patient/example1 " DAN"

authoredOn: 2022-04-02

requester: PractitionerRole/example3

performer: Organization/example6 "ACME Pathology"

reasonCode: Past history lymphoma ()

" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/result-copies-to"^^xsd:anyURI ] ; fhir:value [ a fhir:Reference ; fhir:link ; fhir:reference [ fhir:v "Practitioner/example4" ] ; fhir:display [ fhir:v "Dr Robert Smith" ] ] ] [ fhir:url [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/result-copies-to"^^xsd:anyURI ] ; fhir:value [ a fhir:Reference ; fhir:link ; fhir:reference [ fhir:v "Organization/example3" ] ; fhir:display [ fhir:v "Devonport Family Medicine Clinic" ] ] ] [ fhir:url [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/result-copies-to"^^xsd:anyURI ] ; fhir:value [ a fhir:Reference ; fhir:display [ fhir:v "Dr Jo Traveller, PO Box 123456, Port Douglas 4877, Qld." ] ] ] ) ; # Multiple "result copies to" with different resource type and a text only (display) entry 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:system [ fhir:v "https://albionhospital.example.com/labs/order-identifier"^^xsd:anyURI ] ; fhir:value [ fhir:v "789012345" ] ; fhir:assigner [ fhir:link ; fhir:reference [ fhir:v "Organization/example1" ] ; fhir:display [ fhir:v "Albion Hospital" ] ] ] ) ; # fhir:status [ fhir:v "active"] ; # fhir:intent [ fhir:v "order"] ; # fhir:code [ fhir:coding ( [ a sct:26604007 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "26604007" ] ; fhir:display [ fhir:v "Complete blood count" ] ] ) ; fhir:text [ fhir:v "Full blood count" ] ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/example1" ] ] ; # fhir:authoredOn [ fhir:v "2022-04-02"^^xsd:date] ; # fhir:requester [ fhir:link ; fhir:reference [ fhir:v "PractitionerRole/example3" ] ] ; # fhir:performer ( [ fhir:link ; fhir:reference [ fhir:v "Organization/example6" ] ] ) ; # fhir:reasonCode ( [ fhir:text [ fhir:v "Past history lymphoma" ] ] ) . # # -------------------------------------------------------------------------------------