This code system http://ehealth.sundhed.dk/cs/organization-synchronization-status
defines the following codes:
Code | Display | Definition |
NotSynchronized | Not synchronized | Not synchronized |
EligibleForSynchronization | Eligible for synchronization | Eligible for automatic synchronization with the source |
NoLongerSynchronized | No longer synchronized | No 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.9.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" ]
] ) . #
# -------------------------------------------------------------------------------------