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

Generated Narrative

Resource "example4"

identifier: id: 20170201-002 (OFFICIAL)

groupIdentifier: id: G20170201-001 (OFFICIAL)

partOf: Task/example1: Lipid Panel

status: completed

intent: filler-order

priority: routine

code: Specimen Collection ()

focus: : BloodDraw ServiceRequest

for: Patient/example: Peter James Chalmers "Peter CHALMERS"

encounter: Encounter/example: Example In-Patient Encounter

executionPeriod: 2016-10-31T08:45:05+10:00 --> 2016-10-31T14:45:05+10:00

authoredOn: 2016-10-31T08:45:05+10:00

lastModified: 2016-10-31T09:45:05+10:00

requester: Organization/1832473e-2fe0-452d-abe9-3cdb9879522f: Clinical Laboratory @ Acme Hospital "Clinical Lab"

performerType: Performer (task-performer-type#performer)

owner: Practitioner/f202: Luigi Maas "Luigi Maas"

Restrictions

-RepetitionsPeriod
*1?? --> 2016-11-01T09:45:05+10:00

Outputs

-TypeValue[x]
*collected specimen ()Specimen/101
" ]; fhir:Task.identifier [ fhir:index 0; fhir:Identifier.use [ fhir:value "official" ]; fhir:Identifier.system [ fhir:value "http:/goodhealth.org/identifiers" ]; fhir:Identifier.value [ fhir:value "20170201-002" ] ]; fhir:Task.groupIdentifier [ fhir:Identifier.use [ fhir:value "official" ]; fhir:Identifier.system [ fhir:value "http:/goodhealth.org/accession/identifiers" ]; fhir:Identifier.value [ fhir:value "G20170201-001" ] ]; fhir:Task.partOf [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "Task/example1" ]; fhir:Reference.display [ fhir:value "Lipid Panel" ] ]; fhir:Task.status [ fhir:value "completed"]; fhir:Task.intent [ fhir:value "filler-order"]; fhir:Task.priority [ fhir:value "routine"]; fhir:Task.code [ fhir:CodeableConcept.text [ fhir:value "Specimen Collection" ] ]; fhir:Task.focus [ fhir:Reference.display [ fhir:value "BloodDraw ServiceRequest" ] ]; fhir:Task.for [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/example" ]; fhir:Reference.display [ fhir:value "Peter James Chalmers" ] ]; fhir:Task.encounter [ fhir:link ; fhir:Reference.reference [ fhir:value "Encounter/example" ]; fhir:Reference.display [ fhir:value "Example In-Patient Encounter" ] ]; fhir:Task.executionPeriod [ fhir:Period.start [ fhir:value "2016-10-31T08:45:05+10:00"^^xsd:dateTime ]; fhir:Period.end [ fhir:value "2016-10-31T14:45:05+10:00"^^xsd:dateTime ] ]; fhir:Task.authoredOn [ fhir:value "2016-10-31T08:45:05+10:00"^^xsd:dateTime]; fhir:Task.lastModified [ fhir:value "2016-10-31T09:45:05+10:00"^^xsd:dateTime]; fhir:Task.requester [ fhir:link ; fhir:Reference.reference [ fhir:value "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" ]; fhir:Reference.display [ fhir:value "Clinical Laboratory @ Acme Hospital" ] ]; fhir:Task.performerType [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/task-performer-type" ]; fhir:Coding.code [ fhir:value "performer" ]; fhir:Coding.display [ fhir:value "Performer" ] ]; fhir:CodeableConcept.text [ fhir:value "Performer" ] ]; fhir:Task.owner [ fhir:link ; fhir:Reference.reference [ fhir:value "Practitioner/f202" ]; fhir:Reference.display [ fhir:value "Luigi Maas" ] ]; fhir:Task.restriction [ fhir:Task.restriction.repetitions [ fhir:value "1"^^xsd:positiveInteger ]; fhir:Task.restriction.period [ fhir:Period.end [ fhir:value "2016-11-01T09:45:05+10:00"^^xsd:dateTime ] ] ]; fhir:Task.output [ fhir:index 0; fhir:Task.output.type [ fhir:CodeableConcept.text [ fhir:value "collected specimen" ] ]; fhir:Task.output.valueReference [ fhir:link ; fhir:Reference.reference [ fhir:value "Specimen/101" ] ] ] . a fhir:Task . a fhir:Patient . a fhir:Encounter . a fhir:Organization . a fhir:Practitioner . a fhir:Specimen . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------