Guide d'implémentation Fr Core
2.1.0 - trial-use France flag

This page is part of the Guide d'implémentation Fr Core (v2.1.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: FRCoreScheduleExample - 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 "FRCoreScheduleExample"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-schedule"^^xsd:anyURI ;
fhir:link <https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-schedule>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Schedule FRCoreScheduleExample</b></p><a name=\"FRCoreScheduleExample\"> </a><a name=\"hcFRCoreScheduleExample\"> </a><a name=\"FRCoreScheduleExample-fr-FR\"> </a><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</a> free: 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: No display for Duration  (value: 15; unit: minute; system: http://unitsofmeasure.org; code: min)</li></ul></blockquote><p><b>identifier</b>: <code>http://frcore.org/scheduleid</code>/45 (use: 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=\"https://exampleserver.org/fhir/PractitionerRole/1\">Dr Langdon, cabinet Paris</a></li><li><a href=\"https://exampleserver.org/fhir/Practitioner/1\">Dr Langdon</a></li></ul><p><b>planningHorizon</b>: 2019-01-01 00:00:00+0000 --&gt; 2020-01-01 00:00:00+0000</p></div>"
  ] ; # 
  fhir:extension ( [
    ( fhir:extension [
fhir:url [ fhir:v "identifier"^^xsd:anyURI ] ;
fhir:value [
a fhir:Identifier ;
fhir:value [ fhir:v "dispo09112020" ]       ]     ] [
fhir:url [ fhir:v "type"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-schedule-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "free" ] ;
fhir:display [ fhir:v "Disponibilité" ]       ]     ] [
fhir:url [ fhir:v "start"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2020-11-09T08:00:00+01:00"^^xsd:dateTime ]     ] [
fhir:url [ fhir:v "end"^^xsd:anyURI ] ;
fhir:value [ 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:extension [
fhir:url [ fhir:v "serviceType"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
        ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/service-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "22" ] ;
fhir:display [ fhir:v "Hypnotherapy" ]         ] )       ]     ] [
fhir:url [ fhir:v "duration"^^xsd:anyURI ] ;
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:code [ fhir:v "min" ]       ]     ] ) ;
fhir:url [ fhir:v "https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-service-type-duration"^^xsd:anyURI ]
  ] ) ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "usual" ] ;
fhir:system [ fhir:v "http://frcore.org/scheduleid"^^xsd:anyURI ] ;
fhir:value [ fhir:v "45" ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:specialty ( [
    ( fhir:coding [
fhir:system [ fhir:v "https://mos.esante.gouv.fr/NOS/TRE_R38-SpecialiteOrdinale/FHIR/TRE-R38-SpecialiteOrdinale"^^xsd:anyURI ] ;
fhir:code [ fhir:v "SM54" ] ;
fhir:display [ fhir:v "Médecine générale (SM)" ]     ] )
  ] ) ; # 
  fhir:actor ( [
fhir:link <https://exampleserver.org/fhir/PractitionerRole/1> ;
fhir:reference [ fhir:v "https://exampleserver.org/fhir/PractitionerRole/1" ] ;
fhir:display [ fhir:v "Dr Langdon, cabinet Paris" ]
  ] [
fhir:link <https://exampleserver.org/fhir/Practitioner/1> ;
fhir:reference [ fhir:v "https://exampleserver.org/fhir/Practitioner/1" ] ;
fhir:display [ fhir:v "Dr Langdon" ]
  ] ) ; # 
  fhir:planningHorizon [
fhir:start [ fhir:v "2019-01-01T00:00:00Z"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2020-01-01T00:00:00Z"^^xsd:dateTime ]
  ] . #