Tiempos de Espera Interoperable - Local Development build (v0.1.5). See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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:Bundle ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "EjemploBundleRevisar"] ; #
fhir:meta [
fhir:lastUpdated [ fhir:v "2023-01-20T14:12:10Z"^^xsd:dateTime ] ;
( fhir:profile [
fhir:v "https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/BundleRevisarLE"^^xsd:anyURI ;
fhir:link <https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/BundleRevisarLE> ] )
] ; #
fhir:type [ fhir:v "message"] ; #
fhir:timestamp [ fhir:v "2023-02-09T17:15:22Z"^^xsd:dateTime] ; #
fhir:entry ( [
fhir:fullUrl [ fhir:v "http://acme.com/ehr/fhir/MessageHeader/revisar"^^xsd:anyURI ] ;
( fhir:resource <http://acme.com/ehr/fhir/MessageHeader/revisar> )
] [
fhir:fullUrl [ fhir:v "http://acme.com/ehr/fhir/ServiceRequest/revisar"^^xsd:anyURI ] ;
( fhir:resource <http://acme.com/ehr/fhir/ServiceRequest/revisar> )
] [
fhir:fullUrl [ fhir:v "http://acme.com/ehr/fhir/PractitionerRole/revisar"^^xsd:anyURI ] ;
( fhir:resource <http://acme.com/ehr/fhir/PractitionerRole/revisar> )
] [
fhir:fullUrl [ fhir:v "http://acme.com/ehr/fhir/Organization/revisar"^^xsd:anyURI ] ;
( fhir:resource <http://acme.com/ehr/fhir/Organization/revisar> )
] [
fhir:fullUrl [ fhir:v "http://acme.com/ehr/fhir/Practitioner/revisar"^^xsd:anyURI ] ;
( fhir:resource <http://acme.com/ehr/fhir/Practitioner/revisar> )
] [
fhir:fullUrl [ fhir:v "http://acme.com/ehr/fhir/ServiceRequest/examen"^^xsd:anyURI ] ;
( fhir:resource <http://acme.com/ehr/fhir/ServiceRequest/examen> )
] ) . #
<http://acme.com/ehr/fhir/MessageHeader/revisar> a fhir:MessageHeader ;
fhir:id [ fhir:v "EjemploMessageHeaderRevisar"] ; #
fhir:meta [
fhir:lastUpdated [ fhir:v "2023-02-14T14:12:10Z"^^xsd:dateTime ] ;
( fhir:profile [
fhir:v "https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/MessageHeaderLE"^^xsd:anyURI ;
fhir:link <https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/MessageHeaderLE> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MessageHeader</b><a name=\"EjemploMessageHeaderRevisar\"> </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 MessageHeader "EjemploMessageHeaderRevisar" Updated "2023-02-14 14:12:10+0000" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-MessageHeaderLE.html\">MessageHeader LE</a></p></div><p><b>event</b>: Revisar (Details: https://interoperabilidad.minsal.cl/fhir/ig/tei/CodeSystem/CSTipoEventoLE code revisar = 'Revisar', stated as 'null')</p><p><b>author</b>: <a href=\"#PractitionerRole_EjemploPractitionerRoleRevisar\">See above (http://acme.com/ehr/fhir/PractitionerRole/revisar)</a></p><h3>Sources</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Software</b></td><td><b>Endpoint</b></td></tr><tr><td style=\"display: none\">*</td><td>SolucionInformatica</td><td><a href=\"http://link-to-sending.cl\">http://link-to-sending.cl</a></td></tr></table><p><b>focus</b>: <a href=\"#ServiceRequest_EjemploServiceRequestRevisar\">See above (http://acme.com/ehr/fhir/ServiceRequest/revisar)</a></p></div>"
] ; #
fhir:event [
a fhir:Coding ;
fhir:system [ fhir:v "https://interoperabilidad.minsal.cl/fhir/ig/tei/CodeSystem/CSTipoEventoLE"^^xsd:anyURI ] ;
fhir:code [ fhir:v "revisar" ]
] ; #
fhir:author [
fhir:link <http://acme.com/ehr/fhir/PractitionerRole/revisar> ;
fhir:reference [ fhir:v "http://acme.com/ehr/fhir/PractitionerRole/revisar" ]
] ; #
fhir:source [
fhir:software [ fhir:v "SolucionInformatica" ] ;
fhir:endpoint [ fhir:v "http://link-to-sending.cl"^^xsd:anyURI ]
] ; #
fhir:focus ( [
fhir:link <http://acme.com/ehr/fhir/ServiceRequest/revisar> ;
fhir:reference [ fhir:v "http://acme.com/ehr/fhir/ServiceRequest/revisar" ]
] ) . #
<http://acme.com/ehr/fhir/ServiceRequest/revisar> a fhir:ServiceRequest ;
fhir:id [ fhir:v "EjemploServiceRequestRevisar"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/ServiceRequestLE"^^xsd:anyURI ;
fhir:link <https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/ServiceRequestLE> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ServiceRequest</b><a name=\"EjemploServiceRequestRevisar\"> </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 ServiceRequest "EjemploServiceRequestRevisar" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ServiceRequestLE.html\">ServiceRequest LE</a></p></div><p><b>ExtBool RequiereExamen</b>: true</p><p><b>Pertinencia Interconsulta</b>: Pertinente Incompleta <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-CSPertinenciaInterconsulta.html\">Pertinencia Interconsulta</a>#1)</span></p><p><b>Estado Interconsulta Codigo</b>: A la espera de priorización <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-CSEstadoInterconsulta.html\">Estado Interconsulta</a>#3)</span></p><p><b>Especialidad Médica Destino Código</b>: CARDIOLOGÍA <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-CSEspecialidadMed.html\">EspecialidadMed</a>#3)</span></p><p><b>SubEspecialidad Médica Destino Código</b>: CIRUGÍA GENERAL <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-CSEspecialidadMed.html\">EspecialidadMed</a>#4)</span></p><p><b>identifier</b>: IdInterconsulta: 1</p><p><b>status</b>: draft</p><p><b>intent</b>: proposal</p><p><b>category</b>: Presencial <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-CSModalidadAtencionCodigo.html\">Modalidad Atencion Codigo</a>#1)</span></p><p><b>priority</b>: routine</p><p><b>doNotPerform</b>: true</p><p><b>subject</b>: <a href=\"Bundle-EjemploBundleAtender.html#http-//acme.com/ehr/fhir/Patient/EjemploPatient\">http://acme.com/ehr/fhir/Patient/EjemploPatient</a></p><p><b>authoredOn</b>: 2022-01-20 13:50:20+0000</p><p><b>performer</b>: <a href=\"#PractitionerRole_EjemploPractitionerRoleRevisar\">See above (http://acme.com/ehr/fhir/PractitionerRole/revisar)</a></p><p><b>supportingInfo</b>: <a href=\"#ServiceRequest_EjemploServiceRequestExamen\">See above (http://acme.com/ehr/fhir/ServiceRequest/examen)</a></p></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/ExtBoolRequiereExamen"^^xsd:anyURI ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]
] [
fhir:url [ fhir:v "https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/PertinenciaInterconsulta"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://interoperabilidad.minsal.cl/fhir/ig/tei/CodeSystem/CSPertinenciaInterconsulta"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1" ] ] ) ]
] [
fhir:url [ fhir:v "https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/EstadoInterconsultaCodigoLE"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://interoperabilidad.minsal.cl/fhir/ig/tei/CodeSystem/CSEstadoInterconsulta"^^xsd:anyURI ] ;
fhir:code [ fhir:v "3" ] ] ) ]
] [
fhir:url [ fhir:v "https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/EspecialidadMedicaDestinoCodigo"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://interoperabilidad.minsal.cl/fhir/ig/tei/CodeSystem/CSEspecialidadMed"^^xsd:anyURI ] ;
fhir:code [ fhir:v "3" ] ] ) ]
] [
fhir:url [ fhir:v "https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/SubEspecialidadMedicaDestinoCodigo"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://interoperabilidad.minsal.cl/fhir/ig/tei/CodeSystem/CSEspecialidadMed"^^xsd:anyURI ] ;
fhir:code [ fhir:v "4" ] ] ) ]
] ) ; #
fhir:identifier ( [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.cens.cl/CodeSystem/listaespera"^^xsd:anyURI ] ;
fhir:code [ fhir:v "IdInterconsulta" ] ] ) ] ;
fhir:value [ fhir:v "1" ]
] ) ; #
fhir:status [ fhir:v "draft"] ; #
fhir:intent [ fhir:v "proposal"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "https://interoperabilidad.minsal.cl/fhir/ig/tei/CodeSystem/CSModalidadAtencionCodigo"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "Presencial" ] ] )
] ) ; #
fhir:priority [ fhir:v "routine"] ; #
fhir:doNotPerform [
fhir:v "true"^^xsd:boolean ;
( fhir:extension [
fhir:url [ fhir:v "https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/MotivoNoPertinenciaCodigo"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://interoperabilidad.minsal.cl/fhir/ig/tei/CodeSystem/CSMotivoNoPertinenciaCodigo"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1" ] ] ) ;
fhir:text [ fhir:v "Texto libre" ] ] ] )
] ; #
fhir:subject [
fhir:link <http://acme.com/ehr/fhir/Patient/EjemploPatient> ;
fhir:reference [ fhir:v "http://acme.com/ehr/fhir/Patient/EjemploPatient" ]
] ; #
fhir:authoredOn [ fhir:v "2022-01-20T13:50:20Z"^^xsd:dateTime] ; #
fhir:performer ( [
fhir:link <http://acme.com/ehr/fhir/PractitionerRole/revisar> ;
fhir:reference [ fhir:v "http://acme.com/ehr/fhir/PractitionerRole/revisar" ]
] ) ; #
fhir:supportingInfo ( [
fhir:link <http://acme.com/ehr/fhir/ServiceRequest/examen> ;
fhir:reference [ fhir:v "http://acme.com/ehr/fhir/ServiceRequest/examen" ]
] ) . #
<http://acme.com/ehr/fhir/PractitionerRole/revisar> a fhir:PractitionerRole ;
fhir:id [ fhir:v "EjemploPractitionerRoleRevisar"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/PractitionerRoleLE"^^xsd:anyURI ;
fhir:link <https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/PractitionerRoleLE> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: PractitionerRole</b><a name=\"EjemploPractitionerRoleRevisar\"> </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 PractitionerRole "EjemploPractitionerRoleRevisar" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-PractitionerRoleLE.html\">PractitionerRole LE</a></p></div><p><b>practitioner</b>: <a href=\"#Practitioner_EjemploPractitionerRevisar\">See above (http://acme.com/ehr/fhir/Practitioner/revisar)</a></p><p><b>organization</b>: <a href=\"#Organization_EjemploOrganizationRevisar\">See above (http://acme.com/ehr/fhir/Organization/revisar)</a></p><p><b>code</b>: Revisor <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-CSPractitionerTipoRolLE.html\">Rol de médicos</a>#revisor)</span></p></div>"
] ; #
fhir:practitioner [
fhir:link <http://acme.com/ehr/fhir/Practitioner/revisar> ;
fhir:reference [ fhir:v "http://acme.com/ehr/fhir/Practitioner/revisar" ]
] ; #
fhir:organization [
fhir:link <http://acme.com/ehr/fhir/Organization/revisar> ;
fhir:reference [ fhir:v "http://acme.com/ehr/fhir/Organization/revisar" ]
] ; #
fhir:code ( [
( fhir:coding [
fhir:system [ fhir:v "https://interoperabilidad.minsal.cl/fhir/ig/tei/CodeSystem/CSPractitionerTipoRolLE"^^xsd:anyURI ] ;
fhir:code [ fhir:v "revisor" ] ] )
] ) . #
<http://acme.com/ehr/fhir/Organization/revisar> a fhir:Organization ;
fhir:id [ fhir:v "EjemploOrganizationRevisar"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/OrganizationLE"^^xsd:anyURI ;
fhir:link <https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/OrganizationLE> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Organization</b><a name=\"EjemploOrganizationRevisar\"> </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 Organization "EjemploOrganizationRevisar" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-OrganizationLE.html\">Organization LE</a></p></div><p><b>identifier</b>: Placer Identifier: 1</p></div>"
] ; #
fhir:identifier ( [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PLAC" ] ] ) ] ;
fhir:value [ fhir:v "1" ]
] ) . #
<http://acme.com/ehr/fhir/Practitioner/revisar> a fhir:Practitioner ;
fhir:id [ fhir:v "EjemploPractitionerRevisar"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/PractitionerLE"^^xsd:anyURI ;
fhir:link <https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/PractitionerLE> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Practitioner</b><a name=\"EjemploPractitionerRevisar\"> </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 Practitioner "EjemploPractitionerRevisar" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-PractitionerLE.html\">Practitioner LE</a></p></div><p><b>identifier</b>: RUN: 2134 (use: OFFICIAL), id: 2134 (use: SECONDARY)</p><p><b>name</b>: Luis Perez (OFFICIAL)</p><blockquote><p><b>qualification</b></p><p><b>identifier</b>: id: tit</p><p><b>code</b>: MÉDICO CIRUJANO <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-CSTituloProfesional.html\">TituloProfesional</a>#1)</span></p></blockquote><blockquote><p><b>qualification</b></p><p><b>identifier</b>: id: esp</p><p><b>code</b>: ANESTESIOLOGÍA <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-CSEspecialidadMed.html\">EspecialidadMed</a>#2)</span></p></blockquote></div>"
] ; #
fhir:identifier ( [
( fhir:extension [
fhir:url [ fhir:v "https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/DigitoVerificador"^^xsd:anyURI ] ;
fhir:value [ fhir:v "K" ] ] ) ;
fhir:use [ fhir:v "official" ] ;
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.cens.cl/CodeSystem/listaespera"^^xsd:anyURI ] ;
fhir:code [ fhir:v "RUN" ] ] ) ] ;
fhir:system [ fhir:v "http://registrocivil/RUN"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2134" ]
] [
fhir:use [ fhir:v "secondary" ] ;
fhir:system [ fhir:v "http://rnpi.superdesalud.gob.cl"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2134" ]
] ) ; #
fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:family [
fhir:v "Perez" ;
( fhir:extension [
fhir:url [ fhir:v "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/SegundoApellido"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Sierra" ] ] ) ] ;
( fhir:given [ fhir:v "Luis" ] )
] ) ; #
fhir:qualification ( [
( fhir:identifier [
fhir:value [ fhir:v "tit" ] ] ) ;
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "https://interoperabilidad.minsal.cl/fhir/ig/tei/CodeSystem/CSTituloProfesional"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1" ] ] ) ]
] [
( fhir:identifier [
fhir:value [ fhir:v "esp" ] ] ) ;
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "https://interoperabilidad.minsal.cl/fhir/ig/tei/CodeSystem/CSEspecialidadMed"^^xsd:anyURI ] ;
fhir:code [ fhir:v "2" ] ] ) ]
] ) . #
<http://acme.com/ehr/fhir/ServiceRequest/examen> a fhir:ServiceRequest ;
fhir:id [ fhir:v "EjemploServiceRequestExamen"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/ServiceRequestExamenLE"^^xsd:anyURI ;
fhir:link <https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/ServiceRequestExamenLE> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ServiceRequest</b><a name=\"EjemploServiceRequestExamen\"> </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 ServiceRequest "EjemploServiceRequestExamen" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ServiceRequestExamenLE.html\">ServiceRequestExamen LE</a></p></div><p><b>identifier</b>: id: dec791f8-406c-11ee-be56-0242ac120002</p><p><b>basedOn</b>: <a href=\"#ServiceRequest_EjemploServiceRequestExamen\">See above (http://acme.com/ehr/fhir/ServiceRequest/examen)</a></p><p><b>status</b>: draft</p><p><b>intent</b>: proposal</p><p><b>code</b>: TC de tórax <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#24627-2)</span></p><p><b>subject</b>: <a href=\"Bundle-EjemploBundleAtender.html#http-//acme.com/ehr/fhir/Patient/EjemploPatient\">http://acme.com/ehr/fhir/Patient/EjemploPatient</a></p><p><b>occurrence</b>: 2022-01-20 13:50:20+0000</p><p><b>requester</b>: <a href=\"#Practitioner_EjemploPractitionerRevisar\">See above (http://acme.com/ehr/fhir/Practitioner/revisar)</a></p><p><b>reasonCode</b>: Descartar enfermedad metastásica. <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>note</b>: Realizar sin uso de medio de contaste por mala función renal.</p></div>"
] ; #
fhir:identifier ( [
fhir:value [ fhir:v "dec791f8-406c-11ee-be56-0242ac120002" ]
] ) ; #
fhir:basedOn ( [
fhir:link <http://acme.com/ehr/fhir/ServiceRequest/examen> ;
fhir:reference [ fhir:v "http://acme.com/ehr/fhir/ServiceRequest/examen" ]
] ) ; #
fhir:status [ fhir:v "draft"] ; #
fhir:intent [ fhir:v "proposal"] ; #
fhir:code [
( fhir:coding [
a loinc:24627-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "24627-2" ] ] ) ;
fhir:text [ fhir:v "TC de tórax" ]
] ; #
fhir:subject [
fhir:link <http://acme.com/ehr/fhir/Patient/EjemploPatient> ;
fhir:reference [ fhir:v "http://acme.com/ehr/fhir/Patient/EjemploPatient" ]
] ; #
fhir:occurrence [ fhir:v "2022-01-20T13:50:20Z"^^xsd:dateTime] ; #
fhir:requester [
fhir:link <http://acme.com/ehr/fhir/Practitioner/revisar> ;
fhir:reference [ fhir:v "http://acme.com/ehr/fhir/Practitioner/revisar" ]
] ; #
fhir:reasonCode ( [
fhir:text [ fhir:v "Descartar enfermedad metastásica." ]
] ) ; #
fhir:note ( [
fhir:text [ fhir:v "Realizar sin uso de medio de contaste por mala función renal." ]
] ) . #
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