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

: Schedule-Fastlege-Hans-Hansen - 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 "Schedule-Fastlege-Hans-Hansen"] ; # 
  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=\"Schedule-Fastlege-Hans-Hansen\"> </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;Schedule-Fastlege-Hans-Hansen&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>: 2024-06-08 09:00:00+0000 --&gt; 2024-11-20 15:30:00+0000</p></blockquote><p><b>identifier</b>: id: urn:uuid:d082e865-7a93-46fc-a0a3-681571aed13c</p><p><b>serviceType</b>: Personlig <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>#Personlig)</span></p><p><b>actor</b>: <span>: Fastlege Hans Hansen</span></p><p><b>comment</b>: Jobber mandag, onsdag og fredag</p></div>"
  ] ; # 
  fhir:extension ( [
    ( fhir:extension [
fhir:url [ fhir:v "freePlanningHorizon"^^xsd:anyURI ] ;
fhir:value [
a fhir:Period ;
fhir:start [ fhir:v "2024-06-08T09:00:00Z"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2024-11-20T15:30: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:d082e865-7a93-46fc-a0a3-681571aed13c" ]
  ] ) ; # 
  fhir:serviceType ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://helsenorge.no/fhir/CodeSystem/hn-scheduleAndSlot-type-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Personlig" ]     ] )
  ] ) ; # 
  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 "123456789" ]     ] ;
fhir:display [ fhir:v "Fastlege Hans Hansen" ]
  ] ) ; # 
  fhir:comment [ fhir:v "Jobber mandag, onsdag og fredag"] . #