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-eventCodes.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/medcomdk/dk-medcom-terminology/CodeSystem-medcom-messaging-eventCodes.html
URLhttp://medcomfhir.dk/ig/terminology/CodeSystem/medcom-messaging-eventCodes
Version1.8.1
Statusactive
Date2025-09-22
NameMedComMessageEventCodes
TitleMedComMessagingEventCodes
Realmdk
DescriptionCodeSystem including all types of MedCom messages
Contentcomplete

Resources that use this resource

ConceptMap
medcom-messaging-mapFhirToSorEdiMedComMessagingMapFhirToSorEdi
ValueSet
medcom-messaging-messageTypesMedComMessagingMessageTypes

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem medcom-messaging-eventCodes

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-eventCodes defines the following codes:

CodeDisplaystatuseffectiveDate
empty-message Message with no contentactive2022-10-05
care-communication-message Care Communication Messageactive2024-11-07
hospital-notification-message Hospital Notification Messageactive2022-10-05
acknowledgement-message Acknowledgement Messageactive2022-10-05
homecareobservation-message HomeCare Observation Messageactive2022-10-05

Source1

{
  "resourceType": "CodeSystem",
  "id": "medcom-messaging-eventCodes",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-messaging-eventCodes",
  "version": "1.8.1",
  "name": "MedComMessageEventCodes",
  "title": "MedComMessagingEventCodes",
  "status": "active",
  "experimental": false,
  "date": "2025-09-22",
  "publisher": "MedCom",
  "contact": [
    {
      "name": "MedCom",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.medcom.dk"
        }
      ]
    }
  ],
  "description": "CodeSystem including all types of MedCom messages",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "DK",
          "display": "Denmark"
        }
      ]
    }
  ],
  "caseSensitive": false,
  "content": "complete",
  "count": 5,
  "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": "empty-message",
      "display": "Message with no content",
      "property": [
        {
          "code": "status",
          "valueCode": "active"
        },
        {
          "code": "effectiveDate",
          "valueDateTime": "2022-10-05"
        }
      ]
    },
    {
      "code": "care-communication-message",
      "display": "Care Communication Message",
      "property": [
        {
          "code": "status",
          "valueCode": "active"
        },
        {
          "code": "effectiveDate",
          "valueDateTime": "2024-11-07"
        }
      ]
    },
    {
      "code": "hospital-notification-message",
      "display": "Hospital Notification Message",
      "property": [
        {
          "code": "status",
          "valueCode": "active"
        },
        {
          "code": "effectiveDate",
          "valueDateTime": "2022-10-05"
        }
      ]
    },
    {
      "code": "acknowledgement-message",
      "display": "Acknowledgement Message",
      "property": [
        {
          "code": "status",
          "valueCode": "active"
        },
        {
          "code": "effectiveDate",
          "valueDateTime": "2022-10-05"
        }
      ]
    },
    {
      "code": "homecareobservation-message",
      "display": "HomeCare Observation Message",
      "property": [
        {
          "code": "status",
          "valueCode": "active"
        },
        {
          "code": "effectiveDate",
          "valueDateTime": "2022-10-05"
        }
      ]
    }
  ]
}