Guide d'implémentation Fr Core
2.1.0 - ci-build
Guide d'implémentation Fr Core - Local Development build (v2.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Appointment",
"id" : "FRCoreAppointmentExample",
"meta" : {
"profile" : [
🔗 "https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-appointment"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narratif généré : Appointment FRCoreAppointmentExample</b></p><a name=\"FRCoreAppointmentExample\"> </a><a name=\"hcFRCoreAppointmentExample\"> </a><a name=\"FRCoreAppointmentExample-fr-FR\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profil: <a href=\"StructureDefinition-fr-core-appointment.html\">FR Core Appointment Profile</a></p></div><p><b>FR Core Appointment Operator Extension</b>: <a href=\"Patient-FRCorePatientExample.html\">Pierre Durand (official) Male, Date de Naissance :1974-12-25 ( NIR définitif\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>identifier</b>: <code>http://appointment-identifier-system.org</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=\"Slot-FRCoreSlotExample.html\">Slot : identifier = http://slot-identifier-system.org#451\u00a0(use:\u00a0usual,\u00a0); serviceType = Friendly Visiting; specialty = Médecine générale (SM); status = free; start = 2019-01-04 09:15:00+0000; end = 2019-01-04 09:30:00+0000</a></p><p><b>created</b>: 2019-01-02</p><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"Patient-FRCorePatientExample.html\">Pierre Durand (official) Male, Date de Naissance :1974-12-25 ( NIR définitif\u00a0(use:\u00a0official,\u00a0))</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=\"PractitionerRole-FRCorePractitionerRoleExample.html\">PractitionerRole Activité de soin et de pharmacie</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=\"Practitioner-FRCorePractitionerExample.html\">Practitioner Leclerc Sophie</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" : "Patient/FRCorePatientExample"
}
}
],
"identifier" : [
{
"system" : "http://appointment-identifier-system.org",
"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" : "Slot/FRCoreSlotExample"
}
],
"created" : "2019-01-02",
"participant" : [
{
"actor" : {
🔗 "reference" : "Patient/FRCorePatientExample"
},
"required" : "required",
"status" : "accepted"
},
{
"actor" : {
🔗 "reference" : "PractitionerRole/FRCorePractitionerRoleExample"
},
"required" : "required",
"status" : "needs-action"
},
{
"actor" : {
🔗 "reference" : "Practitioner/FRCorePractitionerExample"
},
"required" : "required",
"status" : "needs-action"
}
],
"requestedPeriod" : [
{
"start" : "2019-01-04T09:15:00Z"
}
]
}