0.1.0 - draft

NyTimelosingIG - Local Development build (v0.1.0). See the Directory of published versions

: Default codes for appointmentType. - TTL Representation

Draft as of 2024-06-01

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-AppointmentTypeProposed-New-Codes-cs"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://helsenorge.no/fhir/CodeSystem/Hn-AppointmentTypeProposed-New-Codes-cs</code> defines the following codes:</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\">Poliklinisktime<a name=\"Hn-AppointmentTypeProposed-New-Codes-cs-Poliklinisktime\"> </a></td><td>Poliklinisk time</td></tr><tr><td style=\"white-space:nowrap\">Innleggelse<a name=\"Hn-AppointmentTypeProposed-New-Codes-cs-Innleggelse\"> </a></td><td>Innleggelse</td></tr><tr><td style=\"white-space:nowrap\">Dagbehandling<a name=\"Hn-AppointmentTypeProposed-New-Codes-cs-Dagbehandling\"> </a></td><td>Dagbehandling</td></tr><tr><td style=\"white-space:nowrap\">Hjemmebesøk<a name=\"Hn-AppointmentTypeProposed-New-Codes-cs-Hjemmebes.248k\"> </a></td><td>Hjemmebesøk</td></tr><tr><td style=\"white-space:nowrap\">Konsultasjon<a name=\"Hn-AppointmentTypeProposed-New-Codes-cs-Konsultasjon\"> </a></td><td>Konsultasjon</td></tr><tr><td style=\"white-space:nowrap\">Bildediagnostikk<a name=\"Hn-AppointmentTypeProposed-New-Codes-cs-Bildediagnostikk\"> </a></td><td>Bildediagnostikk</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://helsenorge.no/fhir/CodeSystem/Hn-AppointmentTypeProposed-New-Codes-cs"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "HnAppointmentTypeProposedNewCodesCS"] ; # 
  fhir:title [ fhir:v "Default codes for appointmentType."] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-06-01T10:49:22+02:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Example Publisher"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Example Publisher" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://example.org/example-publisher" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "New codes that should be used as default for appointmentType."] ; # 
  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 "Poliklinisktime" ] ;
fhir:display [ fhir:v "Poliklinisk time" ]
  ] [
fhir:code [ fhir:v "Innleggelse" ] ;
fhir:display [ fhir:v "Innleggelse" ]
  ] [
fhir:code [ fhir:v "Dagbehandling" ] ;
fhir:display [ fhir:v "Dagbehandling" ]
  ] [
fhir:code [ fhir:v "Hjemmebesøk" ] ;
fhir:display [ fhir:v "Hjemmebesøk" ]
  ] [
fhir:code [ fhir:v "Konsultasjon" ] ;
fhir:display [ fhir:v "Konsultasjon" ]
  ] [
fhir:code [ fhir:v "Bildediagnostikk" ] ;
fhir:display [ fhir:v "Bildediagnostikk" ]
  ] ) . #