DK MedCom Terminology
1.7.0 - release Denmark flag

DK MedCom Terminology, published by MedCom. This guide is not an authorized publication; it is the continuous build for version 1.7.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/medcomdk/dk-medcom-terminology/ and changes regularly. See the Directory of published versions

: MedComCoreEncounterActCodes - JSON Representation

Active as of 2022-09-01

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "medcom-core-encounter-act-codes",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem medcom-core-encounter-act-codes</b></p><a name=\"medcom-core-encounter-act-codes\"> </a><a name=\"hcmedcom-core-encounter-act-codes\"> </a><a name=\"hcmedcom-core-encounter-act-codes-da-DK\"> </a><p>This case-insensitive code system <code>http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-core-encounter-act-codes</code> defines the following code:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">other<a name=\"medcom-core-encounter-act-codes-other\"> </a></td><td>Other encounter class</td></tr></table></div>"
  },
  "url" : "http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-core-encounter-act-codes",
  "version" : "1.7.0",
  "name" : "MedComCoreEncounterActCodes",
  "title" : "MedComCoreEncounterActCodes",
  "status" : "active",
  "experimental" : false,
  "date" : "2022-09-01",
  "publisher" : "MedCom",
  "contact" : [
    {
      "name" : "MedCom",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.medcom.dk"
        }
      ]
    }
  ],
  "description" : "CodeSystem with code for classification of an encounter.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "DK",
          "display" : "Denmark"
        }
      ]
    }
  ],
  "caseSensitive" : false,
  "content" : "complete",
  "count" : 1,
  "concept" : [
    {
      "code" : "other",
      "display" : "Other encounter class"
    }
  ]
}