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

FHIR IG analytics

Packagedk.ehealth.sundhed.fhir.ig.core
Resource TypeCodeSystem
IdCodeSystem-MessageTypeCS.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/fut-infrastructure/implementation-guide/CodeSystem-MessageTypeCS.html
URLhttp://ehealth.sundhed.dk/cs/message-type
Version10.0.0
Statusactive
Date2026-08-05T10:42:25+00:00
NameMessageTypeCS
TitleMessage Type CodeSystem
Realmdk
DescriptionAllowed codes for message type.
Contentcomplete

Resources that use this resource

ValueSet
dk.ehealth.sundhed.fhir.ig.core#currentehealth-carecommunication-message-typeMessage Type ValueSet

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem MessageTypeCS

This code system http://ehealth.sundhed.dk/cs/message-type defines the following codes:

CodeDisplay
new-message New Message
reply-message Reply
forward-message Forward

Source1

{
  "resourceType": "CodeSystem",
  "id": "MessageTypeCS",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://ehealth.sundhed.dk/cs/message-type",
  "version": "10.0.0",
  "name": "MessageTypeCS",
  "title": "Message Type CodeSystem",
  "status": "active",
  "date": "2026-08-05T10:42:25+00:00",
  "publisher": "Den telemedicinske infrastruktur (eHealth Infrastructure)",
  "contact": [
    {
      "name": "Den telemedicinske infrastruktur (eHealth Infrastructure)",
      "telecom": [
        {
          "system": "url",
          "value": "http://ehealth.sundhed.dk"
        }
      ]
    }
  ],
  "description": "Allowed codes for message type.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "DK",
          "display": "Denmark"
        }
      ]
    }
  ],
  "content": "complete",
  "count": 3,
  "concept": [
    {
      "code": "new-message",
      "display": "New Message"
    },
    {
      "code": "reply-message",
      "display": "Reply"
    },
    {
      "code": "forward-message",
      "display": "Forward"
    }
  ]
}