Package | ch.fhir.ig.ch-elm |
Type | CapabilityStatement |
Id | ch-elm-documentrecipient |
FHIR Version | R4 |
Source | http://fhir.ch/ig/ch-elm/https://build.fhir.org/ig/ahdis/ch-elm/CapabilityStatement-ch-elm-documentrecipient.html |
URL | http://fhir.ch/ig/ch-elm/CapabilityStatement/ch-elm-documentrecipient |
Version | 1.10.0 |
Status | active |
Date | 2025-06-23T20:27:52+00:00 |
Name | CH_ELM_CapabilityStatement_DocumentRecipient |
Title | FOPH CapabilityStatement for receiving laboratory reports |
Realm | ch |
Authority | hl7 |
Description | CapabilityStatement for receiving laboratory reports |
Copyright | CC0-1.0 |
Kind | requirements |
No resources found
StructureDefinition | |
PublishDocumentReference | DocumentReference for sending the report |
Note: links and images are rebased to the (stated) source
Generated Narrative: CapabilityStatement ch-elm-documentrecipient
application/fhir+xml
, application/fhir+json
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.
server
TLS with client certificate required
The summary table lists the resources that are part of this configuration, and for each resource it lists:
_include
_revinclude
Resource Type | Profile | R | S | U | C | Searches | _include | _revinclude | Operations |
---|---|---|---|---|---|---|---|---|---|
DocumentReference | http://fhir.ch/ig/ch-elm/StructureDefinition/PublishDocumentReference | y | y | y | _id, _lastupdated, date, identifier, elm-status |
create
, read
, search-type
.Conformance | Parameter | Type | Documentation |
---|---|---|---|
SHALL | _id | token | Logical id of this artifact |
SHALL | _lastupdated | date | When the resource version last changed |
SHALL | date | date | When this document reference was created |
SHALL | identifier | token | The identifier for this DocumentReference |
SHALL | elm-status | token | in-progress | failed | completed |
{ "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" } ] } ] } ] }