CH ELM (R4)
1.1.1 - draft Switzerland flag

This page is part of the Observations of notifiable communicable infectious diseases (v1.1.1: STU 1 Draft) based on FHIR (HL7® FHIR® Standard) 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

: CH ELM Foph Business Rules - JSON Representation

Active as of 2024-02-27

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "ch-elm-foph-business-rules",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-insensitive code system <code>http://fhir.ch/ig/ch-elm/CodeSystem/ch-elm-foph-business-rules</code> defines the following codes in a Is-A heirarchy:</p><table class=\"codes\"><tr><td><b>Lvl</b></td><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>1</td><td style=\"white-space:nowrap\">information<a name=\"ch-elm-foph-business-rules-information\"> </a></td><td>Information</td><td>A purely informational message.</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">warning<a name=\"ch-elm-foph-business-rules-warning\"> </a></td><td>Warning</td><td>If the rule is violated, the resource is conformant, but it is not necessarily following best practice.</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">\u00a0\u00a0FOPH-003<a name=\"ch-elm-foph-business-rules-FOPH-003\"> </a></td><td>The following elements for the patient's address are expected: %missingElements%.</td><td/></tr><tr><td>1</td><td style=\"white-space:nowrap\">error<a name=\"ch-elm-foph-business-rules-error\"> </a></td><td>Error</td><td>If the rule is violated, the resource is not conformant.</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">\u00a0\u00a0FOPH-001<a name=\"ch-elm-foph-business-rules-FOPH-001\"> </a></td><td>The provided laboratory identification %identifier% is either unknown or corresponds to a laboratory for which your account does not have reporting permissions. Please verify your laboratory identification. If it's correct, complete the necessary onboarding process before submitting data on behalf of this lab.</td><td/></tr><tr><td>2</td><td style=\"white-space:nowrap\">\u00a0\u00a0FOPH-002<a name=\"ch-elm-foph-business-rules-FOPH-002\"> </a></td><td>The required anonymization for the reported organism was violated.</td><td/></tr></table></div>"
  },
  "url" : "http://fhir.ch/ig/ch-elm/CodeSystem/ch-elm-foph-business-rules",
  "version" : "1.1.1",
  "name" : "ChElmFophBusinessRules",
  "title" : "CH ELM Foph Business Rules",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-02-27T13:22:07+01: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" : "This CH ELM code system describes specific business rules of the FOPH, which are applied during processing. Please note that the set of rules detailed herein only covers processes explicitly declared by the FOPH. Additional rules, not included in this code system, are applied by the FHIR validation logic, resulting in further codes. For more information about these additional codes, consult the official FHIR documentation and the implementation guideline.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "CHE"
        }
      ]
    }
  ],
  "copyright" : "CC0-1.0",
  "caseSensitive" : false,
  "hierarchyMeaning" : "is-a",
  "content" : "complete",
  "concept" : [
    {
      "code" : "information",
      "display" : "Information",
      "definition" : "A purely informational message."
    },
    {
      "code" : "warning",
      "display" : "Warning",
      "definition" : "If the rule is violated, the resource is conformant, but it is not necessarily following best practice.",
      "concept" : [
        {
          "code" : "FOPH-003",
          "display" : "The following elements for the patient's address are expected: %missingElements%."
        }
      ]
    },
    {
      "code" : "error",
      "display" : "Error",
      "definition" : "If the rule is violated, the resource is not conformant.",
      "concept" : [
        {
          "code" : "FOPH-001",
          "display" : "The provided laboratory identification %identifier% is either unknown or corresponds to a laboratory for which your account does not have reporting permissions. Please verify your laboratory identification. If it's correct, complete the necessary onboarding process before submitting data on behalf of this lab."
        },
        {
          "code" : "FOPH-002",
          "display" : "The required anonymization for the reported organism was violated."
        }
      ]
    }
  ]
}