{
  "resourceType": "Endpoint",
  "id": "ExamplePlanNetEndpoint",
  "meta": {
    "lastUpdated": "2021-09-21T23:59:00.0+00:00",
    "profile": [
      "http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/plannet-Endpoint"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource \"ExamplePlanNetEndpoint\" Updated \"Sep 22, 2021, 12:59:00 AM\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/davinci-pdex-plan-net/STU1/StructureDefinition-plannet-Endpoint.html\">Plan-Net Endpoint</a></p></div><p><b>status</b>: active</p><p><b>connectionType</b>: HL7 FHIR (Details: http://terminology.hl7.org/CodeSystem/endpoint-connection-type code hly-fhir-rest = 'hly-fhir-rest', stated as 'HL7 FHIR')</p><p><b>name</b>: Provider Directory</p><p><b>managingOrganization</b>: <a href=\"Organization/Payer1\">Organization/Payer1</a></p><p><b>period</b>: 2021-09-21 --&gt; (ongoing)</p><p><b>payloadType</b>: Not Applicable <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/us/davinci-pdex-plan-net/STU1/CodeSystem-EndpointPayloadTypeCS.html\">Endpoint Payload Types</a>#NA)</span></p><p><b>payloadMimeType</b>: application/json</p><p><b>address</b>: <a href=\"https://example.com/fhir/v1/api/provider-directory/metadata\">https://example.com/fhir/v1/api/provider-directory/metadata</a></p></div>"
  },
  "status": "active",
  "connectionType": {
    "system": "http://terminology.hl7.org/CodeSystem/endpoint-connection-type",
    "code": "hly-fhir-rest",
    "display": "HL7 FHIR"
  },
  "name": "Provider Directory",
  "managingOrganization": {
    "reference": "Organization/Payer1"
  },
  "period": {
    "start": "2021-09-21"
  },
  "payloadType": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/us/davinci-pdex-plan-net/CodeSystem/EndpointPayloadTypeCS",
          "code": "NA",
          "display": "Not Applicable"
        }
      ]
    }
  ],
  "payloadMimeType": [
    "application/json"
  ],
  "address": "https://example.com/fhir/v1/api/provider-directory/metadata"
}