{ "resourceType": "Bundle", "id": "ohaas-patient-r4", "type": "collection", "entry": [ { "fullUrl": "https://example.oracle.com/Endpoint/endpoint-example", "resource": { "resourceType": "Endpoint", "id": "endpoint-example", "status": "active", "connectionType": { "system": "http://terminology.hl7.org/CodeSystem/endpoint-connection-type", "code": "hl7-fhir-rest", "display": "HL7 FHIR" }, "payloadType": [ { "coding": [ { "system": "urn:oid:1.3.6.1.4.1.19376.1.2.3", "code": "urn:ihe:pcc:xphr:2007", "display": "Personal Health Records" } ] } ], "address": "https://example.oracle.com/" } }, { "fullUrl": "https://example.oracle.com/Organization/organization-example", "resource": { "resourceType": "Organization", "id": "organization-example", "identifier": [ { "use": "official", "system": "http://hl7.org/fhir/sid/us-npi", "value": "1234567890" } ], "name": "Example Organization", "address": [ { "line": [ "123 Main Street" ], "city": "Anytown", "state": "NY", "postalCode": "12401", "country": "United States of America" } ], "endpoint": [ { "reference": "Endpoint/endpoint-example" } ] } } ] }