@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "hl7.org-fhir-publication-status"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

CodeDisplayDefinition
draft DraftThis resource is still under development and is not yet considered to be ready for normal use.
active ActiveThis resource is ready for normal use.
retired RetiredThis resource has been withdrawn or superseded and should no longer be used.
unknown UnknownThe authoring system does not know which of the status values currently applies for this resource. Note: This concept is not to be used for "other" - one of the listed statuses is presumed to apply, it's just not known which one.

Additional Language Displays

CodeDansk (Danish, da)Nederlands (Dutch, nl)Русский (Russian, ru)
draftUdkastontwerpчерновик
activeAktivactiefактивный
retiredUdgåetverouderdудалён
unknownUkendt
" ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/publication-status"^^xsd:anyURI] ; # fhir:version [ fhir:v "3.1.0"] ; # fhir:name [ fhir:v "PublicationStatus"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2021-10-27T13:27:27+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 "The lifecycle status of a Value Set or Concept Map."] ; # fhir:content [ fhir:v "supplement"] ; # fhir:supplements [ fhir:v "http://hl7.org/fhir/publication-status"^^xsd:anyURI ; fhir:link ] ; # fhir:concept ( [ fhir:code [ fhir:v "draft" ] ; fhir:display [ fhir:v "Draft" ] ; fhir:definition [ fhir:v "This resource is still under development and is not yet considered to be ready for normal use." ] ; fhir:designation ( [ fhir:language [ fhir:v "ru" ] ; fhir:value [ fhir:v "черновик" ] ] [ fhir:language [ fhir:v "nl" ] ; fhir:value [ fhir:v "ontwerp" ] ] [ fhir:language [ fhir:v "da" ] ; fhir:use [ a sct:900000000000013009 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "900000000000013009" ] ] ; fhir:value [ fhir:v "Udkast" ] ] ) ] [ fhir:code [ fhir:v "active" ] ; fhir:display [ fhir:v "Active" ] ; fhir:definition [ fhir:v "This resource is ready for normal use." ] ; fhir:designation ( [ fhir:language [ fhir:v "ru" ] ; fhir:value [ fhir:v "активный" ] ] [ fhir:language [ fhir:v "nl" ] ; fhir:value [ fhir:v "actief" ] ] [ fhir:language [ fhir:v "da" ] ; fhir:use [ a sct:900000000000013009 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "900000000000013009" ] ] ; fhir:value [ fhir:v "Aktiv" ] ] ) ] [ fhir:code [ fhir:v "retired" ] ; fhir:display [ fhir:v "Retired" ] ; fhir:definition [ fhir:v "This resource has been withdrawn or superseded and should no longer be used." ] ; fhir:designation ( [ fhir:language [ fhir:v "ru" ] ; fhir:value [ fhir:v "удалён" ] ] [ fhir:language [ fhir:v "nl" ] ; fhir:value [ fhir:v "verouderd" ] ] [ fhir:language [ fhir:v "da" ] ; fhir:use [ a sct:900000000000013009 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "900000000000013009" ] ] ; fhir:value [ fhir:v "Udgået" ] ] ) ] [ fhir:code [ fhir:v "unknown" ] ; fhir:display [ fhir:v "Unknown" ] ; fhir:definition [ fhir:v "The authoring system does not know which of the status values currently applies for this resource. Note: This concept is not to be used for \"other\" - one of the listed statuses is presumed to apply, it's just not known which one." ] ; fhir:designation ( [ fhir:language [ fhir:v "da" ] ; fhir:use [ a sct:900000000000013009 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "900000000000013009" ] ] ; fhir:value [ fhir:v "Ukendt" ] ] ) ] ) . # # -------------------------------------------------------------------------------------