{
  "resourceType" : "Endpoint",
  "id" : "example-healthcare-endpoint",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2020-11-29T02:03:28.045+00:00",
    "profile" : ["http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-endpoint"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      <p>Healthcare Endpoint Sender and Receiver</p>  \n    </div>"
  },
  "identifier" : [{
    "system" : "http://example.org/healthcare.org/endpoint-identifier",
    "value" : "healthcare-endpoint-id"
  }],
  "status" : "active",
  "connectionType" : {
    "system" : "http://terminology.hl7.org/CodeSystem/endpoint-connection-type",
    "code" : "hl7-fhir-rest"
  },
  "name" : "HealthCareSenderAndReceiver",
  "managingOrganization" : {
    "reference" : "Organization/example-cancer-org"
  },
  "contact" : [{
    "system" : "email",
    "value" : "endpointmanager@example.healthcare.org",
    "use" : "work"
  }],
  "period" : {
    "start" : "2020-11-20"
  },
  "payloadType" : [{
    "coding" : [{
      "system" : "http://hl7.org/fhir/resource-types",
      "code" : "Bundle"
    }]
  }],
  "payloadMimeType" : ["application/fhir+xml",
  "application/fhir+json"],
  "address" : "http://example.org/healthcare.org/fhir"
}