Guide d'implémentation Fr Core
2.1.0 - trial-use
Guide d'implémentation Fr Core, published by Interop'Santé. This guide is not an authorized publication; it is the continuous build for version 2.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Interop-Sante/hl7.fhir.fr.core/ and changes regularly. 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 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 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: 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\u00a0(use:\u00a0usual,\u00a0)</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 --> 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"
}
}