Fujitsu Healthy Living Implementation Guide
1.1.28 - release
Publication Build: This will be filled in by the publication tooling
<Observation xmlns="http://hl7.org/fhir">
<id value="LabResultExample"/>
<meta>
<profile
value="http://ig.fujitsu.com/healthy-living/StructureDefinition/fujitsu-observation-labresult"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Observation</b><a name="LabResultExample"> </a><a name="hcLabResultExample"> </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 "LabResultExample" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-fujitsu-observation-labresult.html">Fujitsu Observation LabResult Profile</a></p></div><p><b>status</b>: final</p><p><b>category</b>: Laboratory <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.5.0/CodeSystem-observation-category.html">Observation Category Codes</a>#laboratory)</span></p><p><b>code</b>: ヘモグロビン <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://ig.fujitsu.com/healthy-living-jpcore-ext/CodeSystem-jp-observation-labresult-code-cs.html">JP Core Observation LabResult Code CodeSystem</a>#2A990000001930953 "末梢血液一般検査(全血(添加物入り).自動機械法.ヘモグロビン)"; <a href="https://loinc.org/">LOINC</a>#718-7 "Hgb Bld-mCnc")</span></p><p><b>subject</b>: <a href="Patient-p001.html">Patient/p001</a> " 健康"</p><p><b>encounter</b>: <a href="Encounter-e001.html">Encounter/e001</a></p><p><b>effective</b>: 2021-10-01</p><p><b>value</b>: 12.9 g/dL<span style="background: LightGoldenRodYellow"> (Details: UCUM code g/dL = 'g/dL')</span></p><p><b>interpretation</b>: Low <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.5.0/CodeSystem-v3-ObservationInterpretation.html">ObservationInterpretation</a>#L)</span></p><p><b>specimen</b>: <a name="hcspecimen"> </a></p><blockquote><p/><p><a name="specimen"> </a></p><p><a name="hcspecimen"> </a></p><p><b>type</b>: 全血 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="CodeSystem-JLAC10-Specimen.html">JLAC10 Specimen Codes</a>#018)</span></p><p><b>subject</b>: <a href="Patient-p001.html">Patient/p001</a> " 健康"</p></blockquote><h3>ReferenceRanges</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Low</b></td><td><b>High</b></td></tr><tr><td style="display: none">*</td><td>13.1 g/dL<span style="background: LightGoldenRodYellow"> (Details: UCUM code g/dL = 'g/dL')</span></td><td>16.3 g/dL<span style="background: LightGoldenRodYellow"> (Details: UCUM code g/dL = 'g/dL')</span></td></tr></table><hr/><blockquote><p><b>Generated Narrative: Specimen #specimen</b><a name="specimen"> </a><a name="hcspecimen"> </a></p><p><b>type</b>: 全血 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="CodeSystem-JLAC10-Specimen.html">JLAC10 Specimen Codes</a>#018)</span></p><p><b>subject</b>: <a href="Patient-p001.html">Patient/p001</a> " 健康"</p></blockquote></div>
</text>
<contained>
<Specimen>
<id value="specimen"/>
<meta>
<profile
value="http://ig.fujitsu.com/healthy-living/StructureDefinition/fujitsu-specimen"/>
</meta>
<type>
<coding>
<system
value="http://jpfhir.jp/fhir/Common/CodeSystem/specimen-codes"/>
<code value="018"/>
<display value="全血"/>
</coding>
<text value="全血"/>
</type>
<subject>🔗
<reference value="Patient/p001"/>
</subject>
</Specimen>
</contained>
<status value="final"/>
<category>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/observation-category"/>
<code value="laboratory"/>
<display value="Laboratory"/>
</coding>
</category>
<code>
<coding>
<system value="urn:oid:1.2.392.200119.4.504"/>
<code value="2A990000001930953"/>
<display value="末梢血液一般検査(全血(添加物入り).自動機械法.ヘモグロビン)"/>
</coding>
<coding>
<system value="http://loinc.org"/>
<code value="718-7"/>
<display value="Hgb Bld-mCnc"/>
</coding>
<text value="ヘモグロビン"/>
</code>
<subject>🔗
<reference value="Patient/p001"/>
</subject>
<encounter>🔗
<reference value="Encounter/e001"/>
</encounter>
<effectiveDateTime value="2021-10-01"/>
<valueQuantity>
<value value="12.9"/>
<unit value="g/dL"/>
<system value="http://unitsofmeasure.org"/>
<code value="g/dL"/>
</valueQuantity>
<interpretation>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/>
<code value="L"/>
<display value="Low"/>
</coding>
</interpretation>
<specimen>
<reference value="#specimen"/>
</specimen>
<referenceRange>
<low>
<value value="13.1"/>
<unit value="g/dL"/>
<system value="http://unitsofmeasure.org"/>
<code value="g/dL"/>
</low>
<high>
<value value="16.3"/>
<unit value="g/dL"/>
<system value="http://unitsofmeasure.org"/>
<code value="g/dL"/>
</high>
</referenceRange>
</Observation>