This page is part of the CH EPR Term (R4) (v2.0.9: STU) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, 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 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>This 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>"
] ; #
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 "2.0.9"] ; #
fhir:name [ fhir:v "ChEhealthCodesystemEprDeletionStatus"] ; #
fhir:title [ fhir:v "ch-ehealth-codesystem-eprdeletionstatus"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2023-06-27T18:06:03+02: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: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"^^xsd:boolean] ; #
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" ]
] ) . #