@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "ehealth-organization-synchronization-status"]; # fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.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:CodeSystem.url [ fhir:value "http://ehealth.sundhed.dk/cs/organization-synchronization-status"]; # fhir:CodeSystem.version [ fhir:value "2.7.0"]; # fhir:CodeSystem.name [ fhir:value "OrganizationSynchronizationStatus"]; # fhir:CodeSystem.title [ fhir:value "Organization Synchronization Status"]; # fhir:CodeSystem.status [ fhir:value "active"]; # fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean]; # fhir:CodeSystem.date [ fhir:value "2019-06-24T00:00:00+00:00"^^xsd:dateTime]; # fhir:CodeSystem.publisher [ fhir:value "Systematic | Trifork"]; # fhir:CodeSystem.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:CodeSystem.description [ fhir:value "Organization synchronization status type"]; # fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean]; # fhir:CodeSystem.content [ fhir:value "complete"]; # fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "NotSynchronized" ]; fhir:CodeSystem.concept.display [ fhir:value "Not synchronized" ]; fhir:CodeSystem.concept.definition [ fhir:value "Not synchronized" ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "EligibleForSynchronization" ]; fhir:CodeSystem.concept.display [ fhir:value "Eligible for synchronization" ]; fhir:CodeSystem.concept.definition [ fhir:value "Eligible for automatic synchronization with the source" ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "NoLongerSynchronized" ]; fhir:CodeSystem.concept.display [ fhir:value "No longer synchronized" ]; fhir:CodeSystem.concept.definition [ fhir:value "No longer eligible for automatic synchronization with the source" ] ] . # # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------