@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ServiceRequest; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "path-example0"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://hl7.org.au/fhir/StructureDefinition/au-diagnosticrequest"; fhir:index 0; fhir:link ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "extensions" ]; fhir:Narrative.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:DomainResource.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org.au/fhir/StructureDefinition/result-copies-to" ]; fhir:Extension.valueReference [ fhir:link ; fhir:Reference.reference [ fhir:value "Practitioner/example4" ]; fhir:Reference.display [ fhir:value "Dr Robert Smith" ] ] ], [ fhir:index 1; fhir:Extension.url [ fhir:value "http://hl7.org.au/fhir/StructureDefinition/result-copies-to" ]; fhir:Extension.valueReference [ fhir:link ; fhir:Reference.reference [ fhir:value "Organization/example3" ]; fhir:Reference.display [ fhir:value "Devonport Family Medicine Clinic" ] ] ], [ fhir:index 2; fhir:Extension.url [ fhir:value "http://hl7.org.au/fhir/StructureDefinition/result-copies-to" ]; fhir:Extension.valueReference [ fhir:Reference.display [ fhir:value "Dr Jo Traveller, PO Box 123456, Port Douglas 4877, Qld." ] ] ]; fhir:ServiceRequest.identifier [ fhir:index 0; fhir:Identifier.type [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ]; fhir:Coding.code [ fhir:value "PLAC" ]; fhir:Coding.display [ fhir:value "Placer Identifier" ] ] ]; fhir:Identifier.system [ fhir:value "https://albionhospital.example.com/labs/order-identifier" ]; fhir:Identifier.value [ fhir:value "789012345" ]; fhir:Identifier.assigner [ fhir:link ; fhir:Reference.reference [ fhir:value "Organization/example1" ]; fhir:Reference.display [ fhir:value "Albion Hospital" ] ] ]; fhir:ServiceRequest.status [ fhir:value "active"]; fhir:ServiceRequest.intent [ fhir:value "order"]; fhir:ServiceRequest.code [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:26604007; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "26604007" ]; fhir:Coding.display [ fhir:value "Complete blood count" ] ]; fhir:CodeableConcept.text [ fhir:value "Full blood count" ] ]; fhir:ServiceRequest.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/example1" ] ]; fhir:ServiceRequest.authoredOn [ fhir:value "2022-04-02"^^xsd:date]; fhir:ServiceRequest.requester [ fhir:link ; fhir:Reference.reference [ fhir:value "PractitionerRole/example3" ] ]; fhir:ServiceRequest.performer [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "Organization/example6" ] ]; fhir:ServiceRequest.reasonCode [ fhir:index 0; fhir:CodeableConcept.text [ fhir:value "Past history lymphoma" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------