<Observation xmlns="http://hl7.org/fhir">
  <id value="ExampleILHDPBP" />
  <meta>
    <profile value="http://hdp.fhir.health.gov.il/StructureDefinition/il-hdp-bp" />
    <security>
      <system value="http://fhir.health.gov.il/cs/il-hdp-information-buckets" />
      <code value="measurements" />
      <display value="מדדים" />
    </security>
  </meta>
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>Blood pressure measurement: 120/80 mmHg</p>
    </div>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="http://fhir.health.gov.il/cs/il-core-identifier-type" />
        <code value="strong-id" />
      </coding>
    </type>
    <system value="http://hospital.somethinghealth.org/observation" />
    <value value="BP-2025-0001" />
  </identifier>
  <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="Blood pressure panel with all children optional" />
    </coding>
  </code>
  <subject>
    <reference value="Patient/example" />
  </subject>
  <encounter>
    <reference value="Encounter/example" />
  </encounter>
  <effectiveDateTime value="2025-09-07T10:30:00+02:00" />
  <performer>
    <reference value="Practitioner/example" />
  </performer>
  <device>
    <reference value="Device/example" />
  </device>
  <component>
    <code>
      <coding>
        <system value="http://loinc.org" />
        <code value="8480-6" />
        <display value="Systolic blood pressure" />
      </coding>
    </code>
    <valueQuantity>
      <value value="120" />
      <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="Diastolic blood pressure" />
      </coding>
    </code>
    <valueQuantity>
      <value value="80" />
      <unit value="mmHg" />
      <system value="http://unitsofmeasure.org" />
      <code value="mm[Hg]" />
    </valueQuantity>
  </component>
</Observation>