DK EHMI Endpoint Register (EER)
0.5.0 - ci-build Denmark flag

DK EHMI Endpoint Register (EER), published by . This guide is not an authorized publication; it is the continuous build for version 0.5.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-eer/ and changes regularly. See the Directory of published versions

: EER-Device-Type CodeSystem - TTL Representation

Active as of 2024-02-01

Raw ttl | Download


@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 "eer-device-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 eer-device-type</b></p><a name=\"eer-device-type\"> </a><a name=\"hceer-device-type\"> </a><a name=\"eer-device-type-da-DK\"> </a><p>This case-sensitive code system <code>http://medcomehmi.dk/ig/dk-ehmi-eer/CodeSystem/eer-device-type</code> defines the following codes in an undefined hierarchy:</p><table class=\"codes\"><tr><td><b>Lvl</b></td><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>1</td><td style=\"white-space:nowrap\">EUA<a name=\"eer-device-type-EUA\"> </a></td><td>End User Application</td><td>EUA</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  EOJ<a name=\"eer-device-type-EOJ\"> </a></td><td>Electronical Homecare Journal</td><td>EOJ</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  LPS<a name=\"eer-device-type-LPS\"> </a></td><td>General Practitioner System</td><td>LPS</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  EHR<a name=\"eer-device-type-EHR\"> </a></td><td>Electronical Healthcare Record</td><td>EHR</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">MIDDLEWARE<a name=\"eer-device-type-MIDDLEWARE\"> </a></td><td>eDelivery Access Point</td><td>MIDDLEWARE</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  MSH<a name=\"eer-device-type-MSH\"> </a></td><td>Message Service Handler</td><td>MSH</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  EAP<a name=\"eer-device-type-EAP\"> </a></td><td>eDelivery Access Point</td><td>EAP</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  VANS<a name=\"eer-device-type-VANS\"> </a></td><td>VANS Access Point</td><td>VANS</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://medcomehmi.dk/ig/dk-ehmi-eer/CodeSystem/eer-device-type"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.5.0"] ; # 
  fhir:name [ fhir:v "EerDeviceType"] ; # 
  fhir:title [ fhir:v "EER-Device-Type CodeSystem"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-02-01"^^xsd:date] ; # 
  fhir:description [ fhir:v "CodeSystem containing codes for EER-Device-Type"] ; # 
  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 "End User Application" ] ;
fhir:definition [ fhir:v "EUA" ] ;
    ( fhir:concept [
fhir:code [ fhir:v "EOJ" ] ;
fhir:display [ fhir:v "Electronical Homecare Journal" ] ;
fhir:definition [ fhir:v "EOJ" ]     ] [
fhir:code [ fhir:v "LPS" ] ;
fhir:display [ fhir:v "General Practitioner System" ] ;
fhir:definition [ fhir:v "LPS" ]     ] [
fhir:code [ fhir:v "EHR" ] ;
fhir:display [ fhir:v "Electronical Healthcare Record" ] ;
fhir:definition [ fhir:v "EHR" ]     ] )
  ] [
fhir:code [ fhir:v "MIDDLEWARE" ] ;
fhir:display [ fhir:v "eDelivery Access Point" ] ;
fhir:definition [ fhir:v "MIDDLEWARE" ] ;
    ( fhir:concept [
fhir:code [ fhir:v "MSH" ] ;
fhir:display [ fhir:v "Message Service Handler" ] ;
fhir:definition [ fhir:v "MSH" ]     ] [
fhir:code [ fhir:v "EAP" ] ;
fhir:display [ fhir:v "eDelivery Access Point" ] ;
fhir:definition [ fhir:v "EAP" ]     ] [
fhir:code [ fhir:v "VANS" ] ;
fhir:display [ fhir:v "VANS Access Point" ] ;
fhir:definition [ fhir:v "VANS" ]     ] )
  ] ) . #