FHIR IG analytics| Package | hl7.fhir.cl.minsal.tei |
| Resource Type | Appointment |
| Id | Appointment-AgendaEjemplo.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Cita AgendaEjemplo
Profile: Appointment Agendar LE
Medio de Contacto: Llamada
Extension ContactadoLE
- Contactado: true
identifier: 123
status: Booked
start: 2024-02-22 08:00:00-0300
end: 2024-02-22 08:30:00-0300
created: 2024-02-20 16:00:00-0300
participant
actor: PractitionerRole Atendedor
status: Accepted
participant
status: Accepted
{
"resourceType": "Appointment",
"id": "AgendaEjemplo",
"meta": {
"profile": [
"https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/AppointmentAgendarLE"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/ExtensionMediodeContacto",
"valueCodeableConcept": {
"coding": [
{
"system": "https://interoperabilidad.minsal.cl/fhir/ig/tei/CodeSystem/CSMediodeContacto",
"code": "3",
"display": "Llamada"
}
]
}
},
{
"extension": [
{
"url": "Contactado",
"valueBoolean": true
}
],
"url": "https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/Contactado"
}
],
"identifier": [
{
"value": "123"
}
],
"status": "booked",
"start": "2024-02-22T08:00:00-03:00",
"end": "2024-02-22T08:30:00-03:00",
"created": "2024-02-20T16:00:00-03:00",
"participant": [
{
"actor": {
"reference": "PractitionerRole/PractitionerRoleAtendedor",
"type": "PractitionerRole"
},
"status": "accepted"
},
{
"actor": {
"reference": "Patient/EjemploPatientLE",
"type": "Patient"
},
"status": "accepted"
}
]
}