Tiempos de Espera Interoperable - Local Development build (v0.1.5). See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Appointment ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "EjemploAppointmentAgendarCancelar"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/AppointmentAgendarLE"^^xsd:anyURI ;
fhir:link <https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/AppointmentAgendarLE> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Appointment</b><a name=\"EjemploAppointmentAgendarCancelar\"> </a></p><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\">Resource Appointment "EjemploAppointmentAgendarCancelar" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-AppointmentAgendarLE.html\">AppointmentAgendarLE</a></p></div><blockquote><p><b>Contactado</b></p><blockquote><p><b>url</b></p><code>MotivoNoContactabilidad</code></blockquote><p><b>value</b>: Otro <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-CSMotivoNoContactabilidad.html\">Motivo No Contactabilidad</a>#1)</span></p><blockquote><p><b>url</b></p><a href=\"StructureDefinition-Contactado.html\">Contactado</a></blockquote><p><b>value</b>: true</p></blockquote><p><b>identifier</b>: id: 21</p><p><b>status</b>: cancelled</p><p><b>cancelationReason</b>: pat <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-appointment-cancellation-reason.html\">Appointment cancellation reason</a>#pat)</span></p><p><b>start</b>: Jan 22, 2023, 6:00:00 AM</p><p><b>end</b>: Jan 22, 2023, 6:30:00 AM</p><p><b>basedOn</b>: <a href=\"Bundle-EjemploBundleAgendar.html#http-//acme.com/ehr/fhir/ServiceRequest/agendar\">http://acme.com/ehr/fhir/ServiceRequest/agendar</a></p><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"Bundle-EjemploBundleAtender.html#http-//acme.com/ehr/fhir/Patient/EjemploPatient\">http://acme.com/ehr/fhir/Patient/EjemploPatient</a></p><p><b>status</b>: accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"http://acme.com/ehr/fhir/PractitionerRoleLE/agendarAtendedor\">http://acme.com/ehr/fhir/PractitionerRoleLE/agendarAtendedor</a></p><p><b>status</b>: accepted</p></blockquote></div>"
] ; #
fhir:extension ( [
( fhir:extension [
fhir:url [ fhir:v "MotivoNoContactabilidad"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://interoperabilidad.minsal.cl/fhir/ig/tei/CodeSystem/CSMotivoNoContactabilidad"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1" ] ] ) ;
fhir:text [ fhir:v "Otro" ] ] ] [
fhir:url [ fhir:v "Contactado"^^xsd:anyURI ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ] ] ) ;
fhir:url [ fhir:v "https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/Contactado"^^xsd:anyURI ]
] ) ; #
fhir:identifier ( [
fhir:value [ fhir:v "21" ]
] ) ; #
fhir:status [ fhir:v "cancelled"] ; #
fhir:cancelationReason [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/appointment-cancellation-reason"^^xsd:anyURI ] ;
fhir:code [ fhir:v "pat" ] ] )
] ; #
fhir:start [ fhir:v "2023-01-22T09:00:00Z"^^xsd:dateTime] ; #
fhir:end [ fhir:v "2023-01-22T09:30:00Z"^^xsd:dateTime] ; #
fhir:basedOn ( [
fhir:link <http://acme.com/ehr/fhir/ServiceRequest/agendar> ;
fhir:reference [ fhir:v "http://acme.com/ehr/fhir/ServiceRequest/agendar" ]
] ) ; #
fhir:participant ( [
fhir:actor [
fhir:link <http://acme.com/ehr/fhir/Patient/EjemploPatient> ;
fhir:reference [ fhir:v "http://acme.com/ehr/fhir/Patient/EjemploPatient" ] ;
fhir:type [ fhir:v "Patient"^^xsd:anyURI ] ] ;
fhir:status [ fhir:v "accepted" ]
] [
fhir:actor [
fhir:link <http://acme.com/ehr/fhir/PractitionerRoleLE/agendarAtendedor> ;
fhir:reference [ fhir:v "http://acme.com/ehr/fhir/PractitionerRoleLE/agendarAtendedor" ] ;
fhir:type [ fhir:v "PractitionerRole"^^xsd:anyURI ] ] ;
fhir:status [ fhir:v "accepted" ]
] ) . #
IG © 2023+ Unidad de Interoperabilidad - MINSAL. Package hl7.fhir.cl.minsal.tei#0.1.5 based on FHIR 4.0.1. Generated 2023-10-18
Links: Tabla de contenidos |
Reporte QA |
| Issues