<?xml version="1.0" encoding="UTF-8"?>

<Observation xmlns="http://hl7.org/fhir">
  <id value="EjemploEmaVitalSigns"/>
  <meta>
    <profile value="https://emahealth.io/fhir/clinical/StructureDefinition/ema-vital-signs"/>
  </meta>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Observación EjemploEmaVitalSigns</b></p><a name="EjemploEmaVitalSigns"> </a><a name="hcEjemploEmaVitalSigns"> </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-ema-vital-signs.html">EMA Vital Signs</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/observation-category vital-signs}">Vital Signs</span></p><p><b>code</b>: <span title="Codes:{http://loinc.org 85354-9}">Panel de presión arterial con todos los niños opcional:Sistema arterial :Punto temporal:-:Cuantitativo:</span></p><p><b>subject</b>: <a href="Patient/ejemplo-patient">María Fernández</a></p><p><b>encounter</b>: <a href="Encounter/ejemplo-encounter">Consulta control diabético</a></p><p><b>effective</b>: 2026-03-10 08:15:00-0300</p><p><b>performer</b>: <a href="Practitioner/ejemplo-practitioner">Dr. Andrés Soto</a></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title="Codes:{http://loinc.org 8480-6}">Sistólica intravascular:Sistema arterial :Punto temporal:Pres:Cuantitativo:</span></p><p><b>value</b>: 130 mmHg<span style="background: LightGoldenRodYellow"> (Details: UCUM  codemm[Hg] = 'mm[Hg]')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title="Codes:{http://loinc.org 8462-4}">Diastólica intravascular:Sistema arterial :Punto temporal:Pres:Cuantitativo:</span></p><p><b>value</b>: 85 mmHg<span style="background: LightGoldenRodYellow"> (Details: UCUM  codemm[Hg] = 'mm[Hg]')</span></p></blockquote></div>
  </text>
  <status value="final"/>
  <category>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/observation-category"/>
      <code value="vital-signs"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="85354-9"/>
      <display value="Panel de presión arterial con todos los niños opcional:Sistema arterial :Punto temporal:-:Cuantitativo:"/>
    </coding>
  </code>
  <subject>
    <reference value="Patient/ejemplo-patient"/>
    <display value="María Fernández"/>
  </subject>
  <encounter>
    <reference value="Encounter/ejemplo-encounter"/>
    <display value="Consulta control diabético"/>
  </encounter>
  <effectiveDateTime value="2026-03-10T08:15:00-03:00"/>
  <performer>
    <reference value="Practitioner/ejemplo-practitioner"/>
    <display value="Dr. Andrés Soto"/>
  </performer>
  <component>
    <code>
      <coding>
        <system value="http://loinc.org"/>
        <code value="8480-6"/>
        <display value="Sistólica intravascular:Sistema arterial :Punto temporal:Pres:Cuantitativo:"/>
      </coding>
    </code>
    <valueQuantity>
      <value value="130"/>
      <unit value="mmHg"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="mm[Hg]"/>
    </valueQuantity>
  </component>
  <component>
    <code>
      <coding>
        <system value="http://loinc.org"/>
        <code value="8462-4"/>
        <display value="Diastólica intravascular:Sistema arterial :Punto temporal:Pres:Cuantitativo:"/>
      </coding>
    </code>
    <valueQuantity>
      <value value="85"/>
      <unit value="mmHg"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="mm[Hg]"/>
    </valueQuantity>
  </component>
</Observation>