Guide d'implémentation FHIR - Mesures de santé
3.1.0 - ci-build
Guide d'implémentation FHIR - Mesures de santé - Local Development build (v3.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
<Observation xmlns="http://hl7.org/fhir">
<id value="cholesterol-hdl-example"/>
<meta>
<profile
value="https://interop.esante.gouv.fr/ig/fhir/mesures/StructureDefinition/mesures-observation-cholesterol-hdl"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Narratif généré : Observation cholesterol-hdl-example</b></p><a name="cholesterol-hdl-example"> </a><a name="hccholesterol-hdl-example"> </a><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"/><p style="margin-bottom: 0px">Profil: <a href="StructureDefinition-mesures-observation-cholesterol-hdl.html">Cholestérol - HDL</a></p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title="Codes:{http://loinc.org 2085-9}">HDL Cholesterol</span></p><p><b>subject</b>: <a href="Patient-ExamplefrPatient001.html">Pierre Durand</a></p><p><b>effective</b>: 2024-10-15</p><p><b>value</b>: 2.8 mmol/L<span style="background: LightGoldenRodYellow"> (Details: UCUM codemmol/L = 'mmol/L')</span></p><p><b>method</b>: <span title="Codes:{https://smt.esante.gouv.fr/fhir/ValueSet/1.2.250.1.213.1.1.5.789 DEG}">DEG</span></p><h3>ReferenceRanges</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Low</b></td></tr><tr><td style="display: none">*</td><td>3.1 mmol/L<span style="background: LightGoldenRodYellow"> (Details: UCUM codemmol/L = 'mmol/L')</span></td></tr></table></div>
</text>
<status value="final"/>
<code>
<coding>
<system value="http://loinc.org"/>
<code value="2085-9"/>
<display value="HDL Cholesterol"/>
</coding>
</code>
<subject>🔗
<reference value="Patient/ExamplefrPatient001"/>
<type value="Patient"/>
<display value="Pierre Durand"/>
</subject>
<effectiveDateTime value="2024-10-15"/>
<valueQuantity>
<value value="2.8"/>
<unit value="mmol/L"/>
<system value="http://unitsofmeasure.org"/>
<code value="mmol/L"/>
</valueQuantity>
<method>
<coding>
<system
value="https://smt.esante.gouv.fr/fhir/ValueSet/1.2.250.1.213.1.1.5.789"/>
<code value="DEG"/>
</coding>
</method>
<referenceRange>
<low>
<value value="3.1"/>
<unit value="mmol/L"/>
<system value="http://unitsofmeasure.org"/>
<code value="mmol/L"/>
</low>
</referenceRange>
</Observation>