@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ServiceRequest; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "hepatitis-b-antibody"]; 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 "generated" ]; fhir:Narrative.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: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://dfmc.example.com/labs/order-identifier" ]; fhir:Identifier.value [ fhir:value "1122334455" ]; fhir:Identifier.assigner [ fhir:link ; fhir:Reference.reference [ fhir:value "Organization/example3" ]; fhir:Reference.display [ fhir:value "Devonport Family Medicine Clinic" ] ] ]; fhir:ServiceRequest.status [ fhir:value "completed"]; fhir:ServiceRequest.intent [ fhir:value "order"]; fhir:ServiceRequest.code [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:65911000; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "65911000" ]; fhir:Coding.display [ fhir:value "Hepatitis B surface antibody measurement" ] ]; fhir:CodeableConcept.text [ fhir:value "Hepatitis B surface antibody" ] ]; fhir:ServiceRequest.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/example0" ] ]; fhir:ServiceRequest.authoredOn [ fhir:value "2019-09-23"^^xsd:date]; fhir:ServiceRequest.requester [ fhir:link ; fhir:Reference.reference [ fhir:value "PractitionerRole/example3" ] ]; fhir:ServiceRequest.reasonCode [ fhir:index 0; fhir:CodeableConcept.text [ fhir:value "Hepatitis B surface antibody status" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------