This page is part of the Guide d'implémentation Fr Core (v2.0.1: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
@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><b>Generated Narrative: Schedule</b><a name=\"FRCoreScheduleExample\"> </a><a name=\"hcFRCoreScheduleExample\"> </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 "FRCoreScheduleExample" </p><p style=\"margin-bottom: 0px\">Profile: <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><blockquote><p><b>url</b></p><code>identifier</code></blockquote><p><b>value</b>: dispo09112020</p><blockquote><p><b>url</b></p><code>type</code></blockquote><p><b>value</b>: Disponibilité (Details: https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-schedule-type code free = 'Disponibilité', stated as 'Disponibilité')</p><blockquote><p><b>url</b></p><code>start</code></blockquote><p><b>value</b>: 2020-11-09 08:00:00+0100</p><blockquote><p><b>url</b></p><code>end</code></blockquote><p><b>value</b>: 2020-11-09 20:00:00+0100</p></blockquote><blockquote><p><b>FR Core Service Type Duration Extension</b></p><blockquote><p><b>url</b></p><code>serviceType</code></blockquote><p><b>value</b>: Hypnotherapy <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-service-type.html\">Service type</a>#22)</span></p><blockquote><p><b>url</b></p><code>duration</code></blockquote><p><b>value</b>: 15 minute<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code min = 'min')</span></p></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>: Médecine générale (SM) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://interop.esante.gouv.fr/ig/nos/1.2.0/CodeSystem-TRE-R38-SpecialiteOrdinale.html\">TRE_R38-SpecialiteOrdinale</a>#SM54)</span></p><p><b>actor</b>: </p><ul><li><a href=\"https://exampleserver.org/fhir/PractitionerRole/1\">https://exampleserver.org/fhir/PractitionerRole/1: Dr Langdon, cabinet Paris</a></li><li><a href=\"https://exampleserver.org/fhir/Practitioner/1\">https://exampleserver.org/fhir/Practitioner/1: Dr Langdon</a></li></ul><p><b>planningHorizon</b>: 2019-01-01 00:00:00+0000 --> 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 ]
] . #
IG © 2023+ Interop'Santé. Package hl7.fhir.fr.core#2.0.1 based on FHIR 4.0.1. Generated 2024-04-16
Liens: Table des matières |
QA |
Historique des versions
| Issue