2025.2.0 - ci-build

IGTTPFHIRGatewayTerminologie - Local Development build (v2025.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: SaveAction - TTL Representation

Active as of 2025-06-12

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "SaveActionCS"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem SaveActionCS</b></p><a name=\"SaveActionCS\"> </a><a name=\"hcSaveActionCS\"> </a><p>This case-sensitive code system <code>https://ths-greifswald.de/fhir/CodeSystem/epix/SaveAction</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">DONT_SAVE<a name=\"SaveActionCS-DONT_SAVE\"> </a></td><td>don't save</td></tr><tr><td style=\"white-space:nowrap\">DONT_SAVE_ON_PERFECT_MATCH<a name=\"SaveActionCS-DONT_SAVE_ON_PERFECT_MATCH\"> </a></td><td>don't save on perfect match</td></tr><tr><td style=\"white-space:nowrap\">DONT_SAVE_ON_PERFECT_MATCH_EXCEPT_CONTACTS<a name=\"SaveActionCS-DONT_SAVE_ON_PERFECT_MATCH_EXCEPT_CONTACTS\"> </a></td><td>don't save on perfect match except contacts</td></tr><tr><td style=\"white-space:nowrap\">SAVE_ALL<a name=\"SaveActionCS-SAVE_ALL\"> </a></td><td>save all</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "https://ths-greifswald.de/fhir/CodeSystem/epix/SaveAction"^^xsd:anyURI ;
fhir:l <https://ths-greifswald.de/fhir/CodeSystem/epix/SaveAction>
  ] ; # 
  fhir:version [ fhir:v "2025.2.0"] ; # 
  fhir:name [ fhir:v "SaveAction"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-06-12"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "Independent Trusted Third Party of the University Medicine Greifswald"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Independent Trusted Third Party of the University Medicine Greifswald" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.ths-greifswald.de/" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Possible save actions in the context of adding patient identities."] ; # 
  fhir:copyright [ fhir:v "Copyright 2020-2025 Unabhängige Treuhandstelle der Universitätsmedizin Greifswald"] ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "DONT_SAVE" ] ;
fhir:display [ fhir:v "don't save" ]
  ] [
fhir:code [ fhir:v "DONT_SAVE_ON_PERFECT_MATCH" ] ;
fhir:display [ fhir:v "don't save on perfect match" ]
  ] [
fhir:code [ fhir:v "DONT_SAVE_ON_PERFECT_MATCH_EXCEPT_CONTACTS" ] ;
fhir:display [ fhir:v "don't save on perfect match except contacts" ]
  ] [
fhir:code [ fhir:v "SAVE_ALL" ] ;
fhir:display [ fhir:v "save all" ]
  ] ) . #