@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://ehealth.sundhed.dk/fhir/CodeSystem/hl7.org-fhir-consent-state-codes> 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 [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem hl7.org-fhir-consent-state-codes</b></p><a name=\"hl7.org-fhir-consent-state-codes\"> </a><a name=\"hchl7.org-fhir-consent-state-codes\"> </a><p>This code system supplement <code>http://hl7.org/fhir/consent-state-codes</code> defines displays on the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td><td><b>Dansk (Danish, da)</b></td></tr><tr><td><a style=\"white-space:nowrap\" href=\"CodeSystem-hl7.org-fhir-consent-state-codes.html#hl7.org-fhir-consent-state-codes-draft\">draft</a><a name=\"hl7.org-fhir-consent-state-codes-draft\"> </a></td><td>Pending</td><td>The consent is in development or awaiting use but is not yet intended to be acted upon.</td><td>Under udarbejdelse</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"CodeSystem-hl7.org-fhir-consent-state-codes.html#hl7.org-fhir-consent-state-codes-proposed\">proposed</a><a name=\"hl7.org-fhir-consent-state-codes-proposed\"> </a></td><td>Proposed</td><td>The consent has been proposed but not yet agreed to by all parties. The negotiation stage.</td><td>Forslag</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"CodeSystem-hl7.org-fhir-consent-state-codes.html#hl7.org-fhir-consent-state-codes-active\">active</a><a name=\"hl7.org-fhir-consent-state-codes-active\"> </a></td><td>Active</td><td>The consent is to be followed and enforced.</td><td>Aktiv</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"CodeSystem-hl7.org-fhir-consent-state-codes.html#hl7.org-fhir-consent-state-codes-rejected\">rejected</a><a name=\"hl7.org-fhir-consent-state-codes-rejected\"> </a></td><td>Rejected</td><td>The consent has been rejected by one or more of the parties.</td><td>Afvist</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"CodeSystem-hl7.org-fhir-consent-state-codes.html#hl7.org-fhir-consent-state-codes-inactive\">inactive</a><a name=\"hl7.org-fhir-consent-state-codes-inactive\"> </a></td><td>Inactive</td><td>The consent is terminated or replaced.</td><td>Inaktiv</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"CodeSystem-hl7.org-fhir-consent-state-codes.html#hl7.org-fhir-consent-state-codes-entered-in-error\">entered-in-error</a><a name=\"hl7.org-fhir-consent-state-codes-entered-in-error\"> </a></td><td>Entered in Error</td><td>The consent was created wrongly (e.g. wrong patient) and should be ignored</td><td>Fejlindtastning</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-wg>
     ] ;
     fhir:value [
       a fhir:Code ;
       fhir:v "cbcc"
     ]
  ] [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status>
     ] ;
     fhir:value [
       a fhir:Code ;
       fhir:v "trial-use"
     ]
  ] [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm>
     ] ;
     fhir:value [
       a fhir:Integer ;
       fhir:v 2
     ]
  ] ) ; # 
  fhir:url [
     fhir:v "http://hl7.org/fhir/consent-state-codes"^^xsd:anyURI ;
     fhir:l <http://hl7.org/fhir/consent-state-codes>
  ] ; # 
  fhir:version [ fhir:v "8.0.2-SNAPSHOT"] ; # 
  fhir:name [ fhir:v "ConsentState"] ; # 
  fhir:title [ fhir:v "Consent State Codes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  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:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
         fhir:l <urn:iso:std:iso:3166>
       ] ;
       fhir:code [ fhir:v "DK" ] ;
       fhir:display [ fhir:v "Denmark" ]
     ] )
  ] ) ; # 
  fhir:content [ fhir:v "supplement"] ; # 
  fhir:supplements [
     fhir:v "http://hl7.org/fhir/consent-state-codes"^^xsd:anyURI ;
     fhir:l <http://hl7.org/fhir/consent-state-codes>
  ] ; # 
  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:l <http://snomed.info/sct>
         ] ;
         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:l <http://snomed.info/sct>
         ] ;
         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:l <http://snomed.info/sct>
         ] ;
         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:l <http://snomed.info/sct>
         ] ;
         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:l <http://snomed.info/sct>
         ] ;
         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:l <http://snomed.info/sct>
         ] ;
         fhir:code [ fhir:v "900000000000013009" ]
       ] ;
       fhir:value [ fhir:v "Fejlindtastning" ]
     ] )
  ] ) . # 

# -------------------------------------------------------------------------------------

