FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.smart-health-cards-and-links
Resource TypeEndpoint
IdEndpoint-shl-interactive-experience-endpoint-1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Endpoint shl-interactive-experience-endpoint-1

Profile: SHL Endpoint

status: Active

connectionType: SHL Endpoint Connection Type (Example) shl-interactive-experience: SHL Interactive Experience

name: Review and comment on Alice's case in ACME Medical Diagnostic Portal

period: ?? --> 2025-10-20 12:30:00+0000

payloadType: None

address: https://interact.example.org/case-id/521039c3-4bb9-45bd-8271-6001d2f4dea9


Source1

{
  "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": "<!-- snip (see above) -->"
  },
  "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"
}