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
: shl-interactive-experience-endpoint-1 - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Endpoint ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "shl-interactive-experience-endpoint-1"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/smart-health-cards-and-links/StructureDefinition/shl-endpoint"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/smart-health-cards-and-links/StructureDefinition/shl-endpoint> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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>"^^rdf:XMLLiteral
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:connectionType [
fhir:system [ fhir:v "http://hl7.org/fhir/uv/smart-health-cards-and-links/CodeSystem/example-shl-endpoint-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "shl-interactive-experience" ]
] ; #
fhir:name [ fhir:v "Review and comment on Alice's case in ACME Medical Diagnostic Portal"] ; #
fhir:period [
fhir:end [ fhir:v "2025-10-20T12:30:00Z"^^xsd:dateTime ]
] ; #
fhir:payloadType ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/endpoint-payload-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "none" ] ] )
] ) ; #
fhir:address [ fhir:v "https://interact.example.org/case-id/521039c3-4bb9-45bd-8271-6001d2f4dea9"^^xsd:anyURI] . #