@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "MedicationRequestCategoryCS"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "

Generated Narrative: CodeSystem MedicationRequestCategoryCS

This case-sensitive code system https://fhir.hl7.at/elga/emed/r4/CodeSystem/MedicationRequestCategoryCS defines the following codes:

CodeDisplay
1 Medikationsplaneintrag
2 Geplante Abgabe
"^^rdf:XMLLiteral ] ] ; # fhir:url [ fhir:v "https://fhir.hl7.at/elga/emed/r4/CodeSystem/MedicationRequestCategoryCS"^^xsd:anyURI ; fhir:l ] ; # fhir:version [ fhir:v "0.1.1"] ; # fhir:name [ fhir:v "MedicationRequestCategoryCS"] ; # fhir:title [ fhir:v "ELGA e-Med MedicationRequest Kategorie CodeSystem"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v true] ; # fhir:date [ fhir:v "2026-02-10T17:53:58+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 der MedicationRequest Kategorie. Dient der Unterscheidung von geplanten Abgaben und Medikationsplaneinträgen."] ; # fhir:caseSensitive [ fhir:v true] ; # fhir:content [ fhir:v "complete"] ; # fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; # fhir:concept ( [ fhir:code [ fhir:v "1" ] ; fhir:display [ fhir:v "Medikationsplaneintrag" ] ] [ fhir:code [ fhir:v "2" ] ; fhir:display [ fhir:v "Geplante Abgabe" ] ] ) . # # -------------------------------------------------------------------------------------