@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.no/helseapi/ig/CodeSystem/no-helseapi-documentreference-category> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "no-helseapi-documentreference-category"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This  code system <code>http://hl7.no/fhir/CodeSystem/no-helseapi-documentreference-category</code> defines the following code:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">clinical-note<a name=\"no-helseapi-documentreference-category-clinical-note\"> </a></td><td>Clinical Note</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.no/fhir/CodeSystem/no-helseapi-documentreference-category"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "NOHelseAPIDocumentReferenceCategoryCodes"] ; # 
  fhir:title [ fhir:v "NO HelseAPI DocumentReferences Category Codes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2024-02-09T18:43:52+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Norsk Helsenett"] ; # 
  fhir:description [ fhir:v "The NO HelseAPI DocumentReferences Category Code System is a 'starter set' of categories supported for fetching and storing DocumentReference Resources."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "NO" ] ;
       fhir:display [ fhir:v "Norway" ]
     ] )
  ] ) ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "1"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "clinical-note" ] ;
     fhir:display [ fhir:v "Clinical Note" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

