OpenELIS GLOBAL2 Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions
: OpenElis Service Request 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:ServiceRequest ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "OpenElisServiceRequestExample"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://i-tech-uw.github.io/openelis-global-ig/StructureDefinition/openelis-service-request"^^xsd:anyURI ;
fhir:link <http://i-tech-uw.github.io/openelis-global-ig/StructureDefinition/openelis-service-request> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ServiceRequest</b><a name=\"OpenElisServiceRequestExample\"> </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 ServiceRequest "OpenElisServiceRequestExample" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-openelis-service-request.html\">OpenELIS Service Request</a></p></div><p><b>identifier</b>: id: 0a65ab46-179e-4506-9fa3-09d342268576, id: TESTA230000000001749</p><p><b>status</b>: active</p><p><b>intent</b>: original-order</p><p><b>category</b>: null <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (sample_program)</span></p><p><b>priority</b>: routine</p><p><b>code</b>: CT Chest <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#24627-2)</span></p><p><b>subject</b>: <a href=\"Patient-329f09da-0fc9-419d-9575-ace68954426A.html\">Patient/329f09da-0fc9-419d-9575-ace68954426A</a> " MUTESA"</p><p><b>authoredOn</b>: 2023-02-03</p><p><b>requester</b>: <a href=\"Practitioner-f185bb76-c298-4671-9be3-ccc94c0a9868.html\">Practitioner/f185bb76-c298-4671-9be3-ccc94c0a9868</a> " MUTESASIRA"</p><p><b>locationReference</b>: <a href=\"Location\">Location</a> "Location"</p><p><b>specimen</b>: <a href=\"Specimen-OpenElisSpecimenExample.html\">Specimen/OpenElisSpecimenExample</a></p></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://openelis-global.org/analysis_uuid"^^xsd:anyURI ] ;
fhir:value [ fhir:v "0a65ab46-179e-4506-9fa3-09d342268576" ]
] [
fhir:system [ fhir:v "http://openelis-global.org/samp_labNo"^^xsd:anyURI ] ;
fhir:value [ fhir:v "TESTA230000000001749" ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:intent [ fhir:v "original-order"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://openelis-global.org/sample_program"^^xsd:anyURI ] ] )
] ) ; #
fhir:priority [ fhir:v "routine"] ; #
fhir:code [
( fhir:coding [
a loinc:24627-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "24627-2" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/329f09da-0fc9-419d-9575-ace68954426A" ]
] ; #
fhir:authoredOn [ fhir:v "2023-02-03"^^xsd:date] ; #
fhir:requester [
fhir:reference [ fhir:v "Practitioner/f185bb76-c298-4671-9be3-ccc94c0a9868" ]
] ; #
fhir:locationReference ( [
fhir:reference [ fhir:v "Location" ]
] ) ; #
fhir:specimen ( [
fhir:reference [ fhir:v "Specimen/OpenElisSpecimenExample" ]
] ) . #