AU Core Implementation Guide
0.4.1-preview - Preview Australia flag

This page is part of the AU Core (v0.4.1-preview: QA Preview) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions

: Observation - Blood Pressure (data absent for diastolic) - XML Representation

Page standards status: Informative

Raw xml | Download



<Observation xmlns="http://hl7.org/fhir">
  <id value="bloodpressure-data-absent"/>
  <meta>
    <profile
             value="http://hl7.org.au/fhir/core/StructureDefinition/au-core-bloodpressure"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Observation bloodpressure-data-absent</b></p><a name="bloodpressure-data-absent"> </a><a name="hcbloodpressure-data-absent"> </a><a name="bloodpressure-data-absent-en-AU"> </a><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}, {http://snomed.info/sct 75367002}">Blood pressure systolic and diastolic</span></p><p><b>subject</b>: <a href="Patient-dan-harry.html">Mr. Harry Dan Male, DoB:  ( DVA Number (Gold): NBUR9080)</a></p><p><b>encounter</b>: <a href="Encounter-discharge-1.html">Encounter: status = finished; class = emergency (ActCode#EMER); period = 2023-02-20 06:15:00+1000 --&gt; 2023-02-20 18:19:00+1000</a></p><p><b>effective</b>: 2023-02-20 06:20:00+1000</p><blockquote><p><b>component</b></p><p><b>code</b>: <span title="Codes:{http://loinc.org 8480-6}, {http://snomed.info/sct 271649006}">Systolic blood pressure</span></p><p><b>value</b>: 109 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}, {http://snomed.info/sct 271650006}">Diastolic blood pressure</span></p><p><b>dataAbsentReason</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/data-absent-reason unknown}">Unknown</span></p></blockquote></div>
  </text>
  <status value="final"/>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/observation-category"/>
      <code value="vital-signs"/>
      <display value="Vital Signs"/>
    </coding>
    <text value="Vital Signs"/>
  </category>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="85354-9"/>
      <display value="Blood pressure panel with all children optional"/>
    </coding>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="75367002"/>
    </coding>
    <text value="Blood pressure systolic and diastolic"/>
  </code>
  <subject>🔗 
    <reference value="Patient/dan-harry"/>
  </subject>
  <encounter>🔗 
    <reference value="Encounter/discharge-1"/>
  </encounter>
  <effectiveDateTime value="2023-02-20T06:20:00+10:00"/>
  <component>
    <code>
      <coding>
        <system value="http://loinc.org"/>
        <code value="8480-6"/>
        <display value="Systolic blood pressure"/>
      </coding>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="271649006"/>
      </coding>
      <text value="Systolic blood pressure"/>
    </code>
    <valueQuantity>
      <value value="109"/>
      <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>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="271650006"/>
      </coding>
      <text value="Diastolic blood pressure"/>
    </code>
    <dataAbsentReason>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/data-absent-reason"/>
        <code value="unknown"/>
        <display value="Unknown"/>
      </coding>
      <text value="Unknown"/>
    </dataAbsentReason>
  </component>
</Observation>