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 sct: <http://snomed.info/id/> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "epa-xds-dokumententypen-frontend-cs"] ; # fhir:url [ fhir:v "https://gematik.de/fhir/terminology/CodeSystem/epa-xds-dokumententypen-frontend-cs"^^xsd:anyURI ; fhir:l <https://gematik.de/fhir/terminology/CodeSystem/epa-xds-dokumententypen-frontend-cs> ] ; # fhir:version [ fhir:v "1.0.8"] ; # fhir:name [ fhir:v "EPAXDSDokumententypenFrontendCS"] ; # fhir:title [ fhir:v "EPA IHE XDS Dokumententypen für ePA-FdV"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v false] ; # fhir:date [ fhir:v "2025-12-15"^^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 "Versichertenfreundliche Anzeigetexte zur genauen Dokumenttypangabe (d.h. XDS Type Codes)"] ; # fhir:jurisdiction ( [ ( fhir:coding [ fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ; fhir:l <urn:iso:std:iso:3166> ] ; fhir:code [ fhir:v "DE" ] ] ) ] ) ; # fhir:copyright [ fhir:v "gematik GmbH"] ; # fhir:content [ fhir:v "supplement"] ; # fhir:supplements [ fhir:v "urn:oid:1.3.6.1.4.1.19376.3.276.1.5.9"^^xsd:anyURI ; fhir:l <urn:oid:1.3.6.1.4.1.19376.3.276.1.5.9> ] ; # fhir:concept ( [ fhir:code [ fhir:v "BEFU" ] ; fhir:display [ fhir:v "Ergebnisse Diagnostik" ] ; ( fhir:designation [ fhir:language [ fhir:v "de-DE" ] ; fhir:use [ a sct:900000000000013009 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ; fhir:l <http://snomed.info/sct> ] ; fhir:code [ fhir:v "900000000000013009" ] ] ; fhir:value [ fhir:v "Befunde" ] ] ) ] [ fhir:code [ fhir:v "FALL" ] ; fhir:display [ fhir:v "Fallbesprechungen" ] ; ( fhir:designation [ fhir:language [ fhir:v "de-DE" ] ; fhir:use [ a sct:900000000000013009 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ; fhir:l <http://snomed.info/sct> ] ; fhir:code [ fhir:v "900000000000013009" ] ] ; fhir:value [ fhir:v "Patientenbezogene ärztliche & therapeutische Beratung" ] ] ) ] [ fhir:code [ fhir:v "PATI" ] ; fhir:display [ fhir:v "Patienteninformationen" ] ; ( fhir:designation [ fhir:language [ fhir:v "de-DE" ] ; fhir:use [ a sct:900000000000013009 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ; fhir:l <http://snomed.info/sct> ] ; fhir:code [ fhir:v "900000000000013009" ] ] ; fhir:value [ fhir:v "Informationsblätter(Patienteninformationen)" ] ] ) ] ) . #