Guía implementación interoperabilidad FHIR sectorial e intersectorial
0.10.1 - ci-build
Guía implementación interoperabilidad FHIR sectorial e intersectorial - Local Development build (v0.10.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
<Patient xmlns="http://hl7.org/fhir">
<id value="Example-Patient-HCEURVML"/>
<meta>
<profile
value="https://ohapi-fhir-service-fhir-project.apps.indraclusterdes.eastus.aroapp.io/StructureDefinition-ProfilePatientRV"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient Example-Patient-HCEURVML</b></p><a name="Example-Patient-HCEURVML"> </a><a name="hcExample-Patient-HCEURVML"> </a><a name="Example-Patient-HCEURVML-es-ES"> </a><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"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-ProfilePatientRV.html">Recurso Patient - Datos demográficos de la paciente victima de violencia</a></p></div><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Marge Simpson Female, DoB: 1980-03-19 ( Cédula de Ciudadanía: 123456789 (use: official, ))</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Record is active">Active:</td><td>true</td><td style="background-color: #f3f5da" title="Known Marital status of Patient">Marital Status:</td><td colspan="3"><span title="Codes:{https://oh-modules.apps.indraclusterdes.eastus.aroapp.io/ehrserver/fhir/CodeSystem/Estado-Civil 2}">Casada</span></td></tr><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</td><td colspan="3"><ul><li><a href="tel:+573001234567">+57 300 1234567</a></li><li>Calle Falsa 123, Springfield(home)</li></ul></td></tr></table></div>
</text>
<identifier>
<use value="official"/>
<type>
<coding>
<system
value="https://oh-modules.apps.indraclusterdes.eastus.aroapp.io/ehrserver/fhir/ValueSet/Tipo-Identificacion"/>
<code value="CC"/>
<display value="Cédula de Ciudadanía"/>
</coding>
</type>
<value value="123456789"/>
</identifier>
<active value="true"/>
<name>
<text value="Marge Simpson"/>
<family value="Simpson"/>
<given value="Marge"/>
</name>
<telecom>
<system value="phone"/>
<value value="+57 300 1234567"/>
<use value="mobile"/>
</telecom>
<gender value="female"/>
<birthDate value="1980-03-19"/>
<address>
<use value="home"/>
<text value="Calle Falsa 123, Springfield"/>
<line value="Calle Falsa 123"/>
<city value="Springfield"/>
<district value="Springfield"/>
<state value="Illinois"/>
</address>
<maritalStatus>
<coding>
<system
value="https://oh-modules.apps.indraclusterdes.eastus.aroapp.io/ehrserver/fhir/CodeSystem/Estado-Civil"/>
<code value="2"/>
<display value="Casada"/>
</coding>
</maritalStatus>
</Patient>