0.1.0 - ci-build

IntegrierteVersorgungHerzinsuffizienz - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Zieldosis - TTL Representation

Draft as of 2024-05-29

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 "targetdose"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Deutsch (Österreich) (German (Austria), de)</b></td></tr><tr><td><a href=\"http://snomed.info/id/390802008\">390802008</a></td><td>Goal achieved</td><td>Erreicht</td></tr><tr><td><a href=\"http://snomed.info/id/390801001\">390801001</a></td><td>Goal not achieved</td><td>Nicht erreicht</td></tr><tr><td><a href=\"http://snomed.info/id/494716691000132104\">494716691000132104</a></td><td>Medication titrated</td><td>?Titrationsphase?</td></tr><tr><td><a href=\"http://snomed.info/id/407566003\">407566003</a></td><td>Patient on maximum tolerated dose</td><td>Max. tolerierte Dosis erreicht</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "https://hi.iv.elga.gv.at/ValueSet/targetdose"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "TargetDose"] ; # 
  fhir:title [ fhir:v "Zieldosis"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2024-05-29T09:13:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "ELGA GmbH"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "ELGA GmbH" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.elga.gv.at/" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Beurteilung der evidenzbasierten Zieldosis"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "390802008" ] ;
fhir:display [ fhir:v "Goal achieved" ] ;
        ( fhir:designation [
fhir:language [ fhir:v "de-AT" ] ;
fhir:value [ fhir:v "Erreicht" ]         ] )       ] [
fhir:code [ fhir:v "390801001" ] ;
fhir:display [ fhir:v "Goal not achieved" ] ;
        ( fhir:designation [
fhir:language [ fhir:v "de-AT" ] ;
fhir:value [ fhir:v "Nicht erreicht" ]         ] )       ] [
fhir:code [ fhir:v "494716691000132104" ] ;
fhir:display [ fhir:v "Medication titrated" ] ;
        ( fhir:designation [
fhir:language [ fhir:v "de-AT" ] ;
fhir:value [ fhir:v "?Titrationsphase?" ]         ] )       ] [
fhir:code [ fhir:v "407566003" ] ;
fhir:display [ fhir:v "Patient on maximum tolerated dose" ] ;
        ( fhir:designation [
fhir:language [ fhir:v "de-AT" ] ;
fhir:value [ fhir:v "Max. tolerierte Dosis erreicht" ]         ] )       ] )     ] )
  ] . #