OpenELIS GLOBAL2 Implementation Guide
0.1.0 - ci-build

OpenELIS GLOBAL2 Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions

: OpenElis Task Example - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Task ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "49ef249a-3a8b-49e3-9e16-7e56e92d0c77"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://i-tech-uw.github.io/openelis-global-ig/StructureDefinition/openelis-task"^^xsd:anyURI ;
fhir:link <http://i-tech-uw.github.io/openelis-global-ig/StructureDefinition/openelis-task>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Task</b><a name=\"49ef249a-3a8b-49e3-9e16-7e56e92d0c77\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Task &quot;49ef249a-3a8b-49e3-9e16-7e56e92d0c77&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-openelis-task.html\">OpenElis Task</a></p></div><p><b>basedOn</b>: <a href=\"ServiceRequest-OpenElisServiceRequestExample.html\">ServiceRequest/OpenElisServiceRequestExample</a></p><p><b>status</b>: in-progress</p><p><b>intent</b>: order</p><p><b>for</b>: <a href=\"Patient-329f09da-0fc9-419d-9575-ace68954426A.html\">Patient/329f09da-0fc9-419d-9575-ace68954426A</a> &quot; MUTESA&quot;</p><p><b>authoredOn</b>: 2023-02-03</p><p><b>owner</b>: <a href=\"Practitioner-f185bb76-c298-4671-9be3-ccc94c0a9868.html\">Practitioner/f185bb76-c298-4671-9be3-ccc94c0a9868</a> &quot; MUTESASIRA&quot;</p><h3>Outputs</h3><table class=\"grid\"><tr><td>-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td>*</td><td>DiagnosticReport <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></td><td><a href=\"DiagnosticReport-OpenElisDiagnosticReportExample.html\">DiagnosticReport/OpenElisDiagnosticReportExample</a></td></tr></table></div>"
  ] ; # 
  fhir:basedOn ( [
fhir:reference [ fhir:v "ServiceRequest/OpenElisServiceRequestExample" ]
  ] ) ; # 
  fhir:status [ fhir:v "in-progress"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:for [
fhir:reference [ fhir:v "Patient/329f09da-0fc9-419d-9575-ace68954426A" ]
  ] ; # 
  fhir:authoredOn [ fhir:v "2023-02-03"^^xsd:date] ; # 
  fhir:owner [
fhir:reference [ fhir:v "Practitioner/f185bb76-c298-4671-9be3-ccc94c0a9868" ]
  ] ; # 
  fhir:output ( [
fhir:type [
fhir:text [ fhir:v "DiagnosticReport" ]     ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "DiagnosticReport/OpenElisDiagnosticReportExample" ]     ]
  ] ) . #