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 Observation Example - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "OpenElisObservationExample"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://i-tech-uw.github.io/openelis-global-ig/StructureDefinition/open-elis-observation"^^xsd:anyURI ;
fhir:link <http://i-tech-uw.github.io/openelis-global-ig/StructureDefinition/open-elis-observation>     ] )
  ] ; # 
  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: Observation OpenElisObservationExample</b></p><a name=\"OpenElisObservationExample\"> </a><a name=\"hcOpenElisObservationExample\"> </a><a name=\"OpenElisObservationExample-en-US\"> </a><p><b>identifier</b>: <code>https://demo.openelis-global.org/result_uuid</code>/158999b0-b295-4dfd-a5b0-81ed58733b5f</p><p><b>basedOn</b>: <a href=\"ServiceRequest-OpenElisServiceRequestExample.html\">ServiceRequest CT Chest</a></p><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 15074-8}\">Glucose [Moles/volume] in Blood</span></p><p><b>subject</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>value</b>: 55 UI/L</p><p><b>specimen</b>: <a href=\"Specimen-OpenElisSpecimenExample.html\">Specimen: identifier = https://demo.openelis-global.org/sampleItem_uuid#9df49e2d-57f7-4e7b-abb1-54d0a1933253; accessionIdentifier = https://demo.openelis-global.org/sampleItem_labNo#TESTA230000000001751; status = available; type = Plasma; receivedTime = 2023-03-03 07:03:00+0000</a></p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "https://demo.openelis-global.org/result_uuid"^^xsd:anyURI ] ;
fhir:value [ fhir:v "158999b0-b295-4dfd-a5b0-81ed58733b5f" ]
  ] ) ; # 
  fhir:basedOn ( [
fhir:reference [ fhir:v "ServiceRequest/OpenElisServiceRequestExample" ]
  ] ) ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
a loinc:15074-8 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "15074-8" ] ;
fhir:display [ fhir:v "Glucose [Moles/volume] in Blood" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/329f09da-0fc9-419d-9575-ace68954426A" ]
  ] ; # 
  fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "55"^^xsd:decimal ] ;
fhir:unit [ fhir:v "UI/L" ]
  ] ; # 
  fhir:specimen [
fhir:reference [ fhir:v "Specimen/OpenElisSpecimenExample" ]
  ] . #