Implementation Guide
23.0.0 - R4 APIs
Publish Box goes here
{
"resourceType" : "Endpoint",
"id" : "Example2",
"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 Example2</b></p><a name=\"Example2\"> </a><a name=\"hcExample2\"> </a><a name=\"Example2-en-US\"> </a><p><b>status</b>: Active</p><p><b>connectionType</b>: <a href=\"http://terminology.hl7.org/6.1.0/CodeSystem-endpoint-connection-type.html#endpoint-connection-type-direct-project\">Endpoint Connection Type</a> direct-project: Direct Project</p><p><b>name</b>: https://inferno.healthit.gov/suites/custom/service_base_url/examples/CapabilityStatement</p><p><b>managingOrganization</b>: <a href=\"Organization-Example3.html\">Organization Eastside Internal Medicine</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=\"https://inferno.healthit.gov/suites/custom/service_base_url/examples/CapabilityStatement\">https://inferno.healthit.gov/suites/custom/service_base_url/examples/CapabilityStatement</a></p></div>"
},
"status" : "active",
"connectionType" : {
"system" : "http://terminology.hl7.org/CodeSystem/endpoint-connection-type",
"code" : "direct-project",
"display" : "Direct Project"
},
"name" : "https://inferno.healthit.gov/suites/custom/service_base_url/examples/CapabilityStatement",
"managingOrganization" : {
🔗 "reference" : "Organization/Example3"
},
"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" : "https://inferno.healthit.gov/suites/custom/service_base_url/examples/CapabilityStatement"
}