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 SOR Organization Types CS - TTL Representation

Active as of 2023-09-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 "ehmi-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 ehmi-sor-organization-type</b></p><a name=\"ehmi-sor-organization-type\"> </a><a name=\"hcehmi-sor-organization-type\"> </a><a name=\"ehmi-sor-organization-type-da-DK\"> </a><p>This case-sensitive code system <code>http://medcomehmi.dk/ig/dk-ehmi-eer/CodeSystem/ehmi-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=\"ehmi-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=\"ehmi-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=\"ehmi-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=\"ehmi-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=\"ehmi-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=\"ehmi-sor-organization-type-OE\"> </a></td><td>SOR Organization - Organizational Unit OU</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://medcomehmi.dk/ig/dk-ehmi-eer/CodeSystem/ehmi-sor-organization-type"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.5.0"] ; # 
  fhir:name [ fhir:v "EerSOROrganization"] ; # 
  fhir:title [ fhir:v "EER SOR Organization Types CS"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2023-09-01"^^xsd:date] ; # 
  fhir:description [ fhir:v "ehmi-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" ]       ] )     ] )
  ] ) . #