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

: MedComMessageDefinitionTypeCodeSystem - JSON Representation

Active as of 2024-06-26

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "medcom-message-definition-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem medcom-message-definition-type</b></p><a name=\"medcom-message-definition-type\"> </a><a name=\"hcmedcom-message-definition-type\"> </a><a name=\"hcmedcom-message-definition-type-da-DK\"> </a><p>This case-sensitive code system <code>http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-message-definition-type</code> defines the following codes:</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\">EDIFACT<a name=\"medcom-message-definition-type-EDIFACT\"> </a></td><td>Edifact</td></tr><tr><td style=\"white-space:nowrap\">OIOXML<a name=\"medcom-message-definition-type-OIOXML\"> </a></td><td>OIOXML</td></tr><tr><td style=\"white-space:nowrap\">FHIR<a name=\"medcom-message-definition-type-FHIR\"> </a></td><td>FHIR</td></tr><tr><td style=\"white-space:nowrap\">ENVELOPE<a name=\"medcom-message-definition-type-ENVELOPE\"> </a></td><td>Envelope</td></tr></table></div>"
  },
  "url" : "http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-message-definition-type",
  "version" : "1.7.0",
  "name" : "MedComMessageDefinitionType",
  "title" : "MedComMessageDefinitionTypeCodeSystem",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-06-26",
  "publisher" : "MedCom",
  "contact" : [
    {
      "name" : "MedCom",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.medcom.dk"
        }
      ]
    }
  ],
  "description" : "MedComMessageDefinitionTypeCS for the messaging infrastructure",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "DK",
          "display" : "Denmark"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 4,
  "concept" : [
    {
      "code" : "EDIFACT",
      "display" : "Edifact"
    },
    {
      "code" : "OIOXML",
      "display" : "OIOXML"
    },
    {
      "code" : "FHIR",
      "display" : "FHIR"
    },
    {
      "code" : "ENVELOPE",
      "display" : "Envelope"
    }
  ]
}