0.1.0 - draft

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

: hn-appointment-flag-code-cs - 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-appointment-flag-code-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-appointment-flag-code-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\">cancel<a name=\"hn-appointment-flag-code-cs-cancel\"> </a></td><td>Innbygger kan kansellere timen</td></tr><tr><td style=\"white-space:nowrap\">canChangeAppointmentDialog<a name=\"hn-appointment-flag-code-cs-canChangeAppointmentDialog\"> </a></td><td>Innbygger kan be om endret time (Dialogmeldinger)</td></tr><tr><td style=\"white-space:nowrap\">canUseShortNotice<a name=\"hn-appointment-flag-code-cs-canUseShortNotice\"> </a></td><td>Innbygger kan komme på kort varsel</td></tr><tr><td style=\"white-space:nowrap\">canCancelServiceRequest<a name=\"hn-appointment-flag-code-cs-canCancelServiceRequest\"> </a></td><td>Innbygger kan be om at behandlingsløp avsluttes</td></tr><tr><td style=\"white-space:nowrap\">canChangeConferenceType<a name=\"hn-appointment-flag-code-cs-canChangeConferenceType\"> </a></td><td>Innbygger kan be om endret konferanse type</td></tr><tr><td style=\"white-space:nowrap\">canAcknowledge<a name=\"hn-appointment-flag-code-cs-canAcknowledge\"> </a></td><td>Timen/opphold kan bekreftes av innbygger</td></tr><tr><td style=\"white-space:nowrap\">canChangeAppointment<a name=\"hn-appointment-flag-code-cs-canChangeAppointment\"> </a></td><td>Innbygger kan be om endret time</td></tr><tr><td style=\"white-space:nowrap\">canHaveAppointmentDetails<a name=\"hn-appointment-flag-code-cs-canHaveAppointmentDetails\"> </a></td><td>Det finnes ytterlege timedetaljer på time/timeavtale som kan hentes</td></tr><tr><td style=\"white-space:nowrap\">canInitiateDialog<a name=\"hn-appointment-flag-code-cs-canInitiateDialog\"> </a></td><td>Dialog kan inisieres</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://helsenorge.no/fhir/CodeSystem/hn-appointment-flag-code-cs"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "HnAppointmentFlagCodeCS"] ; # 
  fhir:title [ fhir:v "hn-appointment-flag-code-cs"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^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 "Code system used for Flag codes in nytimeløsing"] ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "9"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "cancel" ] ;
fhir:display [ fhir:v "Innbygger kan kansellere timen" ]
  ] [
fhir:code [ fhir:v "canChangeAppointmentDialog" ] ;
fhir:display [ fhir:v "Innbygger kan be om endret time (Dialogmeldinger)" ]
  ] [
fhir:code [ fhir:v "canUseShortNotice" ] ;
fhir:display [ fhir:v "Innbygger kan komme på kort varsel" ]
  ] [
fhir:code [ fhir:v "canCancelServiceRequest" ] ;
fhir:display [ fhir:v "Innbygger kan be om at behandlingsløp avsluttes" ]
  ] [
fhir:code [ fhir:v "canChangeConferenceType" ] ;
fhir:display [ fhir:v "Innbygger kan be om endret konferanse type" ]
  ] [
fhir:code [ fhir:v "canAcknowledge" ] ;
fhir:display [ fhir:v "Timen/opphold kan bekreftes av innbygger" ]
  ] [
fhir:code [ fhir:v "canChangeAppointment" ] ;
fhir:display [ fhir:v "Innbygger kan be om endret time" ]
  ] [
fhir:code [ fhir:v "canHaveAppointmentDetails" ] ;
fhir:display [ fhir:v "Det finnes ytterlege timedetaljer på time/timeavtale som kan hentes" ]
  ] [
fhir:code [ fhir:v "canInitiateDialog" ] ;
fhir:display [ fhir:v "Dialog kan inisieres" ]
  ] ) . #