CH EKM (R4)
0.0.1 - ci-build CH

CH EKM (R4), published by Federal Office of Public Health FOPH. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/ahdis/ch-ekm/ and changes regularly. See the Directory of published versions

: Meldung zum klinischen Befund Infektionskrankheit - JSON Representation

Raw json | Download

{
  "resourceType" : "Composition",
  "id" : "ChEkmCompositionExample-Gonorrhoea",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Composition ChEkmCompositionExample-Gonorrhoea</b></p><a name=\"ChEkmCompositionExample-Gonorrhoea\"> </a><a name=\"hcChEkmCompositionExample-Gonorrhoea\"> </a><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 722143004}\">Infectious disease diagnostic study note</span></p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 423876004}\">Clinical report</span></p><p><b>encounter</b>: <a href=\"Encounter-ChEkmEncounterExample-Gonorrhoea.html\">Encounter: status = unknown; class = IMP (IMP); period = 2026-01-19 --&gt; (ongoing)</a></p><p><b>date</b>: 2026-05-27</p><p><b>author</b>: <a href=\"PractitionerRole-ChEkmPractitionerRoleBrokerExample.html\">PractitionerRole</a></p><p><b>title</b>: Meldung zum klinischen Befund Infektionskrankheit</p></div>"
  },
  "status" : "final",
  "type" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "722143004",
        "display" : "Infectious disease diagnostic study note"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "423876004",
          "display" : "Clinical report"
        }
      ]
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/ChEkmPatientInitialsExample"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/ChEkmEncounterExample-Gonorrhoea"
  },
  "date" : "2026-05-27",
  "author" : [
    {
      🔗 "reference" : "PractitionerRole/ChEkmPractitionerRoleBrokerExample"
    }
  ],
  "title" : "Meldung zum klinischen Befund Infektionskrankheit",
  "section" : [
    {
      "title" : "Diagnosis section",
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "29308-4"
          }
        ]
      },
      "entry" : [
        {
          🔗 "reference" : "Condition/ChEkmConditionExample-Gonorrhoea"
        }
      ]
    }
  ]
}