ELGA e-Medikation (R4) ENTWURF
0.1.1 - ci-build

ELGA e-Medikation (R4) ENTWURF, published by ELGA GmbH. This guide is not an authorized publication; it is the continuous build for version 0.1.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7Austria/ELGA-e-Medikation-R4/ and changes regularly. See the Directory of published versions

: ELGA e-Med MedicationRequest Status - TTL Representation

Active as of 2026-02-17

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 "MedicationRequestStatusCS"] ; # 
  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 MedicationRequestStatusCS</b></p><a name=\"MedicationRequestStatusCS\"> </a><a name=\"hcMedicationRequestStatusCS\"> </a><p>This case-sensitive code system <code>https://fhir.hl7.at/elga/emed/r4/CodeSystem/MedicationRequestStatusCS</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td></tr><tr><td style=\"white-space:nowrap\">active<a name=\"MedicationRequestStatusCS-active\"> </a></td></tr><tr><td style=\"white-space:nowrap\">on-hold<a name=\"MedicationRequestStatusCS-on-hold\"> </a></td></tr><tr><td style=\"white-space:nowrap\">cancelled<a name=\"MedicationRequestStatusCS-cancelled\"> </a></td></tr><tr><td style=\"white-space:nowrap\">completed<a name=\"MedicationRequestStatusCS-completed\"> </a></td></tr><tr><td style=\"white-space:nowrap\">entered-in-error<a name=\"MedicationRequestStatusCS-entered-in-error\"> </a></td></tr><tr><td style=\"white-space:nowrap\">stopped<a name=\"MedicationRequestStatusCS-stopped\"> </a></td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "https://fhir.hl7.at/elga/emed/r4/CodeSystem/MedicationRequestStatusCS"^^xsd:anyURI ;
fhir:l <https://fhir.hl7.at/elga/emed/r4/CodeSystem/MedicationRequestStatusCS>
  ] ; # 
  fhir:version [ fhir:v "0.1.1"] ; # 
  fhir:name [ fhir:v "MedicationRequestStatusCS"] ; # 
  fhir:title [ fhir:v "ELGA e-Med MedicationRequest Status"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:date [ fhir:v "2026-02-17T17:15:31+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 "http://elga.gv.at" ]     ] )
  ] [
fhir:name [ fhir:v "ELGA GmbH" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://elga.gv.at" ] ;
fhir:use [ fhir:v "work" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "**Beschreibung:** Codesystem für zulässige Ausprägungen eines Status eines MedicationRequests im Medikationsplaneintrag und in geplanter Abgabe. \nBasiert auf VS https://hl7.org/fhir/R4/valueset-medicationrequest-status.html, ohne Status: draft, unknown"] ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "6"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "active" ] ;
fhir:display [ fhir:v "active" ]
  ] [
fhir:code [ fhir:v "on-hold" ] ;
fhir:display [ fhir:v "on-hold" ]
  ] [
fhir:code [ fhir:v "cancelled" ] ;
fhir:display [ fhir:v "cancelled" ]
  ] [
fhir:code [ fhir:v "completed" ] ;
fhir:display [ fhir:v "completed" ]
  ] [
fhir:code [ fhir:v "entered-in-error" ] ;
fhir:display [ fhir:v "entered-in-error" ]
  ] [
fhir:code [ fhir:v "stopped" ] ;
fhir:display [ fhir:v "stopped" ]
  ] ) . #