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

Generated Narrative

Resource "pooled-serum"

accessionIdentifier: id: 20171120-1234

type: Pooled serum sample (vdl#Serum sample, pooled "Serum sample, pooled")

subject: Group/herd1 "Breeding herd"

Collections

-CollectorCollected[x]
*: James Herriot, FRCVS2017-11-14

Containers

-Type
*Red Top Blood Collection Tube (vdl#RTT "Red Top Tube")

note: Pooled serum sample from 30 individuals

" ]; fhir:Specimen.accessionIdentifier [ fhir:Identifier.system [ fhir:value "https://vetmed.iastate.edu/vdl" ]; fhir:Identifier.value [ fhir:value "20171120-1234" ] ]; fhir:Specimen.type [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "https://vetmed.iastate.edu/vdl" ]; fhir:Coding.code [ fhir:value "Serum sample, pooled" ]; fhir:Coding.display [ fhir:value "Serum sample, pooled" ] ]; fhir:CodeableConcept.text [ fhir:value "Pooled serum sample" ] ]; fhir:Specimen.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Group/herd1" ] ]; fhir:Specimen.collection [ fhir:Specimen.collection.collector [ fhir:Reference.display [ fhir:value "James Herriot, FRCVS" ] ]; fhir:Specimen.collection.collectedDateTime [ fhir:value "2017-11-14"^^xsd:date ] ]; fhir:Specimen.container [ fhir:index 0; fhir:Specimen.container.type [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "https://vetmed.iastate.edu/vdl" ]; fhir:Coding.code [ fhir:value "RTT" ]; fhir:Coding.display [ fhir:value "Red Top Tube" ] ]; fhir:CodeableConcept.text [ fhir:value "Red Top Blood Collection Tube" ] ] ]; fhir:Specimen.note [ fhir:index 0; fhir:Annotation.text [ fhir:value "Pooled serum sample from 30 individuals" ] ] . a fhir:Group . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------