DK EHMI Terminology, published by MedCom. This guide is not an authorized publication; it is the continuous build for version 0.8.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/medcomdk/dk-ehmi-terminology/ and changes regularly. See the Directory of published versions
Active as of 2023-09-01 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ehmi-delivery-status-source-type"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem ehmi-delivery-status-source-type</b></p><a name=\"ehmi-delivery-status-source-type\"> </a><a name=\"hcehmi-delivery-status-source-type\"> </a><a name=\"ehmi-delivery-status-source-type-da-DK\"> </a><p>This case-sensitive code system <code>http://medcomehmi.dk/ig/dk-ehmi-terminology/CodeSystem/ehmi-delivery-status-source-type</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">EUA<a name=\"ehmi-delivery-status-source-type-EUA\"> </a></td><td>EUA (End-user Application)</td><td>End-user display device, diagnostic device</td></tr><tr><td style=\"white-space:nowrap\">EUA-MSH<a name=\"ehmi-delivery-status-source-type-EUA-MSH\"> </a></td><td>EUA & MSH (End-user Application & Message Service Handler)</td><td>End-user display device, diagnostic device combined with a Message Service Handler</td></tr><tr><td style=\"white-space:nowrap\">MSH<a name=\"ehmi-delivery-status-source-type-MSH\"> </a></td><td>MSH (Application Server)</td><td>ISO level 4-6 operating software.</td></tr><tr><td style=\"white-space:nowrap\">AP-MSH<a name=\"ehmi-delivery-status-source-type-AP-MSH\"> </a></td><td>AP & MSH (Access Point - Message Service Handler)</td><td>Access Point - ISO level 4-6 operating software combined with a Message Service Handler</td></tr><tr><td style=\"white-space:nowrap\">AP<a name=\"ehmi-delivery-status-source-type-AP\"> </a></td><td>AP (Access Point)</td><td>Access Point - ISO level 4-6 operating software.</td></tr><tr><td style=\"white-space:nowrap\">ehmiEUAPPLICATION<a name=\"ehmi-delivery-status-source-type-ehmiEUAPPLICATION\"> </a></td><td>End-user application</td><td>End-user application</td></tr><tr><td style=\"white-space:nowrap\">ehmiMESSAGESERVICEHANDLER<a name=\"ehmi-delivery-status-source-type-ehmiMESSAGESERVICEHANDLER\"> </a></td><td>MSH</td><td>The Message Service Handler that passes the message on</td></tr><tr><td style=\"white-space:nowrap\">ehmiEDELIVERY-AP<a name=\"ehmi-delivery-status-source-type-ehmiEDELIVERY-AP\"> </a></td><td>eDelivery AP</td><td>The eDelivery Access Point that passes the message on</td></tr></table></div>"
] ; #
fhir:url [ fhir:v "http://medcomehmi.dk/ig/dk-ehmi-terminology/CodeSystem/ehmi-delivery-status-source-type"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.8.0"] ; #
fhir:name [ fhir:v "EhmiDeliveryStatusSourceType"] ; #
fhir:title [ fhir:v "EHMI Delivery Status (EDS) Source Type CS"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2023-09-01"^^xsd:date] ; #
fhir:publisher [ fhir:v "MedCom"] ; #
fhir:contact ( [
fhir:name [ fhir:v "MedCom" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://medcom.dk" ] ] )
] ) ; #
fhir:description [ fhir:v "ehmi-delivery-status-audit-source-type for the EHMI Messaging Infrastructure"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "DK" ] ;
fhir:display [ fhir:v "Denmark" ] ] )
] ) ; #
fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "8"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "EUA" ] ;
fhir:display [ fhir:v "EUA (End-user Application)" ] ;
fhir:definition [ fhir:v "End-user display device, diagnostic device" ]
] [
fhir:code [ fhir:v "EUA-MSH" ] ;
fhir:display [ fhir:v "EUA & MSH (End-user Application & Message Service Handler)" ] ;
fhir:definition [ fhir:v "End-user display device, diagnostic device combined with a Message Service Handler" ]
] [
fhir:code [ fhir:v "MSH" ] ;
fhir:display [ fhir:v "MSH (Application Server)" ] ;
fhir:definition [ fhir:v "ISO level 4-6 operating software." ]
] [
fhir:code [ fhir:v "AP-MSH" ] ;
fhir:display [ fhir:v "AP & MSH (Access Point - Message Service Handler)" ] ;
fhir:definition [ fhir:v "Access Point - ISO level 4-6 operating software combined with a Message Service Handler" ]
] [
fhir:code [ fhir:v "AP" ] ;
fhir:display [ fhir:v "AP (Access Point)" ] ;
fhir:definition [ fhir:v "Access Point - ISO level 4-6 operating software." ]
] [
fhir:code [ fhir:v "ehmiEUAPPLICATION" ] ;
fhir:display [ fhir:v "End-user application" ] ;
fhir:definition [ fhir:v "End-user application" ]
] [
fhir:code [ fhir:v "ehmiMESSAGESERVICEHANDLER" ] ;
fhir:display [ fhir:v "MSH" ] ;
fhir:definition [ fhir:v "The Message Service Handler that passes the message on" ]
] [
fhir:code [ fhir:v "ehmiEDELIVERY-AP" ] ;
fhir:display [ fhir:v "eDelivery AP" ] ;
fhir:definition [ fhir:v "The eDelivery Access Point that passes the message on" ]
] ) . #
IG © 2024+ MedCom. Package dk.ehmi.terminology#0.8.0 based on FHIR 4.0.1. Generated 2024-09-25
Links: Table of Contents |
QA Report
| This IG is part of the EHMI universe. EHMI Main site | Accessibility statement (Tilgængelighedserklæring)