This page is part of the EHMI Terminology (v1.2.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
| Active as of 2025-02-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 -------------------------------------------------------------------
<http://hl7.org/fhir/CodeSystem/ehmi-payload-type> a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "ehmi-payload-type"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem ehmi-payload-type</b></p><a name=\"ehmi-payload-type\"> </a><a name=\"hcehmi-payload-type\"> </a><p>This case-sensitive code system <code>http://medcomehmi.dk/ig/terminology/CodeSystem/ehmi-payload-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></tr><tr><td style=\"white-space:nowrap\">urn:dk:medcom:prod:messaging:fhir<a name=\"ehmi-payload-type-urn.58dk.58medcom.58prod.58messaging.58fhir\"> </a></td><td>MedCom FHIR message as a production message</td></tr><tr><td style=\"white-space:nowrap\">urn:dk:medcom:test:messaging:fhir<a name=\"ehmi-payload-type-urn.58dk.58medcom.58test.58messaging.58fhir\"> </a></td><td>MedCom FHIR message as a test message</td></tr><tr><td style=\"white-space:nowrap\">urn:dk:medcom:prod:messaging:edi<a name=\"ehmi-payload-type-urn.58dk.58medcom.58prod.58messaging.58edi\"> </a></td><td>MedCom edi message as a production message</td></tr><tr><td style=\"white-space:nowrap\">urn:dk:medcom:test:messaging:edi<a name=\"ehmi-payload-type-urn.58dk.58medcom.58test.58messaging.58edi\"> </a></td><td>MedCom edi message as a test message</td></tr><tr><td style=\"white-space:nowrap\">urn:dk:medcom:prod:messaging:oioxml<a name=\"ehmi-payload-type-urn.58dk.58medcom.58prod.58messaging.58oioxml\"> </a></td><td>MedCom oioxml message as a production message</td></tr><tr><td style=\"white-space:nowrap\">urn:dk:medcom:test:messaging:oioxml<a name=\"ehmi-payload-type-urn.58dk.58medcom.58test.58messaging.58oioxml\"> </a></td><td>MedCom oioxml message as a test message</td></tr><tr><td style=\"white-space:nowrap\">urn:dk:medcom:prod:messaging:sbdh<a name=\"ehmi-payload-type-urn.58dk.58medcom.58prod.58messaging.58sbdh\"> </a></td><td>MedCom SBDH envelope as a production message</td></tr><tr><td style=\"white-space:nowrap\">urn:dk:medcom:test:messaging:sbdh<a name=\"ehmi-payload-type-urn.58dk.58medcom.58test.58messaging.58sbdh\"> </a></td><td>MedCom SBDH envelope as a test message</td></tr><tr><td style=\"white-space:nowrap\">urn:dk:medcom:prod:messaging:sbdhack<a name=\"ehmi-payload-type-urn.58dk.58medcom.58prod.58messaging.58sbdhack\"> </a></td><td>MedCom SBDH Ack message as a production message</td></tr><tr><td style=\"white-space:nowrap\">urn:dk:medcom:test:messaging:sbdhack<a name=\"ehmi-payload-type-urn.58dk.58medcom.58test.58messaging.58sbdhack\"> </a></td><td>MedCom SBDH Ack message as a test message</td></tr></table></div>"
] ;
fhir:CodeSystem.url [ fhir:value "http://medcomehmi.dk/ig/terminology/CodeSystem/ehmi-payload-type"] ;
fhir:CodeSystem.version [ fhir:value "1.0.0"] ;
fhir:CodeSystem.name [ fhir:value "EerEndpointPayloadType"] ;
fhir:CodeSystem.title [ fhir:value "EHMI Endpoint Register (EER) - Payload Types CS"] ;
fhir:CodeSystem.status [ fhir:value "active"] ;
fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
fhir:CodeSystem.date [ fhir:value "2025-02-01"^^xsd:date] ;
fhir:CodeSystem.publisher [ fhir:value "MedCom"] ;
fhir:CodeSystem.contact [
fhir:index 0 ;
fhir:ContactDetail.name [ fhir:value "MedCom" ] ;
fhir:ContactDetail.telecom [
fhir:index 0 ;
fhir:ContactPoint.system [ fhir:value "url" ] ;
fhir:ContactPoint.value [ fhir:value "http://medcom.dk" ]
], [
fhir:index 1 ;
fhir:ContactPoint.system [ fhir:value "email" ] ;
fhir:ContactPoint.value [ fhir:value "ehmi@medcom.dk" ]
]
] ;
fhir:CodeSystem.description [ fhir:value "ehmi-payload-types for the EHMI Messaging Infrastructure"] ;
fhir:CodeSystem.jurisdiction [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ] ;
fhir:Coding.code [ fhir:value "DK" ] ;
fhir:Coding.display [ fhir:value "Denmark" ]
]
] ;
fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
fhir:CodeSystem.content [ fhir:value "complete"] ;
fhir:CodeSystem.count [ fhir:value "10"^^xsd:nonNegativeInteger] ;
fhir:CodeSystem.concept [
fhir:index 0 ;
fhir:CodeSystem.concept.code [ fhir:value "urn:dk:medcom:prod:messaging:fhir" ] ;
fhir:CodeSystem.concept.display [ fhir:value "MedCom FHIR message as a production message" ]
], [
fhir:index 1 ;
fhir:CodeSystem.concept.code [ fhir:value "urn:dk:medcom:test:messaging:fhir" ] ;
fhir:CodeSystem.concept.display [ fhir:value "MedCom FHIR message as a test message" ]
], [
fhir:index 2 ;
fhir:CodeSystem.concept.code [ fhir:value "urn:dk:medcom:prod:messaging:edi" ] ;
fhir:CodeSystem.concept.display [ fhir:value "MedCom edi message as a production message" ]
], [
fhir:index 3 ;
fhir:CodeSystem.concept.code [ fhir:value "urn:dk:medcom:test:messaging:edi" ] ;
fhir:CodeSystem.concept.display [ fhir:value "MedCom edi message as a test message" ]
], [
fhir:index 4 ;
fhir:CodeSystem.concept.code [ fhir:value "urn:dk:medcom:prod:messaging:oioxml" ] ;
fhir:CodeSystem.concept.display [ fhir:value "MedCom oioxml message as a production message" ]
], [
fhir:index 5 ;
fhir:CodeSystem.concept.code [ fhir:value "urn:dk:medcom:test:messaging:oioxml" ] ;
fhir:CodeSystem.concept.display [ fhir:value "MedCom oioxml message as a test message" ]
], [
fhir:index 6 ;
fhir:CodeSystem.concept.code [ fhir:value "urn:dk:medcom:prod:messaging:sbdh" ] ;
fhir:CodeSystem.concept.display [ fhir:value "MedCom SBDH envelope as a production message" ]
], [
fhir:index 7 ;
fhir:CodeSystem.concept.code [ fhir:value "urn:dk:medcom:test:messaging:sbdh" ] ;
fhir:CodeSystem.concept.display [ fhir:value "MedCom SBDH envelope as a test message" ]
], [
fhir:index 8 ;
fhir:CodeSystem.concept.code [ fhir:value "urn:dk:medcom:prod:messaging:sbdhack" ] ;
fhir:CodeSystem.concept.display [ fhir:value "MedCom SBDH Ack message as a production message" ]
], [
fhir:index 9 ;
fhir:CodeSystem.concept.code [ fhir:value "urn:dk:medcom:test:messaging:sbdhack" ] ;
fhir:CodeSystem.concept.display [ fhir:value "MedCom SBDH Ack message as a test message" ]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/CodeSystem/ehmi-payload-type.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/CodeSystem/ehmi-payload-type.ttl> .
IG © 2025+ MedCom. Package dk.ehmi.terminology#1.2.0 based on FHIR 4.0.1. Generated 2026-07-22
Links: Table of Contents |
QA Report
| This IG is part of the EHMI universe. EHMI Main site | Accessibility statement (Tilgængelighedserklæring)