FHIR IG analytics| Package | hl7.fhir.fr.core |
| Resource Type | Schedule |
| Id | Schedule-FRCoreScheduleExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Narratif généré : Schedule FRCoreScheduleExample
Profil: FR Core Schedule Profile
FR Core Schedule availability time Extension
- identifier: dispo09112020
- type: FR Core CodeSystem Schedule Type: free (Disponibilité)
- start: 2020-11-09 08:00:00+0100
- end: 2020-11-09 20:00:00+0100
FR Core Service Type Duration Extension
- serviceType: Hypnotherapy
- duration: Pas d'affichage pour Duration (value : 15; unit : minute; system : http://unitsofmeasure.org; code : min)
identifier: http://schedule-identifier-system.org/45 (utilisation : usual, )
active: true
specialty: Médecine générale (SM)
actor:
planningHorizon: 2019-01-01 00:00:00+0000 --> 2020-01-01 00:00:00+0000
{
"resourceType": "Schedule",
"id": "FRCoreScheduleExample",
"meta": {
"profile": [
"https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-schedule"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"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://schedule-identifier-system.org",
"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": "PractitionerRole/FRCorePractitionerRoleExample"
},
{
"reference": "Practitioner/FRCorePractitionerExample"
}
],
"planningHorizon": {
"start": "2019-01-01T00:00:00Z",
"end": "2020-01-01T00:00:00Z"
}
}