Publish-box (todo)
Example Observation/krcore-observation-labresult-example-01 (XML)
Raw XML (canonical form + also see XML Format Specification)
Jump past Narrative
Observation example demonstrating internationalization (Korean) (id = "krcore-observation-labresult-example-01")
<?xml version="1.0" encoding="UTF-8"?>
<Observation xmlns="http://hl7.org/fhir">
<id value="krcore-observation-labresult-example-01"/>
<meta>
<profile value="https://example.org/fhir/krcore/StructureDefinition/krcore-observation-labresult"/>
</meta>
<text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"><p> <b> Generated Narrative: Observation</b> <a name="krcore-observation-labresult-example-01"> </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 "krcore-observation-labresult-example-01" </p> <p style="margin-bottom: 0px">Profile: <code> https://example.org/fhir/krcore/StructureDefinition/krcore-observation-labresult</code> </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.1.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"> (lab-result-code#FZ811)</span> </p> <p> <b> subject</b> : <a href="patient-example-chinese.html">Patient/ch-example</a> "张无忌"</p> <p> <b> effective</b> : 2021-01-01</p> <p> <b> value</b> : 76.0 mg/dL</p> <h3> ReferenceRanges</h3> <table class="grid"><tr> <td> -</td> <td> <b> Low</b> </td> <td> <b> High</b> </td> </tr> <tr> <td> *</td> <td> 40.0 mg/dL<span style="background: LightGoldenRodYellow"> (Details: UCUM code mg/dL = 'mg/dL')</span> </td> <td> 109.0 mg/dL<span style="background: LightGoldenRodYellow"> (Details: UCUM code mg/dL = 'mg/dL')</span> </td> </tr> </table> </div> </text> <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="https://hira.or.kr/CodeSystem/lab-result-code"/>
<code value="FZ811"/>
<display value="연속혈당측정검사"/>
</coding>
<text value="연속혈당측정검사"/>
</code>
<subject>
<reference value="Patient/ch-example"/>
</subject>
<effectiveDateTime value="2021-01-01"/>
<valueQuantity>
<value value="76.0"/>
<unit value="mg/dL"/>
<system value="http://unitsofmeasure.org"/>
</valueQuantity>
<referenceRange>
<low>
<value value="40.0"/>
<unit value="mg/dL"/>
<system value="http://unitsofmeasure.org"/>
<code value="mg/dL"/>
</low>
<high>
<value value="109.0"/>
<unit value="mg/dL"/>
<system value="http://unitsofmeasure.org"/>
<code value="mg/dL"/>
</high>
</referenceRange>
</Observation>
Usage note: every effort has been made to ensure that the
examples are correct and useful, but they are not a normative part
of the specification.