CH Term (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 3.3.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7ch/ch-term/ and changes regularly. See the Directory of published versions
: ch-ehealth-codesystem-eprdeletionstatus - 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 -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "2.16.756.5.30.1.127.3.10.18"] ; #
fhir:meta [
fhir:source [ fhir:v "https://art-decor.org/fhir/ValueSet/2.16.756.5.30.1.127.3.10.15.3--20230531200428"^^xsd:anyURI ]
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem 2.16.756.5.30.1.127.3.10.18</b></p><a name=\"2.16.756.5.30.1.127.3.10.18\"> </a><a name=\"hc2.16.756.5.30.1.127.3.10.18\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Information Source: <a href=\"https://art-decor.org/fhir/ValueSet/2.16.756.5.30.1.127.3.10.15.3--20230531200428\">https://art-decor.org/fhir/ValueSet/2.16.756.5.30.1.127.3.10.15.3--20230531200428</a></p></div><p>This case-sensitive code system <code>urn:oid:2.16.756.5.30.1.127.3.10.18</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\">urn:e-health-suisse:2019:deletionStatus:deletionProhibited<a name=\"2.16.756.5.30.1.127.3.10.18-urn.58e-health-suisse.582019.58deletionStatus.58deletionProhibited\"> </a></td><td>Deletion prohibited</td></tr><tr><td style=\"white-space:nowrap\">urn:e-health-suisse:2019:deletionStatus:deletionRequested<a name=\"2.16.756.5.30.1.127.3.10.18-urn.58e-health-suisse.582019.58deletionStatus.58deletionRequested\"> </a></td><td>Deletion requested</td></tr><tr><td style=\"white-space:nowrap\">urn:e-health-suisse:2019:deletionStatus:deletionNotRequested<a name=\"2.16.756.5.30.1.127.3.10.18-urn.58e-health-suisse.582019.58deletionStatus.58deletionNotRequested\"> </a></td><td>Deletion not Requested</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/resource-effectivePeriod"^^xsd:anyURI ] ;
fhir:value [
a fhir:Period ;
fhir:start [ fhir:v "2023-05-31T20:04:28+02:00"^^xsd:dateTime ] ]
] ) ; #
fhir:url [ fhir:v "urn:oid:2.16.756.5.30.1.127.3.10.18"^^xsd:anyURI] ; #
fhir:version [ fhir:v "3.3.0-ci-build"] ; #
fhir:name [ fhir:v "ChEhealthCodesystemEprDeletionStatus"] ; #
fhir:title [ fhir:v "ch-ehealth-codesystem-eprdeletionstatus"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2025-10-20T19:09:01+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 Switzerland"] ; #
fhir:contact ( [
fhir:name [ fhir:v "HL7 Switzerland" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.hl7.ch/" ] ] )
] [
fhir:name [ fhir:v "HL7 Switzerland" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.hl7.ch/" ] ;
fhir:use [ fhir:v "work" ] ] )
] ) ; #
fhir:description [ fhir:v "Deletion codes as per supplement 1 to Annex 5 EPRO-FDHA."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CH" ] ] )
] ) ; #
fhir:copyright [ fhir:v "CC0-1.0"] ; #
fhir:caseSensitive [ fhir:v true] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:concept ( [
fhir:code [ fhir:v "urn:e-health-suisse:2019:deletionStatus:deletionProhibited" ] ;
fhir:display [ fhir:v "Deletion prohibited" ]
] [
fhir:code [ fhir:v "urn:e-health-suisse:2019:deletionStatus:deletionRequested" ] ;
fhir:display [ fhir:v "Deletion requested" ]
] [
fhir:code [ fhir:v "urn:e-health-suisse:2019:deletionStatus:deletionNotRequested" ] ;
fhir:display [ fhir:v "Deletion not Requested" ]
] ) . #