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 Valueset - 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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ehmi-sor-organization-type-valueset"] ; # 
  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: ValueSet ehmi-sor-organization-type-valueset</b></p><a name=\"ehmi-sor-organization-type-valueset\"> </a><a name=\"hcehmi-sor-organization-type-valueset\"> </a><a name=\"ehmi-sor-organization-type-valueset-da-DK\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-ehmi-sor-organization-type.html\"><code>http://medcomehmi.dk/ig/dk-ehmi-eer/CodeSystem/ehmi-sor-organization-type</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Dansk (Danish, da)</b></td></tr><tr><td><a href=\"CodeSystem-ehmi-sor-organization-type.html#ehmi-sor-organization-type-IO\">IO</a></td><td>Institution Owner</td><td>Institutionsejer</td></tr><tr><td><a href=\"CodeSystem-ehmi-sor-organization-type.html#ehmi-sor-organization-type-HI\">HI</a></td><td>Healthcare Institution</td><td>Sundhedsinstitution</td></tr><tr><td><a href=\"CodeSystem-ehmi-sor-organization-type.html#ehmi-sor-organization-type-OU\">OU</a></td><td>Organizational Unit</td><td>Organisatorisk enhed</td></tr><tr><td><a href=\"CodeSystem-ehmi-sor-organization-type.html#ehmi-sor-organization-type-IE\">IE</a></td><td>Institution Owner</td><td>Institutionsejer</td></tr><tr><td><a href=\"CodeSystem-ehmi-sor-organization-type.html#ehmi-sor-organization-type-SI\">SI</a></td><td>Healthcare Institution</td><td>Sundhedsinstitution</td></tr><tr><td><a href=\"CodeSystem-ehmi-sor-organization-type.html#ehmi-sor-organization-type-OE\">OE</a></td><td>Organizational Unit</td><td>Organisatorisk enhed</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://medcomehmi.dk/ig/dk-ehmi-eer/ValueSet/ehmi-sor-organization-type-valueset"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.5.0"] ; # 
  fhir:name [ fhir:v "EerSOROrganizationVS"] ; # 
  fhir:title [ fhir:v "EER SOR Organization Types Valueset"] ; # 
  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 "ValueSet containing codes for EHMI ehmi-sor-organization-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:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://medcomehmi.dk/ig/dk-ehmi-eer/CodeSystem/ehmi-sor-organization-type"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "IO" ] ;
fhir:display [ fhir:v "Institution Owner" ] ;
        ( fhir:designation [
fhir:language [ fhir:v "da" ] ;
fhir:value [ fhir:v "Institutionsejer" ]         ] )       ] [
fhir:code [ fhir:v "HI" ] ;
fhir:display [ fhir:v "Healthcare Institution" ] ;
        ( fhir:designation [
fhir:language [ fhir:v "da" ] ;
fhir:value [ fhir:v "Sundhedsinstitution" ]         ] )       ] [
fhir:code [ fhir:v "OU" ] ;
fhir:display [ fhir:v "Organizational Unit" ] ;
        ( fhir:designation [
fhir:language [ fhir:v "da" ] ;
fhir:value [ fhir:v "Organisatorisk enhed" ]         ] )       ] [
fhir:code [ fhir:v "IE" ] ;
fhir:display [ fhir:v "Institution Owner" ] ;
        ( fhir:designation [
fhir:language [ fhir:v "da" ] ;
fhir:value [ fhir:v "Institutionsejer" ]         ] )       ] [
fhir:code [ fhir:v "SI" ] ;
fhir:display [ fhir:v "Healthcare Institution" ] ;
        ( fhir:designation [
fhir:language [ fhir:v "da" ] ;
fhir:value [ fhir:v "Sundhedsinstitution" ]         ] )       ] [
fhir:code [ fhir:v "OE" ] ;
fhir:display [ fhir:v "Organizational Unit" ] ;
        ( fhir:designation [
fhir:language [ fhir:v "da" ] ;
fhir:value [ fhir:v "Organisatorisk enhed" ]         ] )       ] )     ] )
  ] . #