@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Specimen; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "serum"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://hl7.org.au/fhir/StructureDefinition/au-specimen"; fhir:index 0; fhir:link ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.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:Specimen.accessionIdentifier [ fhir:Identifier.system [ fhir:value "https://acmepathology.example.com/labs/accession-ids" ]; fhir:Identifier.value [ fhir:value "1978881817" ] ]; fhir:Specimen.type [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:119364003; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "119364003" ]; fhir:Coding.display [ fhir:value "Serum sample" ] ] ]; fhir:Specimen.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/example0" ] ]; fhir:Specimen.collection [ fhir:Specimen.collection.collector [ fhir:link ; fhir:Reference.reference [ fhir:value "Practitioner/example0" ] ]; fhir:Specimen.collection.collectedDateTime [ fhir:value "2019-09-25T08:20:00Z"^^xsd:dateTime ] ]; fhir:Specimen.container [ fhir:index 0; fhir:Specimen.container.type [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "https://acmepathology.example.com/labs" ]; fhir:Coding.code [ fhir:value "SST" ]; fhir:Coding.display [ fhir:value "Serum Separator Tube" ] ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------