CH EMED EPR, published by CARA. This guide is not an authorized publication; it is the continuous build for version 2.0.1-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/CARA-ch/ch-emed-epr/ and changes regularly. See the Directory of published versions
: CH EMED EPR Paper Format Code System - TTL Representation
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 "ch-emed-epr-paper-format-code-system"] ; #
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 ch-emed-epr-paper-format-code-system</b></p><a name=\"ch-emed-epr-paper-format-code-system\"> </a><a name=\"hcch-emed-epr-paper-format-code-system\"> </a><p>This case-sensitive code system <code>http://fhir.ch/ig/ch-emed-epr/CodeSystem/ch-emed-epr-paper-format-code-system</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">cara-pmp<a name=\"ch-emed-epr-paper-format-code-system-cara-pmp\"> </a></td><td>CARA PMP</td><td>CARA platform own format for PMP (eMedication service) project.</td></tr><tr><td style=\"white-space:nowrap\">emediplan<a name=\"ch-emed-epr-paper-format-code-system-emediplan\"> </a></td><td>eMediplan</td><td>Paper format defined by eMediplan.</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "http://fhir.ch/ig/ch-emed-epr/CodeSystem/ch-emed-epr-paper-format-code-system"^^xsd:anyURI] ; #
fhir:version [ fhir:v "2.0.1-ci-build"] ; #
fhir:name [ fhir:v "CHEMEDEPRPaperFormatCS"] ; #
fhir:title [ fhir:v "CH EMED EPR Paper Format Code System"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v true] ; #
fhir:date [ fhir:v "2025-09-04T07:48:58+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "CARA"] ; #
fhir:contact ( [
fhir:name [ fhir:v "CARA" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.cara.ch" ] ] )
] ) ; #
fhir:description [ fhir:v "Possible paper formats that can be delivered by a CH EMED EPR service rendering PMLC original representations."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CH" ] ;
fhir:display [ fhir:v "Switzerland" ] ] )
] ) ; #
fhir:copyright [ fhir:v "CC0-1.0"] ; #
fhir:caseSensitive [ fhir:v true] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "cara-pmp" ] ;
fhir:display [ fhir:v "CARA PMP" ] ;
fhir:definition [ fhir:v "CARA platform own format for PMP (eMedication service) project." ]
] [
fhir:code [ fhir:v "emediplan" ] ;
fhir:display [ fhir:v "eMediplan" ] ;
fhir:definition [ fhir:v "Paper format defined by eMediplan." ]
] ) . #