DK EHMI Terminology
1.0.0 - release Denmark flag

This page is part of the EHMI Terminology (v1.0.0: Release) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions

: EHMI Endpoint Register (EER) - SOR Organization Types CS - TTL Representation

Active as of 2025-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-sor-organization-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-sor-organization-type</b></p><a name=\"eer-sor-organization-type\"> </a><a name=\"hceer-sor-organization-type\"> </a><a name=\"eer-sor-organization-type-da-DK\"> </a><p>This case-sensitive code system <code>http://medcomehmi.dk/ig/terminology/CodeSystem/eer-sor-organization-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></tr><tr><td>1</td><td style=\"white-space:nowrap\">IO<a name=\"eer-sor-organization-type-IO\"> </a></td><td>SOR Organization - Institution Owner IO (DK:IE)</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  HI<a name=\"eer-sor-organization-type-HI\"> </a></td><td>SOR Organization - Healthcare Institution HI (DK:SI)</td></tr><tr><td>3</td><td style=\"white-space:nowrap\">    OU<a name=\"eer-sor-organization-type-OU\"> </a></td><td>SOR Organization - Organizational Unit OU (DK:OE)</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">IE<a name=\"eer-sor-organization-type-IE\"> </a></td><td>SOR Organization - Institution Owner IO</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  SI<a name=\"eer-sor-organization-type-SI\"> </a></td><td>SOR Organization - Healthcare Institution HI</td></tr><tr><td>3</td><td style=\"white-space:nowrap\">    OE<a name=\"eer-sor-organization-type-OE\"> </a></td><td>SOR Organization - Organizational Unit OU</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://medcomehmi.dk/ig/terminology/CodeSystem/eer-sor-organization-type"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "EerMessagingOrganizationType"] ; # 
  fhir:title [ fhir:v "EHMI Endpoint Register (EER) - SOR Organization Types CS"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2025-02-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 "eer-sor-organization-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 "6"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "IO" ] ;
fhir:display [ fhir:v "SOR Organization - Institution Owner IO (DK:IE)" ] ;
    ( fhir:concept [
fhir:code [ fhir:v "HI" ] ;
fhir:display [ fhir:v "SOR Organization - Healthcare Institution HI (DK:SI)" ] ;
      ( fhir:concept [
fhir:code [ fhir:v "OU" ] ;
fhir:display [ fhir:v "SOR Organization - Organizational Unit OU (DK:OE)" ]       ] )     ] )
  ] [
fhir:code [ fhir:v "IE" ] ;
fhir:display [ fhir:v "SOR Organization - Institution Owner IO" ] ;
    ( fhir:concept [
fhir:code [ fhir:v "SI" ] ;
fhir:display [ fhir:v "SOR Organization - Healthcare Institution HI" ] ;
      ( fhir:concept [
fhir:code [ fhir:v "OE" ] ;
fhir:display [ fhir:v "SOR Organization - Organizational Unit OU" ]       ] )     ] )
  ] ) . #