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

Codes, extension, profiles and more - Local Development build (v1.0.0). See the Directory of published versions

: Eksempel-schedule-poliklinikk - TTL Representation

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:Schedule ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Eksempel-schedule-poliklinikk"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://helsenorge.no/fhir/StructureDefinition/hn-basis-schedule"^^xsd:anyURI ;
fhir:link <http://helsenorge.no/fhir/StructureDefinition/hn-basis-schedule>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Schedule</b><a name=\"Eksempel-schedule-poliklinikk\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Schedule &quot;Eksempel-schedule-poliklinikk&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-hn-basis-schedule.html\">HnBasisSchedule</a></p></div><blockquote><p><b>Periode for første og siste ledige slot i timebok</b></p><blockquote><p><b>url</b></p><code>freePlanningHorizon</code></blockquote><p><b>value</b>: 2023-12-18 12:15:00+0000 --&gt; 2023-12-22 15:15:00+0000</p></blockquote><p><b>identifier</b>: id: urn:uuid:925ad87b-31e6-4312-8a55-9d0fce62dac4</p><p><b>active</b>: true</p><p><b>serviceCategory</b>: Specialist Medical <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-service-category.html\">Service category</a>#27)</span></p><p><b>serviceType</b>: Poliklinisk time <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-hn-scheduleAndSlot-type-cs.html\">Codes that should be used for schedule and SlotType.</a>#Poliklinisktime)</span></p><p><b>actor</b>: <span>: Doctor Feelgood</span></p><p><b>planningHorizon</b>: 2023-09-01 09:15:00+0000 --&gt; 2023-12-31 17:00:00+0000</p><p><b>comment</b>: Schedule for Doctor Feelgood</p></div>"
  ] ; # 
  fhir:extension ( [
    ( fhir:extension [
fhir:url [ fhir:v "freePlanningHorizon"^^xsd:anyURI ] ;
fhir:value [
a fhir:Period ;
fhir:start [ fhir:v "2023-12-18T12:15:00Z"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2023-12-22T15:15:00Z"^^xsd:dateTime ]       ]     ] ) ;
fhir:url [ fhir:v "http://helsenorge.no/fhir/StructureDefinition/hn-extension-free-slot-planningHorizon"^^xsd:anyURI ]
  ] ) ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:uuid:925ad87b-31e6-4312-8a55-9d0fce62dac4" ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:serviceCategory ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/service-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "27" ] ;
fhir:display [ fhir:v "Specialist Medical" ]     ] )
  ] ) ; # 
  fhir:serviceType ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://helsenorge.no/fhir/CodeSystem/hn-scheduleAndSlot-type-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Poliklinisktime" ] ;
fhir:display [ fhir:v "Poliklinisk time" ]     ] )
  ] ) ; # 
  fhir:actor ( [
fhir:type [ fhir:v "Practitioner"^^xsd:anyURI ] ;
fhir:identifier [
fhir:system [ fhir:v "urn:oid:2.16.578.1.12.4.1.4.4"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1010101010" ]     ] ;
fhir:display [ fhir:v "Doctor Feelgood" ]
  ] ) ; # 
  fhir:planningHorizon [
fhir:start [ fhir:v "2023-09-01T09:15:00Z"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2023-12-31T17:00:00Z"^^xsd:dateTime ]
  ] ; # 
  fhir:comment [ fhir:v "Schedule for Doctor Feelgood"] . #