Tiempos de Espera Interoperable - Local Development build (v0.1.5). See the Directory of published versions
: Condition Diagnóstico Sospecha Evento de Inicio - XML Representation
Raw xml | Download
<Condition xmlns="http://hl7.org/fhir">
<id value="EjemploCondition"/>
<meta>
<profile
value="https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/ConditionInicioDiagnosticoLE"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Condition</b><a name="EjemploCondition"> </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 Condition "EjemploCondition" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-ConditionInicioDiagnosticoLE.html">Condition Inicio Diagnostico LE</a></p></div><p><b>clinicalStatus</b>: Active <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-condition-clinical.html">Condition Clinical Status Codes</a>#active)</span></p><p><b>verificationStatus</b>: Confirmed <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.3.0/CodeSystem-condition-ver-status.html">ConditionVerificationStatus</a>#confirmed)</span></p><p><b>category</b>: diagnostico <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-condition-category.html">Condition Category Codes</a>#encounter-diagnosis)</span></p><p><b>severity</b>: 6736007 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#6736007)</span></p><p><b>code</b>: DiagnosticoTextoLibreSospecha <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (uno#1 "Diagnostico1")</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></div>
</text>
<clinicalStatus>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/condition-clinical"/>
<code value="active"/>
</coding>
</clinicalStatus>
<verificationStatus>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/condition-ver-status"/>
<code value="confirmed"/>
</coding>
</verificationStatus>
<category>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/condition-category"/>
<code value="encounter-diagnosis"/>
</coding>
<text value="diagnostico"/>
</category>
<severity>
<coding>
<system value="http://snomed.info/sct"/>
<code value="6736007"/>
</coding>
</severity>
<code>
<coding>
<system value="http://diagnosticos.cl/uno"/>
<code value="1"/>
<display value="Diagnostico1"/>
</coding>
<text value="DiagnosticoTextoLibreSospecha"/>
</code>
<subject>
<reference value="http://acme.com/ehr/fhir/Patient/EjemploPatient"/>
</subject>
</Condition>