CH ELM (R4)
1.0.0-trialuse - trial-use Switzerland flag

This page is part of the Observations of notifiable communicable infectious diseases (v1.0.0-trialuse: STU 1 Draft) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Document Recipient implementing Publish Option - JSON Representation

Active as of 2023-09-13

Raw json | Download


{
  "resourceType" : "CapabilityStatement",
  "id" : "ch-elm-documentrecipient",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
  },
  "url" : "http://fhir.ch/ig/ch-elm/CapabilityStatement/ch-elm-documentrecipient",
  "version" : "1.0.0-trialuse",
  "name" : "CH_ELM_CapabilityStatement_DocumentRecipient",
  "title" : "Document Recipient implementing  Publish Option",
  "status" : "active",
  "experimental" : false,
  "date" : "2023-09-13T14:45:41+02: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" : "Document Recipient implementing  Publish",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "CHE"
        }
      ]
    }
  ],
  "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 ceritifcare required"
      },
      "resource" : [
        {
          "type" : "DocumentReference",
          "profile" : "http://fhir.ch/ig/ch-elm/StructureDefinition/PublishDocumentReference",
          "interaction" : [
            {
              "code" : "create"
            },
            {
              "code" : "read"
            }
          ]
        }
      ]
    }
  ]
}