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

FHIR IG Statistics: CodeSystem/ehmi-delivery-status-participationroletype

Packagedk.ehmi.terminology
TypeCodeSystem
Idehmi-delivery-status-participationroletype
FHIR VersionR4
Sourcehttp://medcomehmi.dk/ig/terminology/https://build.fhir.org/ig/medcomdk/dk-ehmi-terminology/CodeSystem-ehmi-delivery-status-participationroletype.html
URLhttp://medcomehmi.dk/ig/terminology/CodeSystem/ehmi-delivery-status-participationroletype
Version1.0.0
Statusactive
Date2025-02-01
NameEhmiDeliveryStatusParticipationRoleType
TitleEHMI Delivery Status (EDS) - ParticipationRoleType CS
Realmdk
Descriptionehmi-delivery-status-participationroletype for the EHMI Messaging Infrastructure
Contentcomplete

Resources that use this resource

ValueSet
ehmi-delivery-status-participationroletype-valuesetEHMI Delivery Status (EDS) - ParticipationRoleType Valueset

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem ehmi-delivery-status-participationroletype

This case-sensitive code system http://medcomehmi.dk/ig/terminology/CodeSystem/ehmi-delivery-status-participationroletype defines the following codes:

CodeDisplayDefinition
ehmiSender SenderThe application that creates a new message
ehmiReceiver ReceiverThe application that receives the new message
ehmiDevice DeviceThe Device that reports the AuditEvent

Source

{
  "resourceType": "CodeSystem",
  "id": "ehmi-delivery-status-participationroletype",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://medcomehmi.dk/ig/terminology/CodeSystem/ehmi-delivery-status-participationroletype",
  "version": "1.0.0",
  "name": "EhmiDeliveryStatusParticipationRoleType",
  "title": "EHMI Delivery Status (EDS) - ParticipationRoleType CS",
  "status": "active",
  "experimental": false,
  "date": "2025-02-01",
  "publisher": "MedCom",
  "contact": [
    {
      "name": "MedCom",
      "telecom": [
        {
          "system": "url",
          "value": "http://medcom.dk"
        }
      ]
    }
  ],
  "description": "ehmi-delivery-status-participationroletype for the EHMI Messaging Infrastructure",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "DK",
          "display": "Denmark"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "count": 3,
  "concept": [
    {
      "code": "ehmiSender",
      "display": "Sender",
      "definition": "The application that creates a new message"
    },
    {
      "code": "ehmiReceiver",
      "display": "Receiver",
      "definition": "The application that receives the new message"
    },
    {
      "code": "ehmiDevice",
      "display": "Device",
      "definition": "The Device that reports the AuditEvent"
    }
  ]
}