FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagemedcom.fhir.dk.terminology
Resource TypeCodeSystem
IdCodeSystem-medcom-messaging-sorEdiSystem.json
FHIR VersionR4
Sourcehttp://medcomfhir.dk/ig/terminology/2.0.2/CodeSystem-medcom-messaging-sorEdiSystem.html
URLhttp://medcomfhir.dk/ig/terminology/CodeSystem/medcom-messaging-sorEdiSystem
Version1.8.1
Statusactive
Date2025-09-22
NameMedComMessagingSorEdiSystem
TitleMedComMessagingSorEdiCodeSystem
Realmdk
DescriptionCodes for SOREDI message types
Contentcomplete

Resources that use this resource

ConceptMap
medcom.fhir.dk.terminology#2.0.2medcom-messaging-mapFhirToSorEdiMedComMessagingMapFhirToSorEdi
ValueSet
medcom.fhir.dk.terminology#2.0.2medcom-messaging-sorEdiValuesMedComMessagingSorEdiValues

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem medcom-messaging-sorEdiSystem

Properties

This code system defines the following properties for its concepts

NameCodeURITypeDescription
statusstatushttp://hl7.org/fhir/concept-properties#statuscodeA property that indicates the status of the concept. One of active, experimental, deprecated, or retired.
effectiveDateeffectiveDatehttp://hl7.org/fhir/concept-properties#effectiveDatedateTimeThe date at which the concept status was last changed.

Concepts

This case-insensitive code system http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-messaging-sorEdiSystem defines the following codes:

CodeDisplaystatuseffectiveDate
FDIS91 Care Communication Message (Korrepondance meddelelse)active2022-10-05
FDIS20 Hospital Notification Message (Advis om Sygehusophold)active2022-10-05
FCTL Acknowledgement Message (Kvittering)active2022-10-05

Source1

{
  "resourceType": "CodeSystem",
  "id": "medcom-messaging-sorEdiSystem",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-messaging-sorEdiSystem",
  "version": "1.8.1",
  "name": "MedComMessagingSorEdiSystem",
  "title": "MedComMessagingSorEdiCodeSystem",
  "status": "active",
  "experimental": false,
  "date": "2025-09-22",
  "publisher": "MedCom",
  "contact": [
    {
      "name": "MedCom",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.medcom.dk"
        }
      ]
    }
  ],
  "description": "Codes for SOREDI message types",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "DK",
          "display": "Denmark"
        }
      ]
    }
  ],
  "caseSensitive": false,
  "content": "complete",
  "count": 3,
  "property": [
    {
      "code": "status",
      "uri": "http://hl7.org/fhir/concept-properties#status",
      "description": "A property that indicates the status of the concept. One of active, experimental, deprecated, or retired.",
      "type": "code"
    },
    {
      "code": "effectiveDate",
      "uri": "http://hl7.org/fhir/concept-properties#effectiveDate",
      "description": "The date at which the concept status was last changed.",
      "type": "dateTime"
    }
  ],
  "concept": [
    {
      "code": "FDIS91",
      "display": "Care Communication Message (Korrepondance meddelelse)",
      "property": [
        {
          "code": "status",
          "valueCode": "active"
        },
        {
          "code": "effectiveDate",
          "valueDateTime": "2022-10-05"
        }
      ]
    },
    {
      "code": "FDIS20",
      "display": "Hospital Notification Message (Advis om Sygehusophold)",
      "property": [
        {
          "code": "status",
          "valueCode": "active"
        },
        {
          "code": "effectiveDate",
          "valueDateTime": "2022-10-05"
        }
      ]
    },
    {
      "code": "FCTL",
      "display": "Acknowledgement Message (Kvittering)",
      "property": [
        {
          "code": "status",
          "valueCode": "active"
        },
        {
          "code": "effectiveDate",
          "valueDateTime": "2022-10-05"
        }
      ]
    }
  ]
}