@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Specimen ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "serum"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org.au/fhir/core/StructureDefinition/au-core-specimen"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Specimen

Resource Specimen "serum"

Profile: AU Core Specimen

accessionIdentifier: id: 20220927-00124

type: Serum specimen (SNOMED CT#119364003; specimenType#SER "Serum")

subject: Patient/dan-harry " DAN"

Collections

-Collected[x]
*2022-09-27 18:07:12+0000

Containers

-Type
*Serum Separator Tube ()
" ] ; # fhir:accessionIdentifier [ fhir:system [ fhir:v "http://labs.example.com/accession-ids"^^xsd:anyURI ] ; fhir:value [ fhir:v "20220927-00124" ] ] ; # fhir:type [ fhir:coding ( [ a sct:119364003 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "119364003" ] ; fhir:display [ fhir:v "Serum specimen" ] ] [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0487"^^xsd:anyURI ] ; fhir:code [ fhir:v "SER" ] ; fhir:display [ fhir:v "Serum" ] ] ) ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/dan-harry" ] ] ; # fhir:collection [ fhir:collected [ fhir:v "2022-09-27T18:07:12Z"^^xsd:dateTime ] ] ; # fhir:container ( [ fhir:type [ fhir:text [ fhir:v "Serum Separator Tube" ] ] ] ) . # # -------------------------------------------------------------------------------------