HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm
1.1.0 - STU 2 Ballot

This page is part of the electronic Case Reporting (eCR) (v1.1.0: STU 2 on FHIR R4 Ballot 1) based on FHIR R4. The current version which supercedes this version is 2.1.0. For a full list of available versions, see the Directory of published versions

: Endpoint Example: endpoint-ecr-salem-medical-center - JSON Representation

Raw json | Download


{
  "resourceType" : "Endpoint",
  "id" : "endpoint-ecr-salem-medical-center",
  "meta" : {
    "versionId" : "2",
    "lastUpdated" : "2020-10-12T23:26:52.457+00:00",
    "source" : "#Zv5A5rvmSL1RccrV"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <table xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\">\n                <tr>\n                    <td style=\"font-weight: bold\">id:\n          </td>\n                    <td>\n                        <div title=\"id\">endpoint-ecr-salem-medical-center</div>\n                    </td>\n                </tr>\n                <tr>\n                    <td style=\"font-weight: bold\">meta:\n          </td>\n                    <td>\n                        <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                            <li>\n                                <div title=\"versionId\">4</div>\n                            </li>\n                            <li>\n                                <div title=\"lastUpdated\">2019-10-03T02:06:48.000-04:00</div>\n                            </li>\n                        </ul>\n                    </td>\n                </tr>\n                <tr>\n                    <td style=\"font-weight: bold\">status:\n          </td>\n                    <td>\n                        <div title=\"status\">active</div>\n                    </td>\n                </tr>\n                <tr>\n                    <td style=\"font-weight: bold\">connectionType:\n          </td>\n                    <td>\n                        <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                            <li>\n                                <div title=\"system\">\n                                    <a href=\"http://terminology.hl7.org/CodeSystem/endpoint-connection-type\">http://terminology.hl7.org/CodeSystem/endpoint-connection-type</a>\n                                </div>\n                            </li>\n                            <li>\n                                <div title=\"code\">hl7-fhir-rest</div>\n                            </li>\n                        </ul>\n                    </td>\n                </tr>\n                <tr>\n                    <td style=\"font-weight: bold\">payloadType:\n          </td>\n                    <td>\n                        <div title=\"text\">Reportability Response</div>\n                    </td>\n                </tr>\n                <tr>\n                    <td style=\"font-weight: bold\">address:\n          </td>\n                    <td>\n                        <div title=\"address\">http://example.org/salem-medical-center/fhir</div>\n                    </td>\n                </tr>\n            </table>\n        </div>"
  },
  "status" : "active",
  "connectionType" : {
    "system" : "http://terminology.hl7.org/CodeSystem/endpoint-connection-type",
    "code" : "hl7-fhir-rest"
  },
  "payloadType" : [
    {
      "text" : "Reportability Response"
    }
  ],
  "address" : "http://example.org/salem-medical-center/fhir"
}