Implementation Guide MII Schnittstelle Pseudonymisierung
1.0.2 - ci-build
Implementation Guide MII Schnittstelle Pseudonymisierung - Local Development build (v1.0.2) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Parameters",
"id" : "PseudonymizeRequestWithIdentifierExample",
"parameter" : [
{
"name" : "target",
"valueString" : "Herausgabe1"
},
{
"name" : "original",
"valueIdentifier" : {
"system" : "https://sample/psn-system",
"value" : "D1CL0CAL1"
}
},
{
"name" : "allowCreate",
"valueBoolean" : true
}
]
}