@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-consent-state-codes"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

CodeDisplayDefinition
draft PendingThe consent is in development or awaiting use but is not yet intended to be acted upon.
proposed ProposedThe consent has been proposed but not yet agreed to by all parties. The negotiation stage.
active ActiveThe consent is to be followed and enforced.
rejected RejectedThe consent has been rejected by one or more of the parties.
inactive InactiveThe consent is terminated or replaced.
entered-in-error Entered in ErrorThe consent was created wrongly (e.g. wrong patient) and should be ignored

Additional Language Displays

CodeDansk (Danish, da)
draftUnder udarbejdelse
proposedForslag
activeAktiv
rejectedAfvist
inactiveInaktiv
entered-in-errorFejlindtastning
" ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/consent-state-codes"^^xsd:anyURI] ; # fhir:version [ fhir:v "3.1.0"] ; # fhir:name [ fhir:v "ConsentState"] ; # 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 "Indicates the state of the consent"] ; # fhir:content [ fhir:v "supplement"] ; # fhir:supplements [ fhir:v "http://hl7.org/fhir/consent-state-codes"^^xsd:anyURI ; fhir:link ] ; # fhir:concept ( [ fhir:code [ fhir:v "draft" ] ; fhir:display [ fhir:v "Pending" ] ; fhir:definition [ fhir:v "The consent is in development or awaiting use but is not yet intended to be acted upon." ] ; 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 "Under udarbejdelse" ] ] ) ] [ fhir:code [ fhir:v "proposed" ] ; fhir:display [ fhir:v "Proposed" ] ; fhir:definition [ fhir:v "The consent has been proposed but not yet agreed to by all parties. The negotiation stage." ] ; 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 "Forslag" ] ] ) ] [ fhir:code [ fhir:v "active" ] ; fhir:display [ fhir:v "Active" ] ; fhir:definition [ fhir:v "The consent is to be followed and enforced." ] ; 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 "Aktiv" ] ] ) ] [ fhir:code [ fhir:v "rejected" ] ; fhir:display [ fhir:v "Rejected" ] ; fhir:definition [ fhir:v "The consent has been rejected by one or more of the parties." ] ; 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 "Afvist" ] ] ) ] [ fhir:code [ fhir:v "inactive" ] ; fhir:display [ fhir:v "Inactive" ] ; fhir:definition [ fhir:v "The consent is terminated or replaced." ] ; 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 "Inaktiv" ] ] ) ] [ fhir:code [ fhir:v "entered-in-error" ] ; fhir:display [ fhir:v "Entered in Error" ] ; fhir:definition [ fhir:v "The consent was created wrongly (e.g. wrong patient) and should be ignored" ] ; 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 "Fejlindtastning" ] ] ) ] ) . # # -------------------------------------------------------------------------------------