Codes, extension, profiles and more
1.0.0 - ci-build Norway flag

Codes, extension, profiles and more - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Codes that should be used for schedule type - TTL Representation

Draft as of 2024-11-07

Raw ttl | Download


@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 -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "hn-schedule-type-cs"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem hn-schedule-type-cs</b></p><a name=\"hn-schedule-type-cs\"> </a><a name=\"hchn-schedule-type-cs\"> </a><a name=\"hn-schedule-type-cs-no-NO\"> </a><p>This case-sensitive code system <code>http://helsenorge.no/fhir/CodeSystem/hn-schedule-type-cs</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td></tr><tr><td style=\"white-space:nowrap\">Lab<a name=\"hn-schedule-type-cs-Lab\"> </a></td></tr><tr><td style=\"white-space:nowrap\">Vaksine<a name=\"hn-schedule-type-cs-Vaksine\"> </a></td></tr><tr><td style=\"white-space:nowrap\">Koronavaksine<a name=\"hn-schedule-type-cs-Koronavaksine\"> </a></td></tr><tr><td style=\"white-space:nowrap\">Koronatest<a name=\"hn-schedule-type-cs-Koronatest\"> </a></td></tr><tr><td style=\"white-space:nowrap\">Behandlertimebok<a name=\"hn-schedule-type-cs-Behandlertimebok\"> </a></td></tr><tr><td style=\"white-space:nowrap\">Annen<a name=\"hn-schedule-type-cs-Annen\"> </a></td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://helsenorge.no/fhir/CodeSystem/hn-schedule-type-cs"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "HnScheduleTypeCS"] ; # 
  fhir:title [ fhir:v "Codes that should be used for schedule type"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-11-07T10:34:59+01:00"^^xsd:dateTime] ; # 
  fhir:description [ fhir:v "Codes that should be used for schedule type."] ; # 
  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:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "6"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "Lab" ] ;
fhir:display [ fhir:v "Lab" ]
  ] [
fhir:code [ fhir:v "Vaksine" ] ;
fhir:display [ fhir:v "Vaksine" ]
  ] [
fhir:code [ fhir:v "Koronavaksine" ] ;
fhir:display [ fhir:v "Koronavaksine" ]
  ] [
fhir:code [ fhir:v "Koronatest" ] ;
fhir:display [ fhir:v "Koronatest" ]
  ] [
fhir:code [ fhir:v "Behandlertimebok" ] ;
fhir:display [ fhir:v "Behandlertimebok" ]
  ] [
fhir:code [ fhir:v "Annen" ] ;
fhir:display [ fhir:v "Annen" ]
  ] ) . #