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 "epa-vertraulichkeit-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 epa-vertraulichkeit-cs</b></p><a name=\"epa-vertraulichkeit-cs\"> </a><a name=\"hcepa-vertraulichkeit-cs\"> </a><a name=\"epa-vertraulichkeit-cs-de-DE\"> </a><p>This case-insensitive code system <code>https://gematik.de/fhir/terminology/CodeSystem/epa-vertraulichkeit-cs</code> defines the following code:</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\">CON<a name=\"epa-vertraulichkeit-cs-CON\"> </a></td><td>Dokument verbergen</td></tr></table></div>"^^rdf:XMLLiteral ] ; # fhir:url [ fhir:v "https://gematik.de/fhir/terminology/CodeSystem/epa-vertraulichkeit-cs"^^xsd:anyURI] ; # fhir:identifier ( [ fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ; fhir:value [ fhir:v "urn:oid:1.2.276.0.76.5.491" ] ] ) ; # fhir:version [ fhir:v "1.0.5-1"] ; # fhir:name [ fhir:v "EPAVertraulichkeitCS"] ; # fhir:title [ fhir:v "Codesystem für ePA-Vertraulichkeiten"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v false] ; # fhir:date [ fhir:v "2025-02-28"^^xsd:date] ; # fhir:publisher [ fhir:v "gematik GmbH"] ; # fhir:contact ( [ fhir:name [ fhir:v "gematik GmbH" ] ; ( fhir:telecom [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "https://www.gematik.de" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "patientteam [ at ] gematik.de" ] ] ) ] ) ; # fhir:description [ fhir:v "ePA-spezifische Berechtigungskategorien"] ; # fhir:jurisdiction ( [ ( fhir:coding [ fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ; fhir:code [ fhir:v "DE" ] ] ) ] ) ; # fhir:caseSensitive [ fhir:v false] ; # fhir:compositional [ fhir:v false] ; # fhir:versionNeeded [ fhir:v false] ; # fhir:content [ fhir:v "complete"] ; # fhir:count [ fhir:v "1"^^xsd:nonNegativeInteger] ; # fhir:concept ( [ fhir:code [ fhir:v "CON" ] ; fhir:display [ fhir:v "Dokument verbergen" ] ] ) . #