AU Core Implementation Guide
1.0.0-ballot - Ballot Australia flag

This page is part of the AU Core (v1.0.0-ballot: AU Core R1 Ballot 7) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions

: Observation - Blood Pressure (systolic and dystolic) - XML Representation

Page standards status: Informative

Raw xml | Download



<Observation xmlns="http://hl7.org/fhir">
  <id value="bloodpressure-1"/>
  <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-1</b></p><a name="bloodpressure-1"> </a><a name="hcbloodpressure-1"> </a><a name="bloodpressure-1-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-wang-li.html">Li Wang  Male, DoB: 1975-05-03 ( Medical Record Number: 2338189)</a></p><p><b>effective</b>: 2016-07-02</p><p><b>performer</b>: <a href="PractitionerRole-bobrester-bob-gp.html">PractitionerRole General practitioner</a></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>value</b>: 44 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"/>
      <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/wang-li"/>
  </subject>
  <effectiveDateTime value="2016-07-02"/>
  <performer>🔗 
    <reference value="PractitionerRole/bobrester-bob-gp"/>
  </performer>
  <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>
    <valueQuantity>
      <value value="44"/>
      <unit value="mmHg"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="mm[Hg]"/>
    </valueQuantity>
  </component>
</Observation>