eHealth Infrastructure, published by Den telemedicinske infrastruktur (eHealth Infrastructure). This guide is not an authorized publication; it is the continuous build for version 3.3.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/fut-infrastructure/implementation-guide/ and changes regularly. See the Directory of published versions
: Organization Synchronization Status - TTL Representation
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 "ehealth-organization-synchronization-status"] ; #
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 ehealth-organization-synchronization-status</b></p><a name=\"ehealth-organization-synchronization-status\"> </a><a name=\"hcehealth-organization-synchronization-status\"> </a><a name=\"ehealth-organization-synchronization-status-da-DK\"> </a><p>This case-sensitive code system <code>http://ehealth.sundhed.dk/cs/organization-synchronization-status</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">NotSynchronized<a name=\"ehealth-organization-synchronization-status-NotSynchronized\"> </a></td><td>Not synchronized</td><td>Not synchronized</td></tr><tr><td style=\"white-space:nowrap\">EligibleForSynchronization<a name=\"ehealth-organization-synchronization-status-EligibleForSynchronization\"> </a></td><td>Eligible for synchronization</td><td>Eligible for automatic synchronization with the source</td></tr><tr><td style=\"white-space:nowrap\">NoLongerSynchronized<a name=\"ehealth-organization-synchronization-status-NoLongerSynchronized\"> </a></td><td>No longer synchronized</td><td>No longer eligible for automatic synchronization with the source</td></tr></table></div>"
] ; #
fhir:url [ fhir:v "http://ehealth.sundhed.dk/cs/organization-synchronization-status"^^xsd:anyURI] ; #
fhir:version [ fhir:v "3.3.0"] ; #
fhir:name [ fhir:v "OrganizationSynchronizationStatus"] ; #
fhir:title [ fhir:v "Organization Synchronization Status"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2019-06-24T00:00:00+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Den telemedicinske infrastruktur (eHealth Infrastructure)"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Den telemedicinske infrastruktur (eHealth Infrastructure)" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://ehealth.sundhed.dk" ] ] )
] ) ; #
fhir:description [ fhir:v "Organization synchronization status 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:concept ( [
fhir:code [ fhir:v "NotSynchronized" ] ;
fhir:display [ fhir:v "Not synchronized" ] ;
fhir:definition [ fhir:v "Not synchronized" ]
] [
fhir:code [ fhir:v "EligibleForSynchronization" ] ;
fhir:display [ fhir:v "Eligible for synchronization" ] ;
fhir:definition [ fhir:v "Eligible for automatic synchronization with the source" ]
] [
fhir:code [ fhir:v "NoLongerSynchronized" ] ;
fhir:display [ fhir:v "No longer synchronized" ] ;
fhir:definition [ fhir:v "No longer eligible for automatic synchronization with the source" ]
] ) . #