HL7 FHIR Implementation Guide: Common Terminology Criteria (CTC) Adverse Events Release 1 - DRAFT
0.0.1 - DRAFT
HL7 FHIR Implementation Guide: Common Terminology Criteria (CTC) Adverse Events Release 1 - DRAFT, published by HL7 International Clinical Interoperability Council. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/standardhealth/fsh-ae/ and changes regularly. See the Directory of published versions
<Observation xmlns="http://hl7.org/fhir">
<id value="r202-1"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Observation</b><a name="r202-1"> </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 "r202-1" </p></div><p><b>status</b>: final</p><p><b>code</b>: Hemoglobin <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#718-7 "Hemoglobin [Mass/volume] in Blood")</span></p><p><b>subject</b>: <a href="Patient-PatientPersona2.html">Patient/PatientPersona2</a> " C."</p><p><b>performer</b>: <a href="Organization-us-core-organization-acme-laboratory.html">Organization/us-core-organization-acme-laboratory: Acme Laboratory, Inc</a> "Acme Laboratory, Inc."</p><p><b>value</b>: 109 g/L<span style="background: LightGoldenRodYellow"> (Details: UCUM code g/L = 'g/L')</span></p><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>135 g/L<span style="background: LightGoldenRodYellow"> (Details: UCUM code g/L = 'g/L')</span></td><td>180 g/L<span style="background: LightGoldenRodYellow"> (Details: UCUM code g/L = 'g/L')</span></td></tr></table></div>
</text>
<status value="final"/>
<code>
<coding>
<system value="http://loinc.org"/>
<code value="718-7"/>
<display value="Hemoglobin [Mass/volume] in Blood"/>
</coding>
<text value="Hemoglobin"/>
</code>
<subject>🔗
<reference value="Patient/PatientPersona2"/>
</subject>
<performer>🔗
<reference value="Organization/us-core-organization-acme-laboratory"/>
<display value="Acme Laboratory, Inc"/>
</performer>
<valueQuantity>
<value value="109"/>
<unit value="g/L"/>
<system value="http://unitsofmeasure.org"/>
<code value="g/L"/>
</valueQuantity>
<referenceRange>
<low>
<value value="135"/>
<unit value="g/L"/>
<system value="http://unitsofmeasure.org"/>
<code value="g/L"/>
</low>
<high>
<value value="180"/>
<unit value="g/L"/>
<system value="http://unitsofmeasure.org"/>
<code value="g/L"/>
</high>
</referenceRange>
</Observation>