Guide d'implémentation Fr Core
2.1.0-ballot - ballot
This page is part of the Guide d'implémentation Fr Core (v2.1.0-ballot: trial-use Ballot 6) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 2.0.1. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Appointment",
"id" : "FRCoreAppointmentExample",
"meta" : {
"profile" : [
🔗 "https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-appointment"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Appointment FRCoreAppointmentExample</b></p><a name=\"FRCoreAppointmentExample\"> </a><a name=\"hcFRCoreAppointmentExample\"> </a><a name=\"FRCoreAppointmentExample-fr-FR\"> </a><p><b>identifier</b>: <code>http://ans.org/sampleappointment-identifier</code>/123</p><p><b>status</b>: Proposed</p><p><b>serviceType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/service-type 1}\">Adoption/Permanent Care Info/Support</span></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>priority</b>: 5</p><p><b>minutesDuration</b>: 15</p><p><b>slot</b>: <a href=\"https://exampleserver.org/fhir/Slot/example\">https://exampleserver.org/fhir/Slot/example</a></p><p><b>created</b>: 2019-01-02</p><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"https://exampleserver.org/fhir/Patient/1\">M Martin</a></p><p><b>required</b>: Required</p><p><b>status</b>: Accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"https://exampleserver.org/fhir/PractitionerRole/1\">Dr Langdon, cabinet Paris</a></p><p><b>required</b>: Required</p><p><b>status</b>: Needs Action</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"https://exampleserver.org/fhir/Practitioner/1\">Dr Langdon</a></p><p><b>required</b>: Required</p><p><b>status</b>: Needs Action</p></blockquote><p><b>requestedPeriod</b>: 2019-01-04 09:15:00+0000 --> (ongoing)</p></div>"
},
"extension" : [
{
"url" : "https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-appointment-operator",
"valueReference" : {
"reference" : "https://exampleserver.org/fhir/Patient/1"
}
}
],
"identifier" : [
{
"system" : "http://ans.org/sampleappointment-identifier",
"value" : "123"
}
],
"status" : "proposed",
"serviceType" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/service-type",
"code" : "1",
"display" : "Adoption/Permanent Care Info/Support"
}
]
}
],
"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)"
}
]
}
],
"priority" : 5,
"minutesDuration" : 15,
"slot" : [
{
"reference" : "https://exampleserver.org/fhir/Slot/example"
}
],
"created" : "2019-01-02",
"participant" : [
{
"actor" : {
"reference" : "https://exampleserver.org/fhir/Patient/1",
"display" : "M Martin"
},
"required" : "required",
"status" : "accepted"
},
{
"actor" : {
"reference" : "https://exampleserver.org/fhir/PractitionerRole/1",
"display" : "Dr Langdon, cabinet Paris"
},
"required" : "required",
"status" : "needs-action"
},
{
"actor" : {
"reference" : "https://exampleserver.org/fhir/Practitioner/1",
"display" : "Dr Langdon"
},
"required" : "required",
"status" : "needs-action"
}
],
"requestedPeriod" : [
{
"start" : "2019-01-04T09:15:00Z"
}
]
}