Implementation Guide Pseudonymization Interface for the MII
1.1.0 - ci-build

Implementation Guide Pseudonymization Interface for the MII - Local Development build (v1.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Parameters-PseudonymizeMultiple-request-example-1 - JSON Representation

Raw json | Download


{
  "resourceType" : "Parameters",
  "id" : "Parameters-PseudonymizeMultiple-request-example-1",
  "parameter" : [
    {
      "name" : "target",
      "valueString" : "MultiPsnDomain"
    },
    {
      "name" : "value",
      "valueIdentifier" : {
        "system" : "https://sample/multi-psn-capable-system",
        "value" : "H3RAU56A8E"
      }
    },
    {
      "name" : "count",
      "valueInteger" : 3
    }
  ]
}