FHIR IG analytics| Package | ans.fhir.fr.tddui |
| Resource Type | Slot |
| Id | Slot-tddui-slot-presence-absence-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
French
Narratif généré : Slot tddui-slot-presence-absence-example
Profil: TDDUI Slot Presence Absence
TDDUI Facturation: true
TDDUI Planned Absence: true
identifier: Patient identifier/3480787529/1012-PA-0001
serviceType: Absent
appointmentType: Hospitalisation de l'usager
schedule: Schedule
status: Busy
start: 2025-04-17 08:00:00+0200
end: 2025-04-17 17:30:00+0200
English
Generated Narrative: Slot tddui-slot-presence-absence-example
Profile: TDDUI Slot Presence Absence
TDDUI Facturation: true
TDDUI Planned Absence: true
identifier: Patient identifier/3480787529/1012-PA-0001
serviceType: Absent
appointmentType: Hospitalisation de l'usager
schedule: Schedule
status: Busy
start: 2025-04-17 08:00:00+0200
end: 2025-04-17 17:30:00+0200
{
"resourceType": "Slot",
"id": "tddui-slot-presence-absence-example",
"meta": {
"profile": [
"https://interop.esante.gouv.fr/ig/fhir/tddui/StructureDefinition/tddui-slot-presence-absence"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "https://interop.esante.gouv.fr/ig/fhir/tddui/StructureDefinition/tddui-facturation",
"valueBoolean": true
},
{
"url": "https://interop.esante.gouv.fr/ig/fhir/tddui/StructureDefinition/tddui-planned-absence",
"valueBoolean": true
}
],
"identifier": [
{
"type": {
"coding": [
{
"system": "https://interop.esante.gouv.fr/ig/fhir/tddui/CodeSystem/tddui-slot-identifier",
"code": "PA"
}
]
},
"system": "https://identifiant-medicosocial-presenceabsence.esante.gouv.fr",
"value": "3480787529/1012-PA-0001"
}
],
"serviceType": [
{
"coding": [
{
"system": "https://smt.esante.gouv.fr/fhir/CodeSystem/tre-r423-type-presence-absence",
"code": "2"
}
]
}
],
"appointmentType": {
"coding": [
{
"system": "https://smt.esante.gouv.fr/fhir/CodeSystem/tre-r424-motif-absence",
"code": "1"
}
]
},
"schedule": {
"reference": "Schedule/tddui-schedule-example"
},
"status": "busy",
"start": "2025-04-17T08:00:00+02:00",
"end": "2025-04-17T17:30:00+02:00"
}