Implementation Guide Pseudonymization Interface for the MII
2026.1.0-ballot.1 - ci-build
Implementation Guide Pseudonymization Interface for the MII - Local Development build (v2026.1.0-ballot.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
@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 -------------------------------------------------------------------
<http://hl7.org/fhir/Bundle/de-pseudonymize-example-bundle-batch-response> a fhir:Bundle ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "de-pseudonymize-example-bundle-batch-response"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://fhir.example.com/StructureDefinition/de-pseudonymize-batch-response" ;
fhir:index 0 ;
fhir:link <https://fhir.example.com/StructureDefinition/de-pseudonymize-batch-response>
]
] ;
fhir:Bundle.type [ fhir:value "batch-response"] ;
fhir:Bundle.entry [
fhir:index 0 ;
fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:0ee863aa-1fe7-4d5f-3333-8f5edc7981d9" ] ;
fhir:Bundle.entry.resource <urn:uuid:0ee863aa-1fe7-4d5f-3333-8f5edc7981d9> ;
fhir:Bundle.entry.response [
fhir:Bundle.entry.response.status [ fhir:value "200 OK" ]
]
], [
fhir:index 1 ;
fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:c672a2ae-4d75-4723-3333-524994fdd07a" ] ;
fhir:Bundle.entry.resource <urn:uuid:c672a2ae-4d75-4723-3333-524994fdd07a> ;
fhir:Bundle.entry.response [
fhir:Bundle.entry.response.status [ fhir:value "404 Not Found" ]
]
], [
fhir:index 2 ;
fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:c99b414d-e235-4f5f-3333-446ed5f9cd71" ] ;
fhir:Bundle.entry.resource <urn:uuid:c99b414d-e235-4f5f-3333-446ed5f9cd71> ;
fhir:Bundle.entry.response [
fhir:Bundle.entry.response.status [ fhir:value "404 Not Found" ]
]
] .
<urn:uuid:0ee863aa-1fe7-4d5f-3333-8f5edc7981d9> a fhir:Parameters ;
fhir:Resource.id [ fhir:value "0ee863aa-1fe7-4d5f-3333-8f5edc7981d9"] ;
fhir:Parameters.parameter [
fhir:index 0 ;
fhir:Parameters.parameter.name [ fhir:value "context" ] ;
fhir:Parameters.parameter.valueIdentifier [
fhir:Identifier.system [ fhir:value "https://sample/psn-system" ] ;
fhir:Identifier.value [ fhir:value "Transfer1" ]
]
], [
fhir:index 1 ;
fhir:Parameters.parameter.name [ fhir:value "original" ] ;
fhir:Parameters.parameter.valueIdentifier [
fhir:Identifier.system [ fhir:value "https://example.com/original-ids" ] ;
fhir:Identifier.value [ fhir:value "D1CL0CAL1" ]
]
], [
fhir:index 2 ;
fhir:Parameters.parameter.name [ fhir:value "pseudonym" ] ;
fhir:Parameters.parameter.valueIdentifier [
fhir:Identifier.system [ fhir:value "https://example.com/pseudonym-ids" ] ;
fhir:Identifier.value [ fhir:value "H3RAU56A8E" ]
]
] .
<urn:uuid:c672a2ae-4d75-4723-3333-524994fdd07a> a fhir:OperationOutcome ;
fhir:Resource.id [ fhir:value "c672a2ae-4d75-4723-3333-524994fdd07a"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"OperationOutcome_c672a2ae-4d75-4723-3333-524994fdd07a\"> </a><p class=\"res-header-id\"><b>Generated Narrative: OperationOutcome c672a2ae-4d75-4723-3333-524994fdd07a</b></p><a name=\"c672a2ae-4d75-4723-3333-524994fdd07a\"> </a><a name=\"hcc672a2ae-4d75-4723-3333-524994fdd07a\"> </a><h3>Issues</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Severity</b></td><td><b>Code</b></td><td><b>Diagnostics</b></td><td><b>Expression</b></td></tr><tr><td style=\"display: none\">*</td><td>Error</td><td>Not Found</td><td>No original for given pseudonym 'unknown-pseudonym' was found.</td><td>Parameters.parameter.where(name='pseudonym')</td></tr></table></div>"
] ;
fhir:OperationOutcome.issue [
fhir:index 0 ;
fhir:OperationOutcome.issue.severity [ fhir:value "error" ] ;
fhir:OperationOutcome.issue.code [ fhir:value "not-found" ] ;
fhir:OperationOutcome.issue.diagnostics [ fhir:value "No original for given pseudonym 'unknown-pseudonym' was found." ] ;
fhir:OperationOutcome.issue.expression [
fhir:value "Parameters.parameter.where(name='pseudonym')" ;
fhir:index 0
]
] .
<urn:uuid:c99b414d-e235-4f5f-3333-446ed5f9cd71> a fhir:OperationOutcome ;
fhir:Resource.id [ fhir:value "c99b414d-e235-4f5f-3333-446ed5f9cd71"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"OperationOutcome_c99b414d-e235-4f5f-3333-446ed5f9cd71\"> </a><p class=\"res-header-id\"><b>Generated Narrative: OperationOutcome c99b414d-e235-4f5f-3333-446ed5f9cd71</b></p><a name=\"c99b414d-e235-4f5f-3333-446ed5f9cd71\"> </a><a name=\"hcc99b414d-e235-4f5f-3333-446ed5f9cd71\"> </a><h3>Issues</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Severity</b></td><td><b>Code</b></td><td><b>Diagnostics</b></td><td><b>Expression</b></td></tr><tr><td style=\"display: none\">*</td><td>Error</td><td>Not Found</td><td>Unknown domain 'unknown-domain'.</td><td>Parameters.parameter.where(name='context')</td></tr></table></div>"
] ;
fhir:OperationOutcome.issue [
fhir:index 0 ;
fhir:OperationOutcome.issue.severity [ fhir:value "error" ] ;
fhir:OperationOutcome.issue.code [ fhir:value "not-found" ] ;
fhir:OperationOutcome.issue.diagnostics [ fhir:value "Unknown domain 'unknown-domain'." ] ;
fhir:OperationOutcome.issue.expression [
fhir:value "Parameters.parameter.where(name='context')" ;
fhir:index 0
]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Bundle/de-pseudonymize-example-bundle-batch-response.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Bundle/de-pseudonymize-example-bundle-batch-response.ttl> .
IG © 2024+ Medizininformatik Initiative. Package PseudonymizationIG#2026.1.0-ballot.1 based on FHIR 4.0.1. Generated 2026-06-29
Links: Table of Contents |
QA Report