Implementation Guide
ePA Medication Service
Version 1.2.0-ballot.1 - draft

: ePA MedicationStatement Context Codes - TTL Representation

Draft as of 2025-08-01

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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "epa-medicationstatement-context-code"] ; # 
  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: ValueSet epa-medicationstatement-context-code</b></p><a name=\"epa-medicationstatement-context-code\"> </a><a name=\"hcepa-medicationstatement-context-code\"> </a><p>This value set expansion contains 2 concepts.</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>System</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\"><a name=\"epa-medicationstatement-context-code-https://gematik.de/fhir/epa-medication/CodeSystem/context-code-PRESCRIPTION\"> </a>  <a href=\"CodeSystem-context-code.html#context-code-PRESCRIPTION\">PRESCRIPTION</a></td><td>https://gematik.de/fhir/epa-medication/CodeSystem/context-code</td><td>Prescription</td><td>Belongs to ePrescription process</td></tr><tr><td style=\"white-space:nowrap\"><a name=\"epa-medicationstatement-context-code-https://gematik.de/fhir/epa-medication/CodeSystem/context-code-MANUAL\"> </a>  <a href=\"CodeSystem-context-code.html#context-code-MANUAL\">MANUAL</a></td><td>https://gematik.de/fhir/epa-medication/CodeSystem/context-code</td><td>Manual Entry</td><td>Is a manual entry</td></tr></table><p><b>Additional Language Displays</b></p><table class=\"codes\"><tr><td><b>Code</b></td><td><b>Deutsch (Deutschland) (German (Germany), de)</b></td></tr><tr><td>PRESCRIPTION</td><td>Verschreibung</td></tr><tr><td>MANUAL</td><td>Nachtrag</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://gematik.de/fhir/epa-medication/ValueSet/epa-medicationstatement-context-code"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.2.0-ballot.1"] ; # 
  fhir:name [ fhir:v "EPAMedicationStatementContextCodeVS"] ; # 
  fhir:title [ fhir:v "ePA MedicationStatement Context Codes"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-08-01"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "gematik GmbH"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.gematik.de" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Codes that define the context of an EPAMedicationStatement"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "DE" ]     ] )
  ] ) ; # 
  fhir:immutable [ fhir:v false] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "https://gematik.de/fhir/epa-medication/CodeSystem/context-code"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "PRESCRIPTION" ] ;
        ( fhir:designation [
fhir:language [ fhir:v "de-DE" ] ;
fhir:value [ fhir:v "Verschreibung" ]         ] )       ] [
fhir:code [ fhir:v "MANUAL" ] ;
        ( fhir:designation [
fhir:language [ fhir:v "de-DE" ] ;
fhir:value [ fhir:v "Nachtrag" ]         ] )       ] )     ] )
  ] ; # 
  fhir:expansion [
fhir:timestamp [ fhir:v "2025-07-24"^^xsd:date ] ;
    ( fhir:contains [
fhir:system [ fhir:v "https://gematik.de/fhir/epa-medication/CodeSystem/context-code"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PRESCRIPTION" ] ;
fhir:display [ fhir:v "Prescription" ] ;
      ( fhir:designation [
fhir:language [ fhir:v "de-DE" ] ;
fhir:value [ fhir:v "Verschreibung" ]       ] )     ] [
fhir:system [ fhir:v "https://gematik.de/fhir/epa-medication/CodeSystem/context-code"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MANUAL" ] ;
fhir:display [ fhir:v "Manual Entry" ] ;
      ( fhir:designation [
fhir:language [ fhir:v "de-DE" ] ;
fhir:value [ fhir:v "Nachtrag" ]       ] )     ] )
  ] . #