@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Specimen; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "sst"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative

Resource "sst"

accessionIdentifier: id: 20150816-00124

type: Serum sample (SNOMED CT#119364003)

subject: Patient/pat2 "Duck DONALD"

request: ServiceRequest/ft4

Collections

-CollectorCollected[x]
*Practitioner/f202 "Luigi Maas"2015-08-16T06:40:17Z

Containers

-Type
*Serum Separator Tube (labs#SST)
" ]; fhir:Specimen.accessionIdentifier [ fhir:Identifier.system [ fhir:value "http://acme.com/labs/accession-ids" ]; fhir:Identifier.value [ fhir:value "20150816-00124" ] ]; 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/pat2" ] ]; fhir:Specimen.request [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "ServiceRequest/ft4" ] ]; fhir:Specimen.collection [ fhir:Specimen.collection.collector [ fhir:link ; fhir:Reference.reference [ fhir:value "Practitioner/f202" ] ]; fhir:Specimen.collection.collectedDateTime [ fhir:value "2015-08-16T06:40:17Z"^^xsd:dateTime ] ]; fhir:Specimen.container [ fhir:index 0; fhir:Specimen.container.type [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://acme.com/labs" ]; fhir:Coding.code [ fhir:value "SST" ]; fhir:Coding.display [ fhir:value "Serum Separator Tube" ] ] ] ] . a fhir:Patient . a fhir:ServiceRequest . a fhir:Practitioner . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------