OpenELIS GLOBAL2 Implementation Guide
0.1.0 - ci-build

OpenELIS GLOBAL2 Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. 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 class=\"res-header-id\"><b>Generated Narrative: Task 49ef249a-3a8b-49e3-9e16-7e56e92d0c77</b></p><a name=\"49ef249a-3a8b-49e3-9e16-7e56e92d0c77\"> </a><a name=\"hc49ef249a-3a8b-49e3-9e16-7e56e92d0c77\"> </a><a name=\"49ef249a-3a8b-49e3-9e16-7e56e92d0c77-en-US\"> </a><p><b>basedOn</b>: <a href=\"ServiceRequest-OpenElisServiceRequestExample.html\">ServiceRequest CT Chest</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\">moses Mutesa  Male, DoB: 1988-03-02 ( https://demo.openelis-global.org/pat_nationalId#NA121212)</a></p><p><b>authoredOn</b>: 2023-02-03</p><p><b>owner</b>: <a href=\"Practitioner-f185bb76-c298-4671-9be3-ccc94c0a9868.html\">Practitioner Moses Mutesasira </a></p><h3>Outputs</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">DiagnosticReport</span></td><td><a href=\"DiagnosticReport-OpenElisDiagnosticReportExample.html\">Diagnostic Report for 'CBC panel - Blood by Automated count' for '-&gt;moses Mutesa  Male, DoB: 1988-03-02 ( https://demo.openelis-global.org/pat_nationalId#NA121212)'</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" ]     ]
  ] ) . #