EUAITransparencyIG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: EHDS Usage Category Code System - TTL Representation
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 -------------------------------------------------------------------
<http://hl7.org/fhir/CodeSystem/ehds-usage-category-cs> a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ehds-usage-category-cs"] ; #
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 ehds-usage-category-cs</b></p><a name=\"ehds-usage-category-cs\"> </a><a name=\"hcehds-usage-category-cs\"> </a><p>This case-sensitive code system <code>http://example.org/fhir/eu-ai-transparency/CodeSystem/ehds-usage-category-cs</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">primary-use<a name=\"ehds-usage-category-cs-primary-use\"> </a></td><td>Primary Use</td><td>Use of personal electronic health data for the provision of healthcare to the individual concerned.</td></tr><tr><td style=\"white-space:nowrap\">secondary-use<a name=\"ehds-usage-category-cs-secondary-use\"> </a></td><td>Secondary Use</td><td>Use of electronic health data for a permitted purpose other than the direct provision of healthcare to the individual concerned.</td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [ fhir:v "http://example.org/fhir/eu-ai-transparency/CodeSystem/ehds-usage-category-cs"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "EHDSUsageCategoryCodeSystem"] ; #
fhir:title [ fhir:v "EHDS Usage Category Code System"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2026-07-31T11:07:29+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Selina Adlberger"] ; #
fhir:description [ fhir:v "Codes distinguishing primary use from secondary use of electronic health data in the context of the European Health Data Space."] ; #
fhir:caseSensitive [ fhir:v true] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "primary-use" ] ;
fhir:display [ fhir:v "Primary Use" ] ;
fhir:definition [ fhir:v "Use of personal electronic health data for the provision of healthcare to the individual concerned." ]
] [
fhir:code [ fhir:v "secondary-use" ] ;
fhir:display [ fhir:v "Secondary Use" ] ;
fhir:definition [ fhir:v "Use of electronic health data for a permitted purpose other than the direct provision of healthcare to the individual concerned." ]
] ) . #