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

Profiles: AU Core ServiceRequest, AU Base Diagnostic Request

identifier: Placer Order Identifier: 3451451243

status: completed

intent: order

category: Pathology service (SNOMED CT#310074003), Microbiology (diagnosticServiceSectionId#MB)

code: 2019-Novel Coronavirus PCR ()

subject: Patient/wang-li " WANG"

requester: PractitionerRole/bobrester-bob-gp

performer: : PATHOLOGY LAB

" ] ; # 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 "3451451243" ] ; 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:310074003 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "310074003" ] ; fhir:display [ fhir:v "Pathology service" ] ] ) ] [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0074"^^xsd:anyURI ] ; fhir:code [ fhir:v "MB" ] ] ) ] ) ; # fhir:code [ fhir:text [ fhir:v "2019-Novel Coronavirus PCR" ] ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/wang-li" ] ] ; # fhir:requester [ fhir:link ; fhir:reference [ fhir:v "PractitionerRole/bobrester-bob-gp" ] ] ; # fhir:performer ( [ fhir:display [ fhir:v "PATHOLOGY LAB" ] ] ) . # # -------------------------------------------------------------------------------------