Implementation Guide MII Schnittstelle Pseudonymisierung
0.9.0 - ci-build

Implementation Guide MII Schnittstelle Pseudonymisierung - Local Development build (v0.9.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: PseudonymizeRequestWithIdentifierExample - JSON Representation

Raw json | Download


{
  "resourceType" : "Parameters",
  "id" : "PseudonymizeRequestWithIdentifierExample",
  "parameter" : [
    {
      "name" : "original",
      "valueIdentifier" : {
        "system" : "https://sample/psn-system",
        "value" : "D1CL0CAL1"
      },
      "part" : [
        {
          "name" : "target",
          "valueString" : "Herausgabe1"
        },
        {
          "name" : "value"
        },
        {
          "name" : "allowCreate",
          "valueBoolean" : true
        }
      ]
    }
  ]
}