eHealth Infrastructure
latest - ci-build

eHealth Infrastructure - Local Development build (vlatest) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Trigger Behavior - TTL Representation

Active as of 2021-10-22

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 "ehealth-trigger-behavior"] ; # 
  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=\"http://hl7.org/fhir/R4/codesystem-action-selection-behavior.html\"><code>http://hl7.org/fhir/action-selection-behavior</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=\"http://hl7.org/fhir/R4/codesystem-action-selection-behavior.html#action-selection-behavior-one-or-more\">one-or-more</a></td><td>One Or More</td><td>The end user must choose a minimum of one, and as many additional as desired.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-action-selection-behavior.html#action-selection-behavior-all\">all</a></td><td>All</td><td>All the actions in the group must be selected as a single unit.</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://ehealth.sundhed.dk/vs/trigger-behavior"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "latest"] ; # 
  fhir:name [ fhir:v "TriggerBehavior"] ; # 
  fhir:title [ fhir:v "Trigger Behavior"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2021-10-22T00:00:00+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Den telemedicinske infrastruktur (eHealth Infrastructure)"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Den telemedicinske infrastruktur (eHealth Infrastructure)" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://ehealth.sundhed.dk" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Trigger behavior"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://hl7.org/fhir/action-selection-behavior"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "one-or-more" ] ;
fhir:display [ fhir:v "One Or More" ]       ] [
fhir:code [ fhir:v "all" ] ;
fhir:display [ fhir:v "All" ]       ] )     ] )
  ] . #