@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - 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 "

This code system http://ehealth.sundhed.dk/cs/organization-synchronization-status defines the following codes:

CodeDisplayDefinition
NotSynchronized Not synchronizedNot synchronized
EligibleForSynchronization Eligible for synchronizationEligible for automatic synchronization with the source
NoLongerSynchronized No longer synchronizedNo longer eligible for automatic synchronization with the source
" ] ; # fhir:url [ fhir:v "http://ehealth.sundhed.dk/cs/organization-synchronization-status"^^xsd:anyURI] ; # fhir:version [ fhir:v "2.10.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 "Systematic | Trifork"] ; # fhir:contact ( [ fhir:name [ fhir:v "Systematic | Trifork" ] ; fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://ehealth.sundhed.dk" ] ] ) ] ) ; # fhir:description [ fhir:v "Organization synchronization status type"] ; # 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" ] ] ) . # # -------------------------------------------------------------------------------------