FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CapabilityStatement/ch-elm-documentrecipient

Packagech.fhir.ig.ch-elm
TypeCapabilityStatement
Idch-elm-documentrecipient
FHIR VersionR4
Sourcehttp://fhir.ch/ig/ch-elm/https://build.fhir.org/ig/ahdis/ch-elm/CapabilityStatement-ch-elm-documentrecipient.html
URLhttp://fhir.ch/ig/ch-elm/CapabilityStatement/ch-elm-documentrecipient
Version1.10.0
Statusactive
Date2025-06-23T20:27:52+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.10.0
  • FHIR Version: 4.0.1
  • Supported Formats: application/fhir+xml, application/fhir+json
  • Supported Patch Formats:
  • Published on: 2025-06-23 20:27:52+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

Summary of System-wide Interactions

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

 

Source

{
  "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.10.0",
  "name": "CH_ELM_CapabilityStatement_DocumentRecipient",
  "title": "FOPH CapabilityStatement for receiving laboratory reports",
  "status": "active",
  "experimental": false,
  "date": "2025-06-23T20:27:52+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"
            }
          ]
        }
      ]
    }
  ]
}