FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageths-greifswald.ttp-fhir-gw
Resource TypeBundle
IdBundle-PseudonymizePatient-Bundle-request-example-1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Bundle",
  "id": "PseudonymizePatient-Bundle-request-example-1",
  "type": "batch",
  "entry": [
    {
      "resource": {
        "resourceType": "Parameters",
        "id": "PseudonymizePatient-Bundle-request-example-1-Par1",
        "parameter": [
          {
            "name": "study",
            "valueString": "MyStudy"
          },
          {
            "name": "patient",
            "resource": {
              "resourceType": "Patient",
              "id": "aaaaaaaa-8a1e-4442-af99-50abc27d6f52",
              "meta": {
                "profile": [
                  "https://ths-greifswald.de/fhir/StructureDefinition/epix/Patient"
                ]
              },
              "identifier": [
                {
                  "type": {
                    "coding": [
                      {
                        "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                        "code": "MR"
                      }
                    ]
                  },
                  "system": "http://my.fhir.domain.local/fhir/sid/patients",
                  "value": "1337"
                },
                {
                  "system": "http://fhir.de/sid/gkv/kvid-10",
                  "value": "A123456789"
                },
                {
                  "type": {
                    "coding": [
                      {
                        "code": "A",
                        "system": "https://ths-greifswald.de/fhir/CodeSystem/epix/BloomfilterType"
                      }
                    ]
                  },
                  "system": "https://ths-greifswald.de/fhir/sid/epix/bloomfilter",
                  "value": "SWNoIGJpbiBlaW4gQmxvb21maWx0ZXIuIFZlcnNwcm9jaGVuLg=="
                }
              ]
            }
          },
          {
            "name": "context",
            "part": [
              {
                "name": "target",
                "valueString": "MyStudy-Domain1"
              },
              {
                "name": "count",
                "valueInteger": 1
              }
            ]
          },
          {
            "name": "context",
            "part": [
              {
                "name": "target",
                "valueString": "MyStudy-Domain2"
              },
              {
                "name": "count",
                "valueInteger": 1
              }
            ]
          }
        ]
      },
      "request": {
        "method": "POST",
        "url": "$pseudonymizePatient"
      }
    },
    {
      "resource": {
        "resourceType": "Parameters",
        "id": "PseudonymizePatient-Bundle-request-example-1-Par2",
        "parameter": [
          {
            "name": "study",
            "valueString": "MyStudy"
          },
          {
            "name": "patient",
            "resource": {
              "resourceType": "Patient",
              "id": "bbbbbbbb-e258-4471-9ac3-6dfdfac35a6e",
              "meta": {
                "profile": [
                  "https://ths-greifswald.de/fhir/StructureDefinition/epix/Patient"
                ]
              },
              "identifier": [
                {
                  "type": {
                    "coding": [
                      {
                        "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                        "code": "MR"
                      }
                    ]
                  },
                  "system": "http://my.fhir.domain.local/fhir/sid/patients",
                  "value": "0815"
                },
                {
                  "system": "http://fhir.de/sid/gkv/kvid-10",
                  "value": "Z987654321"
                }
              ],
              "name": [
                {
                  "given": [
                    "Herbert"
                  ],
                  "family": "Hinterlist"
                }
              ]
            }
          },
          {
            "name": "context",
            "part": [
              {
                "name": "target",
                "valueString": "NotMyStudy-Domain15"
              }
            ]
          }
        ]
      },
      "request": {
        "method": "POST",
        "url": "$pseudonymizePatient"
      }
    }
  ]
}