{
  "resourceType": "Bundle",
  "id": "phi-org3",
  "entry": [
    {
      "request": {
        "method": "PUT",
        "url": "Patient/96e7aa36-6d66-4a9e-bf6b-245d97d8ec1d"
      },
      "fullUrl": "urn:uuid:96e7aa36-6d66-4a9e-bf6b-245d97d8ec1d",
      "resource": {
        "resourceType": "Patient",
        "id": "96e7aa36-6d66-4a9e-bf6b-245d97d8ec1d",
        "meta": {
          "profile": [
            "http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient"
          ]
        },
        "identifier": [
          {
            "system": "http://organization3.example.org/EHR/patients",
            "value": "126"
          },
          {
            "system": "http://fhir.nl/fhir/NamingSystem/bsn",
            "value": "111222333"
          },
          {
            "assigner": {
              "identifier": {
                "system": "http://fhir.nl/fhir/NamingSystem/ura",
                "value": "33333333",
                "type": {
                  "coding": [
                    {
                      "code": "author",
                      "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type"
                    }
                  ]
                }
              }
            },
            "system": "https://cp3-test.example.org/Patient",
            "value": "96e7aa36-6d66-4a9e-bf6b-245d97d8ec1d"
          }
        ],
        "name": [
          {
            "given": [
              "Jaantje"
            ],
            "family": "Merkens"
          }
        ],
        "telecom": [
          {
            "system": "phone",
            "value": "+31612345678"
          },
          {
            "system": "email",
            "value": "j.merkens@bigtech.com"
          }
        ],
        "address": [
          {
            "line": [
              "Kerkstraat 18"
            ],
            "postalCode": "7071 WZ",
            "city": "Ulft"
          }
        ],
        "gender": "female",
        "birthDate": "1950-02-26",
        "managingOrganization": {
          "reference": "Organization/3e799075-63a2-4a4c-913d-a91b8198463d",
          "display": "Organization 1"
        }
      }
    },
    {
      "request": {
        "method": "PUT",
        "url": "MedicationStatement/8732d369-7759-447b-af01-f3e0c601b452"
      },
      "fullUrl": "urn:uuid:8732d369-7759-447b-af01-f3e0c601b452",
      "resource": {
        "resourceType": "MedicationStatement",
        "id": "8732d369-7759-447b-af01-f3e0c601b452",
        "identifier": [
          {
            "assigner": {
              "identifier": {
                "system": "http://fhir.nl/fhir/NamingSystem/ura",
                "value": "33333333",
                "type": {
                  "coding": [
                    {
                      "code": "author",
                      "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type"
                    }
                  ]
                }
              }
            },
            "system": "https://cp3-test.example.org/MedicationStatement",
            "value": "8732d369-7759-447b-af01-f3e0c601b452"
          }
        ],
        "dosage": [
          {
            "timing": {
              "repeat": {
                "frequency": 6,
                "period": 1,
                "periodUnit": "d"
              }
            },
            "doseAndRate": [
              {
                "doseQuantity": {
                  "value": 10,
                  "unit": "mg"
                }
              }
            ],
            "text": "10 mg orally every 4 hours"
          }
        ],
        "status": "active",
        "medicationCodeableConcept": {
          "coding": [
            {
              "code": "L04AA32",
              "system": "http://www.whocc.no/atc",
              "display": "apremilast"
            }
          ]
        },
        "subject": {
          "reference": "Patient/96e7aa36-6d66-4a9e-bf6b-245d97d8ec1d"
        },
        "dateAsserted": "2024-10-03",
        "informationSource": {
          "reference": "PractitionerRole/d60525bd-5caf-4437-8f4b-4156300a27de"
        }
      }
    },
    {
      "request": {
        "method": "PUT",
        "url": "CareTeam/bd8f360a-7bf2-4b65-9202-f3c092525492"
      },
      "fullUrl": "urn:uuid:bd8f360a-7bf2-4b65-9202-f3c092525492",
      "resource": {
        "resourceType": "CareTeam",
        "id": "bd8f360a-7bf2-4b65-9202-f3c092525492",
        "identifier": [
          {
            "assigner": {
              "identifier": {
                "system": "http://fhir.nl/fhir/NamingSystem/ura",
                "value": "33333333",
                "type": {
                  "coding": [
                    {
                      "code": "author",
                      "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type"
                    }
                  ]
                }
              }
            },
            "system": "https://cp3-test.example.org/CareTeam",
            "value": "bd8f360a-7bf2-4b65-9202-f3c092525492"
          }
        ],
        "participant": [
          {
            "period": {
              "start": "2024-08-27"
            },
            "member": {
              "reference": "Patient/96e7aa36-6d66-4a9e-bf6b-245d97d8ec1d"
            }
          },
          {
            "period": {
              "start": "2024-08-27"
            },
            "member": {
              "reference": "PractitionerRole/d60525bd-5caf-4437-8f4b-4156300a27de"
            }
          },
          {
            "period": {
              "start": "2024-08-27"
            },
            "member": {
              "identifier": {
                "system": "http://fhir.nl/fhir/NamingSystem/ura",
                "value": "33333333"
              },
              "reference": "Organization/3e799075-63a2-4a4c-913d-a91b8198463d"
            }
          }
        ]
      }
    }
  ],
  "type": "transaction"
}
