@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "ehealth-measurement-sharing-approval-policies"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

This case-sensitive code system http://ehealth.sundhed.dk/cs/measurement-sharing-approval-policies defines the following codes:

CodeDisplayDefinitionDansk (Danish, da)
manual ManualDocument sharing must be approved manuallyDeling af dokument skal godkendes manuelt
automatic AutomaticDocument sharing is approved automaticallyDeling af dokument bliver godkendt automatisk
" ] ; # fhir:url [ fhir:v "http://ehealth.sundhed.dk/cs/measurement-sharing-approval-policies"^^xsd:anyURI] ; # fhir:version [ fhir:v "3.1.0"] ; # fhir:name [ fhir:v "SharingApprovalPolicies"] ; # fhir:title [ fhir:v "Sharing Approval Policies"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2023-11-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 "Sharing approval policies"] ; # fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # fhir:content [ fhir:v "complete"] ; # fhir:concept ( [ fhir:code [ fhir:v "manual" ] ; fhir:display [ fhir:v "Manual" ] ; fhir:definition [ fhir:v "Document sharing must be approved manually" ] ; fhir:designation ( [ fhir:language [ fhir:v "da" ] ; fhir:value [ fhir:v "Deling af dokument skal godkendes manuelt" ] ] ) ] [ fhir:code [ fhir:v "automatic" ] ; fhir:display [ fhir:v "Automatic" ] ; fhir:definition [ fhir:v "Document sharing is approved automatically" ] ; fhir:designation ( [ fhir:language [ fhir:v "da" ] ; fhir:value [ fhir:v "Deling af dokument bliver godkendt automatisk" ] ] ) ] ) . # # -------------------------------------------------------------------------------------