Implementation Guide MII Schnittstelle Pseudonymisierung
0.9.0 - ci-build
Implementation Guide MII Schnittstelle Pseudonymisierung - Local Development build (v0.9.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
Active as of 2024-11-25 |
@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:OperationDefinition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "DeletePseudonyms"] ; #
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: OperationDefinition DeletePseudonyms</b></p><a name=\"DeletePseudonyms\"> </a><a name=\"hcDeletePseudonyms\"> </a><a name=\"DeletePseudonyms-en-US\"> </a><p>URL: [base]/$delete-pseudonyms</p><h3>Parameters</h3><table class=\"grid\"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Scope</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>IN</td><td>original</td><td/><td>1..1</td><td></td><td/><td><div><p>Originalwerte</p>\n</div></td></tr><tr><td>IN</td><td>original.target</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#Element\">Element</a></td><td/><td><div><p>Angabe des Pseudonymisierungs-kontextes innerhalb derer die angegebenen Originalwerte gelöscht werden.</p>\n</div></td></tr><tr><td>IN</td><td>original.value</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#Element\">Element</a></td><td/><td><div><p>Angabe eines Originalwertes für den in der angegebenen Pseudonymisierungs-kontextes eine Löschung durchgeführt werden soll.</p>\n</div></td></tr><tr><td>OUT</td><td>successStatus</td><td/><td>1..1</td><td></td><td/><td><div><p>Status-Rückgabe der einzelnen durchgeführten Löschungen</p>\n</div></td></tr><tr><td>OUT</td><td>successStatus.target</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#Identifier\">Identifier</a></td><td/><td><div><p>Target-Identifikator</p>\n</div></td></tr><tr><td>OUT</td><td>successStatus.original</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#Identifier\">Identifier</a></td><td/><td><div><p>Original-Identifikator</p>\n</div></td></tr><tr><td>OUT</td><td>successStatus.result-code</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#Coding\">Coding</a></td><td/><td><div><p>Erfolgs- bzw. Fehlercode</p>\n</div></td></tr></table><div><p>Deletes a given list of 1-n entries (identified by the original value) in the specified domain, if the configuration of this domain allows this.</p>\n</div></div>"
] ; #
fhir:url [ fhir:v "https://medizininformatik-initiative.de/fhir/fhir-pseudonymization/OperationDefinition/DeletePseudonyms"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.9.0"] ; #
fhir:name [ fhir:v "Delete-Pseudonyms"] ; #
fhir:title [ fhir:v "delete-pseudonyms"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:kind [ fhir:v "operation"] ; #
fhir:date [ fhir:v "2024-11-25T13:44:10+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Medizininformatik Initiative"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Medizininformatik Initiative" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.medizininformatik-iniitative.de" ] ] )
] ) ; #
fhir:description [ fhir:v "Deletes a given list of 1-n entries (identified by the original value) in the specified domain, if the configuration of this domain allows this."] ; #
fhir:affectsState [ fhir:v "true"^^xsd:boolean] ; #
fhir:code [ fhir:v "delete-pseudonyms"] ; #
fhir:comment [ fhir:v "Deletes a given list of 1-n entries (identified by the original value) in the specified domain, if the configuration of this domain allows this."] ; #
fhir:system [ fhir:v "true"^^xsd:boolean] ; #
fhir:type [ fhir:v "false"^^xsd:boolean] ; #
fhir:instance [ fhir:v "false"^^xsd:boolean] ; #
fhir:parameter ( [
fhir:name [ fhir:v "original" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:min [ fhir:v "1"^^xsd:integer ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "Originalwerte" ] ;
( fhir:part [
fhir:name [ fhir:v "target" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:min [ fhir:v "1"^^xsd:integer ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "Angabe des Pseudonymisierungs-kontextes innerhalb derer die angegebenen Originalwerte gelöscht werden." ] ;
fhir:type [ fhir:v "Element" ] ] [
fhir:name [ fhir:v "value" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:min [ fhir:v "1"^^xsd:integer ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "Angabe eines Originalwertes für den in der angegebenen Pseudonymisierungs-kontextes eine Löschung durchgeführt werden soll." ] ;
fhir:type [ fhir:v "Element" ] ] )
] [
fhir:name [ fhir:v "successStatus" ] ;
fhir:use [ fhir:v "out" ] ;
fhir:min [ fhir:v "1"^^xsd:integer ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "Status-Rückgabe der einzelnen durchgeführten Löschungen" ] ;
( fhir:part [
fhir:name [ fhir:v "target" ] ;
fhir:use [ fhir:v "out" ] ;
fhir:min [ fhir:v "0"^^xsd:integer ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "Target-Identifikator" ] ;
fhir:type [ fhir:v "Identifier" ] ] [
fhir:name [ fhir:v "original" ] ;
fhir:use [ fhir:v "out" ] ;
fhir:min [ fhir:v "0"^^xsd:integer ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "Original-Identifikator" ] ;
fhir:type [ fhir:v "Identifier" ] ] [
fhir:name [ fhir:v "result-code" ] ;
fhir:use [ fhir:v "out" ] ;
fhir:min [ fhir:v "1"^^xsd:integer ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "Erfolgs- bzw. Fehlercode" ] ;
fhir:type [ fhir:v "Coding" ] ] )
] ) . #
IG © 2024+ Medizininformatik Initiative. Package PseudonymizationIG#0.9.0 based on FHIR 4.0.1. Generated 2024-11-25
Links: Table of Contents |
QA Report