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

Profile: AU Base Diagnostic Request

identifier: Placer Identifier: 1122334455

status: completed

intent: order

code: Hepatitis B surface antibody (SNOMED CT#65911000 "Hepatitis B surface antibody measurement")

subject: Patient/example0 " FRANKLIN"

authoredOn: 2019-09-23

requester: PractitionerRole/example3

reasonCode: Hepatitis B surface antibody status ()

" ] ; # 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://dfmc.example.com/labs/order-identifier"^^xsd:anyURI ] ; fhir:value [ fhir:v "1122334455" ] ; fhir:assigner [ fhir:link ; fhir:reference [ fhir:v "Organization/example3" ] ; fhir:display [ fhir:v "Devonport Family Medicine Clinic" ] ] ] ) ; # fhir:status [ fhir:v "completed"] ; # fhir:intent [ fhir:v "order"] ; # fhir:code [ fhir:coding ( [ a sct:65911000 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "65911000" ] ; fhir:display [ fhir:v "Hepatitis B surface antibody measurement" ] ] ) ; fhir:text [ fhir:v "Hepatitis B surface antibody" ] ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/example0" ] ] ; # fhir:authoredOn [ fhir:v "2019-09-23"^^xsd:date] ; # fhir:requester [ fhir:link ; fhir:reference [ fhir:v "PractitionerRole/example3" ] ] ; # fhir:reasonCode ( [ fhir:text [ fhir:v "Hepatitis B surface antibody status" ] ] ) . # # -------------------------------------------------------------------------------------