🔬 EMA Health Pathology Implementation Guide
0.0.1 - ci-build

🔬 EMA Health Pathology Implementation Guide - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Ejemplo Paciente — Patología - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="EjemploPatologiaPatient"/>
  <meta>
    <profile
             value="https://emahealth.io/fhir/core/StructureDefinition/ema-core-patient"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient EjemploPatologiaPatient</b></p><a name="EjemploPatologiaPatient"> </a><a name="hcEjemploPatologiaPatient"> </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="https://ig.emahealth.io/core/StructureDefinition-ema-core-patient.html">EMA Core Patient</a></p></div><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Valentina Rojas Castillo (official) Female, DoB: 1974-09-12 ( http://regcivil.cl/Validacion/RUN#13456789-0 (use: official, ))</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Record is active">Active:</td><td colspan="3">true</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:+56987651234">+56987651234</a></li><li><a href="mailto:[email protected]">[email protected]</a></li></ul></td></tr></table></div>
  </text>
  <identifier>
    <use value="official"/>
    <system value="http://regcivil.cl/Validacion/RUN"/>
    <value value="13456789-0"/>
  </identifier>
  <active value="true"/>
  <name>
    <use value="official"/>
    <family value="Rojas Castillo"/>
    <given value="Valentina"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="+56987651234"/>
    <use value="mobile"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="[email protected]"/>
  </telecom>
  <gender value="female"/>
  <birthDate value="1974-09-12"/>
</Patient>