ConnectDTx Implementation Guide
0.9.9 - trial-use
ConnectDTx Implementation Guide - Local Development build (v0.9.9). See the Directory of published versions
<Observation xmlns="http://hl7.org/fhir">
<id value="connectdtx-vitalsigns-observation-example"/>
<meta>
<profile
value="http://connectdtx.kr/fhir/StructureDefinition/connectdtx-vitalsigns-observation"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Observation</b><a name="connectdtx-vitalsigns-observation-example"> </a></p><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">Resource Observation "connectdtx-vitalsigns-observation-example" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-connectdtx-vitalsigns-observation.html">ConnectDTx Vital Signs Observation</a></p></div><p><b>status</b>: final</p><p><b>category</b>: Vital Signs <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-v3-ObservationCategory.html">ObservationCategory</a>#vital-signs)</span></p><p><b>code</b>: Vital signs, weight, height, head circumference, oxygen saturation and BMI panel <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#85353-1)</span></p><p><b>subject</b>: <a href="Patient-connectdtx-patient-example.html">Patient/connectdtx-patient-example</a> ""</p><p><b>effective</b>: 2000-01-01 11:00:00+0900</p><p><b>dataAbsentReason</b>: Not Applicable <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-data-absent-reason.html">DataAbsentReason</a>#not-applicable)</span></p><blockquote><p><b>component</b></p><p><b>code</b>: Body height <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#8302-2)</span></p><p><b>value</b>: 173 cm<span style="background: LightGoldenRodYellow"> (Details: UCUM code cm = 'cm')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Body weight <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#29463-7)</span></p><p><b>value</b>: 68 kg<span style="background: LightGoldenRodYellow"> (Details: UCUM code kg = 'kg')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Systolic blood pressure <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#8480-6)</span></p><p><b>value</b>: 118 mm[Hg]<span style="background: LightGoldenRodYellow"> (Details: UCUM code mm[Hg] = 'mm[Hg]')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Diastolic blood pressure <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#8462-4)</span></p><p><b>value</b>: 62 mm[Hg]<span style="background: LightGoldenRodYellow"> (Details: UCUM code mm[Hg] = 'mm[Hg]')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Heart rate <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#8867-4)</span></p><p><b>value</b>: 72 /min<span style="background: LightGoldenRodYellow"> (Details: UCUM code /min = '/min')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Body mass index (BMI) [Ratio] <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#39156-5)</span></p><p><b>value</b>: 22.72 kg/m2<span style="background: LightGoldenRodYellow"> (Details: UCUM code kg/m2 = 'kg/m2')</span></p></blockquote></div>
</text>
<status value="final"/>
<category>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/v3-ObservationCategory"/>
<code value="vital-signs"/>
<display value="Vital Signs"/>
</coding>
</category>
<code>
<coding>
<system value="http://loinc.org"/>
<code value="85353-1"/>
<display
value="Vital signs, weight, height, head circumference, oxygen saturation and BMI panel"/>
</coding>
</code>
<subject>
<reference value="Patient/connectdtx-patient-example"/>
</subject>
<effectiveDateTime value="2000-01-01T11:00:00+09:00"/>
<dataAbsentReason>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/data-absent-reason"/>
<code value="not-applicable"/>
<display value="Not Applicable"/>
</coding>
</dataAbsentReason>
<component>
<code>
<coding>
<system value="http://loinc.org"/>
<code value="8302-2"/>
<display value="Body height"/>
</coding>
</code>
<valueQuantity>
<value value="173"/>
<system value="http://unitsofmeasure.org"/>
<code value="cm"/>
</valueQuantity>
</component>
<component>
<code>
<coding>
<system value="http://loinc.org"/>
<code value="29463-7"/>
<display value="Body weight"/>
</coding>
</code>
<valueQuantity>
<value value="68"/>
<system value="http://unitsofmeasure.org"/>
<code value="kg"/>
</valueQuantity>
</component>
<component>
<code>
<coding>
<system value="http://loinc.org"/>
<code value="8480-6"/>
<display value="Systolic blood pressure"/>
</coding>
</code>
<valueQuantity>
<value value="118"/>
<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="62"/>
<system value="http://unitsofmeasure.org"/>
<code value="mm[Hg]"/>
</valueQuantity>
</component>
<component>
<code>
<coding>
<system value="http://loinc.org"/>
<code value="8867-4"/>
<display value="Heart rate"/>
</coding>
</code>
<valueQuantity>
<value value="72"/>
<system value="http://unitsofmeasure.org"/>
<code value="/min"/>
</valueQuantity>
</component>
<component>
<code>
<coding>
<system value="http://loinc.org"/>
<code value="39156-5"/>
<display value="Body mass index (BMI) [Ratio]"/>
</coding>
</code>
<valueQuantity>
<value value="22.72"/>
<system value="http://unitsofmeasure.org"/>
<code value="kg/m2"/>
</valueQuantity>
</component>
</Observation>
IG © 2022+ PHI DIGITAL HEALTHCARE,inc. Package connectdtx-ig#0.9.9 based on FHIR 4.0.1. Generated 2023-07-11
Links: Table of Contents |
QA Report