Implementation Guide
Version 1.2.0 - release

: Grund für Medikationsanforderung (CS) - TTL Representation

Active as of 2025-07-31

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 "medication-request-reason-cs"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem medication-request-reason-cs</b></p><a name=\"medication-request-reason-cs\"> </a><a name=\"hcmedication-request-reason-cs\"> </a><p>This  code system <code>https://gematik.de/fhir/erp-servicerequest/CodeSystem/medication-request-reason-cs</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\">correction<a name=\"medication-request-reason-cs-correction\"> </a></td><td>Korrektur</td></tr><tr><td style=\"white-space:nowrap\">exhausted-range<a name=\"medication-request-reason-cs-exhausted-range\"> </a></td><td>Reichweite erschöpft(Dauermedikation)</td></tr><tr><td style=\"white-space:nowrap\">vital-value-measurement<a name=\"medication-request-reason-cs-vital-value-measurement\"> </a></td><td>nach Vitalwertmessung</td></tr><tr><td style=\"white-space:nowrap\">on-demand<a name=\"medication-request-reason-cs-on-demand\"> </a></td><td>nach Bedarf</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://gematik.de/fhir/erp-servicerequest/CodeSystem/medication-request-reason-cs"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.2.0"] ; # 
  fhir:name [ fhir:v "MedicationRequestReasonCS"] ; # 
  fhir:title [ fhir:v "Grund für Medikationsanforderung (CS)"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-07-31"^^xsd:date] ; # 
  fhir:description [ fhir:v "Stellt Codes für Gründe bereit, warum Medikamente angefordert werden"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "DE" ] ;
fhir:display [ fhir:v "Germany" ]     ] )
  ] ) ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "correction" ] ;
fhir:display [ fhir:v "Korrektur" ]
  ] [
fhir:code [ fhir:v "exhausted-range" ] ;
fhir:display [ fhir:v "Reichweite erschöpft(Dauermedikation)" ]
  ] [
fhir:code [ fhir:v "vital-value-measurement" ] ;
fhir:display [ fhir:v "nach Vitalwertmessung" ]
  ] [
fhir:code [ fhir:v "on-demand" ] ;
fhir:display [ fhir:v "nach Bedarf" ]
  ] ) . #