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

: GetPseudonymRequestWithIdentifierExample - 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/GetPseudonymRequestWithIdentifierExample> a fhir:Parameters ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "GetPseudonymRequestWithIdentifierExample"] ;
  fhir:Parameters.parameter [
     fhir:index 0 ;
     fhir:Parameters.parameter.name [ fhir:value "context" ] ;
     fhir:Parameters.parameter.valueIdentifier [
       fhir:Identifier.value [ fhir:value "Transfer1" ]
     ]
  ], [
     fhir:index 1 ;
     fhir:Parameters.parameter.name [ fhir:value "original" ] ;
     fhir:Parameters.parameter.valueIdentifier [
       fhir:Identifier.value [ fhir:value "D1CL0CAL1" ]
     ]
  ] .

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

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