AU Core Implementation Guide
1.0.0-ci-build - CI Build
AU Core Implementation Guide, published by HL7 Australia. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7au/au-fhir-core/ and changes regularly. See the Directory of published versions
Page standards status: Informative |
<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-ronny-irvine.html">Ronny Lawrence Irvine Male, DoB: ( DVA Number: QX827261)</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 --> 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/ronny-irvine"/>
</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>