2025.2.0 - ci-build
IGTTPFHIRGatewayTerminologie - Local Development build (v2025.2.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 "IdMatchingTypeCS"] ; # 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 IdMatchingTypeCS</b></p><a name=\"IdMatchingTypeCS\"> </a><a name=\"hcIdMatchingTypeCS\"> </a><p>This case-sensitive code system <code>https://ths-greifswald.de/fhir/CodeSystem/gics/IdMatchingType</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\">AT_LEAST_ALL<a name=\"IdMatchingTypeCS-AT_LEAST_ALL\"> </a></td><td>at least all</td></tr><tr><td style=\"white-space:nowrap\">AT_LEAST_ONE<a name=\"IdMatchingTypeCS-AT_LEAST_ONE\"> </a></td><td>at least one</td></tr><tr><td style=\"white-space:nowrap\">EXACT<a name=\"IdMatchingTypeCS-EXACT\"> </a></td><td>exact</td></tr></table></div>"^^rdf:XMLLiteral ] ] ; # fhir:url [ fhir:v "https://ths-greifswald.de/fhir/CodeSystem/gics/IdMatchingType"^^xsd:anyURI ; fhir:l <https://ths-greifswald.de/fhir/CodeSystem/gics/IdMatchingType> ] ; # fhir:version [ fhir:v "2025.2.0"] ; # fhir:name [ fhir:v "IdMatchingType"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v false] ; # fhir:date [ fhir:v "2025-06-12"^^xsd:date] ; # fhir:publisher [ fhir:v "Independent Trusted Third Party of the University Medicine Greifswald"] ; # fhir:contact ( [ fhir:name [ fhir:v "Independent Trusted Third Party of the University Medicine Greifswald" ] ; ( fhir:telecom [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "https://www.ths-greifswald.de/" ] ] ) ] ) ; # fhir:description [ fhir:v "ID matching types used in consent management"] ; # 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 "AT_LEAST_ALL" ] ; fhir:display [ fhir:v "at least all" ] ] [ fhir:code [ fhir:v "AT_LEAST_ONE" ] ; fhir:display [ fhir:v "at least one" ] ] [ fhir:code [ fhir:v "EXACT" ] ; fhir:display [ fhir:v "exact" ] ] ) . #