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

: Service Request Intent Valueset - TTL Representation

Active as of 2023-03-05

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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "open-elis-service-request-intent-vs"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-task-intent-code-system.html\"><code>https://i-tech-uw.github.io/openelis-global2-fhir-ig/codesystem-task-intent</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-task-intent-code-system.html#task-intent-code-system-order\">order</a></td><td>Order</td><td>The request represents a request/demand and authorization for action by a Practitioner.</td></tr><tr><td><a href=\"CodeSystem-task-intent-code-system.html#task-intent-code-system-original-order\">original-order</a></td><td>Original-Order</td><td>The request represents an original authorization for action.</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://i-tech-uw.github.io/openelis-global-ig/ValueSet/open-elis-service-request-intent-vs"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "OpenElisServiceRequestIntentVs"] ; # 
  fhir:title [ fhir:v "Service Request Intent Valueset"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2023-03-05T22:47:16+00:00"^^xsd:dateTime] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "I-TECH-UW" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "www.github.com/i-tech-uw" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "OpenElis Service Request Intent Valueset"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "https://i-tech-uw.github.io/openelis-global2-fhir-ig/codesystem-task-intent"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "order" ]       ] [
fhir:code [ fhir:v "original-order" ]       ] )     ] )
  ] . #