This page is part of the SMART Health Cards and Links FHIR IG (v1.0.0: STU1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
Page standards status: Informative |
{
"resourceType" : "Endpoint",
"id" : "shl-smart-on-fhir-endpoint-1",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/uv/smart-health-cards-and-links/StructureDefinition/shl-endpoint"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Endpoint shl-smart-on-fhir-endpoint-1</b></p><a name=\"shl-smart-on-fhir-endpoint-1\"> </a><a name=\"hcshl-smart-on-fhir-endpoint-1\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-shl-endpoint.html\">SHL Endpoint</a></p></div><p><b>status</b>: Active</p><p><b>connectionType</b>: <a href=\"http://hl7.org/fhir/R4/codesystem-restful-security-service.html#restful-security-service-SMART-on-FHIR\">RestfulSecurityService SMART-on-FHIR</a>: SMART-on-FHIR</p><p><b>name</b>: Labs-R-Us Application Access</p><p><b>payloadType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/endpoint-payload-type none}\">None</span></p><p><b>address</b>: <a href=\"https://fhir.example.org\">https://fhir.example.org</a></p></div>"
},
"status" : "active",
"connectionType" : {
"system" : "http://terminology.hl7.org/CodeSystem/restful-security-service",
"code" : "SMART-on-FHIR"
},
"name" : "Labs-R-Us Application Access",
"payloadType" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/endpoint-payload-type",
"code" : "none"
}
]
}
],
"address" : "https://fhir.example.org"
}