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

Generated Narrative

Resource "example6"

identifier: id: 20170201-001 (OFFICIAL)

basedOn: : General Wellness Careplan

groupIdentifier: id: G20170201-001 (OFFICIAL)

status: completed

businessStatus: test completed and posted ()

intent: order

priority: routine

code: Lipid Panel ()

description: Create order for getting specimen, Set up inhouse testing, generate order for any sendouts and submit with specimen

focus: ServiceRequest/lipid: Lipid Panel Request

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

encounter: Encounter/example: Example In-Patient Encounter

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

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

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

requester: Practitioner/example: Dr Adam Careful "Adam CAREFUL"

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

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

reasonCode: The Task.reason should only be included if there is no Task.focus or if it differs from the reason indicated on the focus ()

note: This is an example to demonstrate using task for actioning a servicerequest and to illustrate how to populate many of the task elements - this is the parent task that will be broken into subtask to grab the specimen and a sendout lab test

Restrictions

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

output

type: DiagnosticReport generated ()

value: DiagnosticReport/lipids

output

type: collected specimen ()

value: 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-001" ] ]; fhir:Task.basedOn [ fhir:index 0; fhir:Reference.display [ fhir:value "General Wellness Careplan" ] ]; 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.status [ fhir:value "completed"]; fhir:Task.businessStatus [ fhir:CodeableConcept.text [ fhir:value "test completed and posted" ] ]; fhir:Task.intent [ fhir:value "order"]; fhir:Task.priority [ fhir:value "routine"]; fhir:Task.code [ fhir:CodeableConcept.text [ fhir:value "Lipid Panel" ] ]; fhir:Task.description [ fhir:value "Create order for getting specimen, Set up inhouse testing, generate order for any sendouts and submit with specimen"]; fhir:Task.focus [ fhir:link ; fhir:Reference.reference [ fhir:value "ServiceRequest/lipid" ]; fhir:Reference.display [ fhir:value "Lipid Panel Request" ] ]; 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:25:05+10:00"^^xsd:dateTime ]; fhir:Period.end [ fhir:value "2016-10-31T18:45:05+10:00"^^xsd:dateTime ] ]; fhir:Task.authoredOn [ fhir:value "2016-10-31T08:25:05+10:00"^^xsd:dateTime]; fhir:Task.lastModified [ fhir:value "2016-10-31T18:45:05+10:00"^^xsd:dateTime]; fhir:Task.requester [ fhir:link ; fhir:Reference.reference [ fhir:value "Practitioner/example" ]; fhir:Reference.display [ fhir:value "Dr Adam Careful" ] ]; 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 "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" ]; fhir:Reference.display [ fhir:value "Clinical Laboratory @ Acme Hospital" ] ]; fhir:Task.reasonCode [ fhir:CodeableConcept.text [ fhir:value "The Task.reason should only be included if there is no Task.focus or if it differs from the reason indicated on the focus" ] ]; fhir:Task.note [ fhir:index 0; fhir:Annotation.text [ fhir:value "This is an example to demonstrate using task for actioning a servicerequest and to illustrate how to populate many of the task elements - this is the parent task that will be broken into subtask to grab the specimen and a sendout lab test" ] ]; fhir:Task.restriction [ fhir:Task.restriction.repetitions [ fhir:value "1"^^xsd:positiveInteger ]; fhir:Task.restriction.period [ fhir:Period.end [ fhir:value "2016-11-02T09:45:05+10:00"^^xsd:dateTime ] ] ]; fhir:Task.output [ fhir:index 0; fhir:Task.output.type [ fhir:CodeableConcept.text [ fhir:value "DiagnosticReport generated" ] ]; fhir:Task.output.valueReference [ fhir:link ; fhir:Reference.reference [ fhir:value "DiagnosticReport/lipids" ] ] ], [ fhir:index 1; 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:ServiceRequest . a fhir:Patient . a fhir:Encounter . a fhir:Practitioner . a fhir:Organization . a fhir:DiagnosticReport . a fhir:Specimen . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------