@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://hl7.fr/ig/fhir/core/Schedule/FRCoreScheduleExample> a fhir:Schedule ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "FRCoreScheduleExample"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-schedule"^^xsd:anyURI ;
       fhir:l <https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-schedule>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narratif généré : Schedule FRCoreScheduleExample</b></p><a name=\"FRCoreScheduleExample\"> </a><a name=\"hcFRCoreScheduleExample\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profil: <a href=\"StructureDefinition-fr-core-schedule.html\">FR Core Schedule Profile</a></p></div><blockquote><p><b>FR Core Schedule availability time Extension</b></p><ul><li>identifier: dispo09112020</li><li>type: <a href=\"CodeSystem-fr-core-cs-schedule-type.html#fr-core-cs-schedule-type-free\">FR Core CodeSystem Schedule Type: free</a> (Disponibilité)</li><li>start: 2020-11-09 08:00:00+0100</li><li>end: 2020-11-09 20:00:00+0100</li></ul></blockquote><blockquote><p><b>FR Core Service Type Duration Extension</b></p><ul><li>serviceType: <span title=\"Codes :{http://terminology.hl7.org/CodeSystem/service-type 22}\">Hypnotherapy</span></li><li>duration: Pas d'affichage pour Duration  (value : 15; unit : minute; system : http://unitsofmeasure.org; code : min)</li></ul></blockquote><p><b>identifier</b>: <code>http://schedule-identifier-system.org</code>/45 (utilisation : usual, )</p><p><b>active</b>: true</p><p><b>specialty</b>: <span title=\"Codes :{https://mos.esante.gouv.fr/NOS/TRE_R38-SpecialiteOrdinale/FHIR/TRE-R38-SpecialiteOrdinale SM54}\">Médecine générale (SM)</span></p><p><b>actor</b>: </p><ul><li><a href=\"PractitionerRole-FRCorePractitionerRoleExample.html\">PractitionerRole Soignant</a></li><li><a href=\"Practitioner-FRCorePractitionerExample.html\">Practitioner Leclerc Sophie</a></li></ul><p><b>planningHorizon</b>: 2019-01-01 00:00:00+0000 --&gt; 2020-01-01 00:00:00+0000</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:extension ( [
       fhir:url [
         fhir:v "identifier"^^xsd:anyURI ;
         fhir:l fhir:identifier
       ] ;
       fhir:value [
         a fhir:Identifier ;
         fhir:value [ fhir:v "dispo09112020" ]
       ]
     ] [
       fhir:url [
         fhir:v "type"^^xsd:anyURI ;
         fhir:l fhir:type
       ] ;
       fhir:value [
         a fhir:Coding ;
         fhir:system [
           fhir:v "https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-schedule-type"^^xsd:anyURI ;
           fhir:l <https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-schedule-type>
         ] ;
         fhir:code [ fhir:v "free" ] ;
         fhir:display [ fhir:v "Disponibilité" ]
       ]
     ] [
       fhir:url [
         fhir:v "start"^^xsd:anyURI ;
         fhir:l fhir:start
       ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2020-11-09T08:00:00+01:00"^^xsd:dateTime
       ]
     ] [
       fhir:url [
         fhir:v "end"^^xsd:anyURI ;
         fhir:l fhir:end
       ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2020-11-09T20:00:00+01:00"^^xsd:dateTime
       ]
     ] ) ;
     fhir:url [
       fhir:v "https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-schedule-availability-time"^^xsd:anyURI ;
       fhir:l <https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-schedule-availability-time>
     ]
  ] [
     fhir:extension ( [
       fhir:url [
         fhir:v "serviceType"^^xsd:anyURI ;
         fhir:l fhir:serviceType
       ] ;
       fhir:value [
         a fhir:CodeableConcept ;
         fhir:coding ( [
           fhir:system [
             fhir:v "http://terminology.hl7.org/CodeSystem/service-type"^^xsd:anyURI ;
             fhir:l <http://terminology.hl7.org/CodeSystem/service-type>
           ] ;
           fhir:code [ fhir:v "22" ] ;
           fhir:display [ fhir:v "Hypnotherapy" ]
         ] )
       ]
     ] [
       fhir:url [
         fhir:v "duration"^^xsd:anyURI ;
         fhir:l fhir:duration
       ] ;
       fhir:value [
         a fhir:Duration ;
         fhir:value [ fhir:v "15"^^xsd:decimal ] ;
         fhir:unit [ fhir:v "minute" ] ;
         fhir:system [
           fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
           fhir:l <http://unitsofmeasure.org>
         ] ;
         fhir:code [ fhir:v "min" ]
       ]
     ] ) ;
     fhir:url [
       fhir:v "https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-service-type-duration"^^xsd:anyURI ;
       fhir:l <https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-service-type-duration>
     ]
  ] ) ; # 
  fhir:identifier ( [
     fhir:use [ fhir:v "usual" ] ;
     fhir:system [
       fhir:v "http://schedule-identifier-system.org"^^xsd:anyURI ;
       fhir:l <http://schedule-identifier-system.org>
     ] ;
     fhir:value [ fhir:v "45" ]
  ] ) ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:specialty ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "https://mos.esante.gouv.fr/NOS/TRE_R38-SpecialiteOrdinale/FHIR/TRE-R38-SpecialiteOrdinale"^^xsd:anyURI ;
         fhir:l <https://mos.esante.gouv.fr/NOS/TRE_R38-SpecialiteOrdinale/FHIR/TRE-R38-SpecialiteOrdinale>
       ] ;
       fhir:code [ fhir:v "SM54" ] ;
       fhir:display [ fhir:v "Médecine générale (SM)" ]
     ] )
  ] ) ; # 
  fhir:actor ( [
     fhir:l <https://hl7.fr/ig/fhir/core/PractitionerRole/FRCorePractitionerRoleExample> ;
     fhir:reference [ fhir:v "PractitionerRole/FRCorePractitionerRoleExample" ]
  ] [
     fhir:l <https://hl7.fr/ig/fhir/core/Practitioner/FRCorePractitionerExample> ;
     fhir:reference [ fhir:v "Practitioner/FRCorePractitionerExample" ]
  ] ) ; # 
  fhir:planningHorizon [
     fhir:start [ fhir:v "2019-01-01T00:00:00Z"^^xsd:dateTime ] ;
     fhir:end [ fhir:v "2020-01-01T00:00:00Z"^^xsd:dateTime ]
  ] . # 

# -------------------------------------------------------------------------------------

