Guide d'implémentation Fr Core
2.0.1 - trial-use
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
{
"resourceType" : "Schedule",
"id" : "FRCoreScheduleExample",
"meta" : {
"profile" : [
🔗 "https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-schedule"
]
},
"text" : {
"status" : "extensions",
"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\u00a0(use:\u00a0usual)</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>"
},
"extension" : [
{
"extension" : [
{
"url" : "identifier",
"valueIdentifier" : {
"value" : "dispo09112020"
}
},
{
"url" : "type",
"valueCoding" : {
"system" : "https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-schedule-type",
"code" : "free",
"display" : "Disponibilité"
}
},
{
"url" : "start",
"valueDateTime" : "2020-11-09T08:00:00+01:00"
},
{
"url" : "end",
"valueDateTime" : "2020-11-09T20:00:00+01:00"
}
],
"url" : "https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-schedule-availability-time"
},
{
"extension" : [
{
"url" : "serviceType",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/service-type",
"code" : "22",
"display" : "Hypnotherapy"
}
]
}
},
{
"url" : "duration",
"valueDuration" : {
"value" : 15,
"unit" : "minute",
"system" : "http://unitsofmeasure.org",
"code" : "min"
}
}
],
"url" : "https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-service-type-duration"
}
],
"identifier" : [
{
"use" : "usual",
"system" : "http://frcore.org/scheduleid",
"value" : "45"
}
],
"active" : true,
"specialty" : [
{
"coding" : [
{
"system" : "https://mos.esante.gouv.fr/NOS/TRE_R38-SpecialiteOrdinale/FHIR/TRE-R38-SpecialiteOrdinale",
"code" : "SM54",
"display" : "Médecine générale (SM)"
}
]
}
],
"actor" : [
{
"reference" : "https://exampleserver.org/fhir/PractitionerRole/1",
"display" : "Dr Langdon, cabinet Paris"
},
{
"reference" : "https://exampleserver.org/fhir/Practitioner/1",
"display" : "Dr Langdon"
}
],
"planningHorizon" : {
"start" : "2019-01-01T00:00:00Z",
"end" : "2020-01-01T00:00:00Z"
}
}