eHealth Infrastructure
2.3.0 - release

eHealth Infrastructure - Local Development build (v2.3.0). See the Directory of published versions

: Sundhedsvæsenets Organisationsregister (SOR) - TTL Representation

Active as of 2017-01-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:NamingSystem;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "sor"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3>Summary</h3><table class=\"grid\"><tr><td>Defining URL</td><td>http://ehealth.sundhed.dk/fhir/NamingSystem/sor</td></tr><tr><td>Version</td><td>2.3.0</td></tr><tr><td>Name</td><td>Sundhedsvæsenets Organisationsregister (SOR)</td></tr><tr><td>Status</td><td>active</td></tr><tr><td>Definition</td><td><div><p>SOR is provided by the Danish Health Data Authority under the Danish Ministry of Health. The register holds organizations within the Danish health sector, their geographical and virtual addresses as well as codes for their identification and for EDI-communication. Danish Health Data Authority is responsible for issuing and publishing codes to identify organizations across health care sectors and related public and private services. SOR includes organizational data on hospitals, the primary care sector (physiotherapists, general practitioners, dentists etc.) and municipal health service organizations as well as non-health care organizations that need to be able to receive data from the former.</p>\n</div></td></tr><tr><td>Publisher</td><td>Systematic | Trifork</td></tr></table><h3>Identifiers</h3><table class=\"grid\"><tr><td><b>Type</b></td><td><b>Value</b></td></tr><tr><td>OID</td><td>1.2.208.176.1.1</td></tr><tr><td>URI</td><td>urn:oid:1.2.208.176.1.1</td></tr></table></div>"
  ];
  fhir:NamingSystem.name [ fhir:value "Sundhedsvæsenets Organisationsregister (SOR)"];
  fhir:NamingSystem.status [ fhir:value "active"];
  fhir:NamingSystem.kind [ fhir:value "identifier"];
  fhir:NamingSystem.date [ fhir:value "2017-01-01T00:00:00+00:00"^^xsd:dateTime];
  fhir:NamingSystem.publisher [ fhir:value "Systematic | Trifork"];
  fhir:NamingSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "Systematic | Trifork" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://ehealth.sundhed.dk" ]     ]
  ];
  fhir:NamingSystem.responsible [ fhir:value "The Health Service's Organizational Register was developed in the National Board of Health in 2006-2007 in cooperation with the regions and MedCom"];
  fhir:NamingSystem.type [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ];
       fhir:Coding.code [ fhir:value "PRN" ];
       fhir:Coding.display [ fhir:value "Provider number" ]     ]
  ];
  fhir:NamingSystem.description [ fhir:value "SOR is provided by the Danish Health Data Authority under the Danish Ministry of Health. The register holds organizations within the Danish health sector, their geographical and virtual addresses as well as codes for their identification and for EDI-communication. Danish Health Data Authority is responsible for issuing and publishing codes to identify organizations across health care sectors and related public and private services. SOR includes organizational data on hospitals, the primary care sector (physiotherapists, general practitioners, dentists etc.) and municipal health service organizations as well as non-health care organizations that need to be able to receive data from the former."];
  fhir:NamingSystem.uniqueId [
     fhir:index 0;
     fhir:NamingSystem.uniqueId.type [ fhir:value "oid" ];
     fhir:NamingSystem.uniqueId.value [ fhir:value "1.2.208.176.1.1" ]
  ], [
     fhir:index 1;
     fhir:NamingSystem.uniqueId.type [ fhir:value "uri" ];
     fhir:NamingSystem.uniqueId.value [ fhir:value "urn:oid:1.2.208.176.1.1" ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.