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

: PseudonymizeIdentifierResponseExample - 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 -------------------------------------------------------------------

<http://hl7.org/fhir/Parameters/PseudonymizeIdentifierResponseExample> a fhir:Parameters ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "PseudonymizeIdentifierResponseExample"] ;
  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://sample/psn-system" ] ;
       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://sample/psn-system" ] ;
       fhir:Identifier.value [ fhir:value "H3RAU56A8E" ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Parameters/PseudonymizeIdentifierResponseExample.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Parameters/PseudonymizeIdentifierResponseExample.ttl> .