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-interactive-experience-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-interactive-experience-endpoint-1</b></p><a name=\"shl-interactive-experience-endpoint-1\"> </a><a name=\"hcshl-interactive-experience-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=\"CodeSystem-example-shl-endpoint-type.html#example-shl-endpoint-type-shl-interactive-experience\">SHL Endpoint Connection Type (Example) shl-interactive-experience</a>: SHL Interactive Experience</p><p><b>name</b>: Review and comment on Alice's case in ACME Medical Diagnostic Portal</p><p><b>period</b>: ?? --> 2025-10-20 12:30:00+0000</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://interact.example.org/case-id/521039c3-4bb9-45bd-8271-6001d2f4dea9\">https://interact.example.org/case-id/521039c3-4bb9-45bd-8271-6001d2f4dea9</a></p></div>"
},
"status" : "active",
"connectionType" : {
"system" : "http://hl7.org/fhir/uv/smart-health-cards-and-links/CodeSystem/example-shl-endpoint-type",
"code" : "shl-interactive-experience"
},
"name" : "Review and comment on Alice's case in ACME Medical Diagnostic Portal",
"period" : {
"end" : "2025-10-20T12:30:00Z"
},
"payloadType" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/endpoint-payload-type",
"code" : "none"
}
]
}
],
"address" : "https://interact.example.org/case-id/521039c3-4bb9-45bd-8271-6001d2f4dea9"
}