@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/StructureDefinition/au-specimen"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Specimen

Resource Specimen "serum"

Profile: AU Base Specimen

accessionIdentifier: id: 1978881817

type: Serum sample (SNOMED CT#119364003)

subject: Patient/example0 " FRANKLIN"

Collections

-CollectorCollected[x]
*Practitioner/example0 " MAYO"2019-09-25 08:20:00+0000

Containers

-Type
*Serum Separator Tube (labs#SST)
" ] ; # fhir:accessionIdentifier [ fhir:system [ fhir:v "https://acmepathology.example.com/labs/accession-ids"^^xsd:anyURI ] ; fhir:value [ fhir:v "1978881817" ] ] ; # 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 sample" ] ] ) ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/example0" ] ] ; # fhir:collection [ fhir:collector [ fhir:link ; fhir:reference [ fhir:v "Practitioner/example0" ] ] ; fhir:collected [ fhir:v "2019-09-25T08:20:00Z"^^xsd:dateTime ] ] ; # fhir:container ( [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "https://acmepathology.example.com/labs"^^xsd:anyURI ] ; fhir:code [ fhir:v "SST" ] ; fhir:display [ fhir:v "Serum Separator Tube" ] ] ) ] ] ) . # # -------------------------------------------------------------------------------------