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 "GEM-ERPCHRG-CS-ConsentType"] ; # 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 GEM-ERPCHRG-CS-ConsentType</b></p><a name=\"GEM-ERPCHRG-CS-ConsentType\"> </a><a name=\"hcGEM-ERPCHRG-CS-ConsentType\"> </a><p>This code system <code>https://gematik.de/fhir/erpchrg/CodeSystem/GEM_ERPCHRG_CS_ConsentType</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\">CHARGCONS<a name=\"GEM-ERPCHRG-CS-ConsentType-CHARGCONS\"> </a></td><td>Consent for saving electronic charge item</td></tr></table></div>"^^rdf:XMLLiteral ] ] ; # fhir:url [ fhir:v "https://gematik.de/fhir/erpchrg/CodeSystem/GEM_ERPCHRG_CS_ConsentType"^^xsd:anyURI ; fhir:l <https://gematik.de/fhir/erpchrg/CodeSystem/GEM_ERPCHRG_CS_ConsentType> ] ; # fhir:version [ fhir:v "2.0.0-ballot.1"] ; # fhir:name [ fhir:v "GEM_ERPCHRG_CS_ConsentType"] ; # fhir:title [ fhir:v "CodeSystem of types for a consent"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v false] ; # fhir:date [ fhir:v "2028-04-01"^^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://gematik.de" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "erp-umsetzung@gematik.de" ] ] ) ] ) ; # fhir:description [ fhir:v "Type of patient consent."] ; # 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:display [ fhir:v "Germany" ] ] ) ] ) ; # fhir:copyright [ fhir:v "gematik GmbH / Dieses Artefakt ist lizenziert unter [Apache License](./license.html), Version 2.0."] ; # fhir:content [ fhir:v "complete"] ; # fhir:count [ fhir:v "1"^^xsd:nonNegativeInteger] ; # fhir:concept ( [ fhir:code [ fhir:v "CHARGCONS" ] ; fhir:display [ fhir:v "Consent for saving electronic charge item" ] ] ) . #