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/anonymize-original-example-bundle-batch-request> a fhir:Bundle ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "anonymize-original-example-bundle-batch-request"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://fhir.example.com/StructureDefinition/anonymize-batch-request" ;
fhir:index 0 ;
fhir:link <https://fhir.example.com/StructureDefinition/anonymize-batch-request>
]
] ;
fhir:Bundle.type [ fhir:value "batch"] ;
fhir:Bundle.entry [
fhir:index 0 ;
fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:79378cb8-8f58-1111-a5e8-60ac2755b674" ] ;
fhir:Bundle.entry.resource <urn:uuid:79378cb8-8f58-1111-a5e8-60ac2755b674> ;
fhir:Bundle.entry.request [
fhir:Bundle.entry.request.method [ fhir:value "POST" ] ;
fhir:Bundle.entry.request.url [ fhir:value "$anonymize-original" ]
]
], [
fhir:index 1 ;
fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:628ddc36-c8e4-1111-bac7-2599677a9e7d" ] ;
fhir:Bundle.entry.resource <urn:uuid:628ddc36-c8e4-1111-bac7-2599677a9e7d> ;
fhir:Bundle.entry.request [
fhir:Bundle.entry.request.method [ fhir:value "POST" ] ;
fhir:Bundle.entry.request.url [ fhir:value "$anonymize-original" ]
]
], [
fhir:index 2 ;
fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:46fd24a0-04d4-1111-82ee-8a9cad2b6a86" ] ;
fhir:Bundle.entry.resource <urn:uuid:46fd24a0-04d4-1111-82ee-8a9cad2b6a86> ;
fhir:Bundle.entry.request [
fhir:Bundle.entry.request.method [ fhir:value "POST" ] ;
fhir:Bundle.entry.request.url [ fhir:value "$anonymize-original" ]
]
] .
<urn:uuid:79378cb8-8f58-1111-a5e8-60ac2755b674> a fhir:Parameters ;
fhir:Resource.id [ fhir:value "79378cb8-8f58-1111-a5e8-60ac2755b674"] ;
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" ]
]
] .
<urn:uuid:628ddc36-c8e4-1111-bac7-2599677a9e7d> a fhir:Parameters ;
fhir:Resource.id [ fhir:value "628ddc36-c8e4-1111-bac7-2599677a9e7d"] ;
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 "unknown-original" ]
]
] .
<urn:uuid:46fd24a0-04d4-1111-82ee-8a9cad2b6a86> a fhir:Parameters ;
fhir:Resource.id [ fhir:value "46fd24a0-04d4-1111-82ee-8a9cad2b6a86"] ;
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 "unknown-domain" ]
]
], [
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 "D1CL0CAL3" ]
]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Bundle/anonymize-original-example-bundle-batch-request.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Bundle/anonymize-original-example-bundle-batch-request.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