Tiempos de Espera Interoperable
0.1.6 - draft
Tiempos de Espera Interoperable - Local Development build (v0.1.6) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Encounter",
"id" : "EjemploEncounterAtender",
"meta" : {
"profile" : [
🔗 "https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/EncounterAtenderLE"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Encounter</b><a name=\"EjemploEncounterAtender\"> </a><a name=\"hcEjemploEncounterAtender\"> </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 Encounter "EjemploEncounterAtender" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-EncounterAtenderLE.html\">Encounter Atender LE</a></p></div><p><b>ExtBool Pertinencia Atencion Box</b>: true</p><p><b>identifier</b>: IdConsultaAPS/1</p><p><b>status</b>: finished</p><p><b>class</b>: Presencial (Details: https://interoperabilidad.minsal.cl/fhir/ig/tei/CodeSystem/CSModalidadAtencionCodigo code 1 = 'Presencial', stated as 'null')</p><p><b>type</b>: Nueva <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-CSTipoConsulta.html\">Tipo Consulta</a>#1)</span></p><p><b>subject</b>: <a href=\"Patient-EjemploPatient.html\">Patient/EjemploPatient: Anibal Diaz Cortés</a> " DIAZ"</p><p><b>basedOn</b>: <a href=\"ServiceRequest-EjemploServiceRequest.html\">ServiceRequest/EjemploServiceRequest</a></p><p><b>period</b>: 2023-01-22 09:00:00+0000 --> 2023-01-22 10:00:00+0000</p><p><b>reasonReference</b>: <a href=\"Observation-EjemploObservationAtender.html\">Observation/EjemploObservationAtender</a></p><h3>Diagnoses</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Condition</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Condition-EjemploConditionAtender.html\">Condition/EjemploConditionAtender</a></td></tr></table></div>"
},
"extension" : [
{
"url" : "https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/ExtBoolPertinenciaAtencionBox",
"valueBoolean" : true
}
],
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.cens.cl/CodeSystem/listaespera",
"code" : "IdConsultaAPS"
}
]
},
"value" : "1"
}
],
"status" : "finished",
"class" : {
"system" : "https://interoperabilidad.minsal.cl/fhir/ig/tei/CodeSystem/CSModalidadAtencionCodigo",
"code" : "1"
},
"type" : [
{
"coding" : [
{
"system" : "https://interoperabilidad.minsal.cl/fhir/ig/tei/CodeSystem/CSTipoConsulta",
"code" : "1"
}
]
}
],
"subject" : {
🔗 "reference" : "Patient/EjemploPatient",
"display" : "Anibal Diaz Cortés"
},
"basedOn" : [
{
🔗 "reference" : "ServiceRequest/EjemploServiceRequest"
}
],
"period" : {
"start" : "2023-01-22T09:00:00Z",
"end" : "2023-01-22T10:00:00Z"
},
"reasonReference" : [
{
🔗 "reference" : "Observation/EjemploObservationAtender",
"type" : "Observation"
}
],
"diagnosis" : [
{
"condition" : {
🔗 "reference" : "Condition/EjemploConditionAtender"
}
}
]
}