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

FHIR IG analytics

Packagech.fhir.ig.ch-elm
Resource TypeCapabilityStatement
IdCapabilityStatement-ch-elm-documentrecipient.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/ahdis/ch-elm/CapabilityStatement-ch-elm-documentrecipient.html
URLhttp://fhir.ch/ig/ch-elm/CapabilityStatement/ch-elm-documentrecipient
Version1.14.0-cibuild
Statusactive
Date2026-01-06T12:25:26+00:00
NameCH_ELM_CapabilityStatement_DocumentRecipient
TitleFOPH CapabilityStatement for receiving laboratory reports
Realmch
Authorityhl7
DescriptionCapabilityStatement for receiving laboratory reports
CopyrightCC0-1.0
Kindrequirements

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
PublishDocumentReferenceDocumentReference for sending the report

Narrative

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

Generated Narrative: CapabilityStatement ch-elm-documentrecipient

FOPH CapabilityStatement for receiving laboratory reports

  • Implementation Guide Version: 1.14.0-cibuild
  • FHIR Version: 4.0.1
  • Supported Formats: application/fhir+xml, application/fhir+json
  • Published on: 2026-01-06 12:25:26+0000
  • Published by: Federal Office of Public Health FOPH

Note to Implementers: FHIR Capabilities

Any FHIR capability may be 'allowed' by the system unless explicitly marked as 'SHALL NOT'. A few items are marked as MAY in the Implementation Guide to highlight their potential relevance to the use case.

FHIR RESTful Capabilities

Mode: server

Security

TLS with client certificate required

Capabilities by Resource/Profile

Summary

The summary table lists the resources that are part of this configuration, and for each resource it lists:

  • The relevant profiles (if any)
  • The interactions supported by each resource (Read, Search, Update, and Create, are always shown, while VRead, Patch, Delete, History on Instance, or History on Type are only present if at least one of the resources has support for them.
  • The required, recommended, and some optional search parameters (if any).
  • The linked resources enabled for _include
  • The other resources enabled for _revinclude
  • The operations on the resource (if any)
Resource TypeProfileRSUCSearches_include_revincludeOperations
DocumentReferencehttp://fhir.ch/ig/ch-elm/StructureDefinition/PublishDocumentReferenceyyy_id, _lastupdated, date, identifier, elm-status

Resource Conformance: supported DocumentReference

Profile Conformance
SHALL
Reference Policy

Interaction summary
  • Supports create, read, search-type.

Search Parameters
ConformanceParameterTypeDocumentation
SHALL_idtoken

Logical id of this artifact

SHALL_lastupdateddate

When the resource version last changed

SHALLdatedate

When this document reference was created

SHALLidentifiertoken

The identifier for this DocumentReference

SHALLelm-statustoken

in-progress | failed | completed

 

Source1

{
  "resourceType": "CapabilityStatement",
  "id": "ch-elm-documentrecipient",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://fhir.ch/ig/ch-elm/CapabilityStatement/ch-elm-documentrecipient",
  "version": "1.14.0-cibuild",
  "name": "CH_ELM_CapabilityStatement_DocumentRecipient",
  "title": "FOPH CapabilityStatement for receiving laboratory reports",
  "status": "active",
  "experimental": false,
  "date": "2026-01-06T12:25:26+00:00",
  "publisher": "Federal Office of Public Health FOPH",
  "contact": [
    {
      "name": "Federal Office of Public Health FOPH",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.bag.admin.ch/bag/en/home/das-bag/kontakt-standort.html"
        }
      ]
    }
  ],
  "description": "CapabilityStatement for receiving laboratory reports",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CH"
        }
      ]
    }
  ],
  "copyright": "CC0-1.0",
  "kind": "requirements",
  "fhirVersion": "4.0.1",
  "format": [
    "application/fhir+xml",
    "application/fhir+json"
  ],
  "rest": [
    {
      "mode": "server",
      "security": {
        "description": "TLS with client certificate required"
      },
      "resource": [
        {
          "type": "DocumentReference",
          "profile": "http://fhir.ch/ig/ch-elm/StructureDefinition/PublishDocumentReference",
          "interaction": [
            {
              "code": "create"
            },
            {
              "code": "read"
            },
            {
              "code": "search-type"
            }
          ],
          "searchParam": [
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token",
              "documentation": "Logical id of this artifact"
            },
            {
              "name": "_lastupdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date",
              "documentation": "When the resource version last changed"
            },
            {
              "name": "date",
              "definition": "http://hl7.org/fhir/SearchParameter/DocumentReference-date",
              "type": "date",
              "documentation": "When this document reference was created"
            },
            {
              "name": "identifier",
              "definition": "http://hl7.org/fhir/SearchParameter/clinical-identifier",
              "type": "token",
              "documentation": "The identifier for this DocumentReference"
            },
            {
              "name": "elm-status",
              "definition": "http://fhir.ch/ig/ch-elm/SearchParameter/DocumentReference-ch-elm-status",
              "type": "token",
              "documentation": "in-progress | failed | completed"
            }
          ]
        }
      ]
    }
  ]
}