FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/medcom-message-definition-type

Packagemedcom.fhir.dk.terminology
TypeCodeSystem
Idmedcom-message-definition-type
FHIR VersionR4
Sourcehttp://medcomfhir.dk/ig/terminology/https://build.fhir.org/ig/medcomdk/dk-medcom-terminology/CodeSystem-medcom-message-definition-type.html
URLhttp://medcomfhir.dk/ig/terminology/CodeSystem/medcom-message-definition-type
Version2.0.0-draft
Statusactive
Date2024-06-26
NameMedComMessageDefinitionType
TitleMedComMessageDefinitionTypeCodeSystem
Realmdk
DescriptionMedComMessageDefinitionTypeCS for the messaging infrastructure
Contentcomplete

Resources that use this resource

ValueSet
medcom-message-definition-type-valuesetMedComMessageDefinitionTypeValueset

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem medcom-message-definition-type

This case-sensitive code system http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-message-definition-type defines the following codes:

CodeDisplay
EDIFACT Edifact
OIOXML OIOXML
FHIR FHIR
ENVELOPE Envelope

Source

{
  "resourceType": "CodeSystem",
  "id": "medcom-message-definition-type",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-message-definition-type",
  "version": "2.0.0-draft",
  "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"
    }
  ]
}