2026.1.0 - ci-build
IGTTPFHIRGatewaygICS - Local Development build (v2026.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
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 "ConsentComponentTypeCS"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem ConsentComponentTypeCS</b></p><a name=\"ConsentComponentTypeCS\"> </a><a name=\"hcConsentComponentTypeCS\"> </a><p>This case-sensitive code system <code>https://ths-greifswald.de/fhir/CodeSystem/gics/ConsentComponentType</code> defines the following codes:</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\">ConsentPolicy<a name=\"ConsentComponentTypeCS-ConsentPolicy\"> </a></td><td>Consent-Policy</td></tr><tr><td style=\"white-space:nowrap\">ConsentModule<a name=\"ConsentComponentTypeCS-ConsentModule\"> </a></td><td>Consent-Module</td></tr><tr><td style=\"white-space:nowrap\">ConsentTemplate<a name=\"ConsentComponentTypeCS-ConsentTemplate\"> </a></td><td>Consent-Template</td></tr></table></div>"^^rdf:XMLLiteral ] ] ; # fhir:url [ fhir:v "https://ths-greifswald.de/fhir/CodeSystem/gics/ConsentComponentType"^^xsd:anyURI] ; # fhir:version [ fhir:v "2026.1.0"] ; # fhir:name [ fhir:v "ConsentComponentType"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v false] ; # fhir:date [ fhir:v "2025-06-12"^^xsd:date] ; # fhir:publisher [ fhir:v "Unabhängige Treuhandstelle der Universitätsmedizin Greifswald"] ; # fhir:contact ( [ fhir:name [ fhir:v "Unabhängige Treuhandstelle der Universitätsmedizin Greifswald" ] ; ( fhir:telecom [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "https://www.ths-greifswald.de/" ] ] ) ] ) ; # fhir:description [ fhir:v "Typen der für gICS relevanten Consent-Componenten zur Unterscheidung als Suchkriterium"] ; # fhir:copyright [ fhir:v "Copyright 2020-2025 Unabhängige Treuhandstelle der Universitätsmedizin Greifswald"] ; # fhir:caseSensitive [ fhir:v true] ; # fhir:content [ fhir:v "complete"] ; # fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; # fhir:concept ( [ fhir:code [ fhir:v "ConsentPolicy" ] ; fhir:display [ fhir:v "Consent-Policy" ] ] [ fhir:code [ fhir:v "ConsentModule" ] ; fhir:display [ fhir:v "Consent-Module" ] ] [ fhir:code [ fhir:v "ConsentTemplate" ] ; fhir:display [ fhir:v "Consent-Template" ] ] ) . #