Implementation Guide
23.1.0 - R4 APIs

Publish Box goes here

: General Endpoint Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Endpoint",
  "id" : "Example1",
  "meta" : {
    "profile" : [
      🔗 "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-endpoint-profile"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Endpoint Example1</b></p><a name=\"Example1\"> </a><a name=\"hcExample1\"> </a><a name=\"Example1-en-US\"> </a><p><b>status</b>: Active</p><p><b>connectionType</b>: <a href=\"http://terminology.hl7.org/6.0.1/CodeSystem-endpoint-connection-type.html#endpoint-connection-type-direct-project\">Endpoint Connection Type</a> direct-project: Direct Project</p><p><b>name</b>: test@direct.example.com</p><p><b>managingOrganization</b>: <a href=\"Organization/LO-0\">Organization/LO-0</a></p><p><b>payloadType</b>: <span title=\"Codes:{http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem urn:hl7-org:sdwg:ccda-structuredBody:2.1}\">For documents following C-CDA 2.1 constraints using a structured body</span></p><p><b>payloadMimeType</b>: text/xml</p><p><b>address</b>: <a href=\"mailto:test@direct.example.com\">test@direct.example.com</a></p></div>"
  },
  "status" : "active",
  "connectionType" : {
    "system" : "http://terminology.hl7.org/CodeSystem/endpoint-connection-type",
    "code" : "direct-project",
    "display" : "Direct Project"
  },
  "name" : "test@direct.example.com",
  "managingOrganization" : {
    "reference" : "Organization/LO-0"
  },
  "payloadType" : [
    {
      "coding" : [
        {
          "system" : "http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem",
          "code" : "urn:hl7-org:sdwg:ccda-structuredBody:2.1",
          "display" : "For documents following C-CDA 2.1 constraints using a structured body"
        }
      ],
      "text" : "For documents following C-CDA 2.1 constraints using a structured body"
    }
  ],
  "payloadMimeType" : [
    "text/xml"
  ],
  "address" : "mailto:test@direct.example.com"
}