Guide d'implémentation FHIR - Mesures de santé
3.1.1 - ci-build
Guide d'implémentation FHIR - Mesures de santé, publié par ANS. Ce guide nest pas une publication autorisée ; cest la version en intégration continue pour la version 3.1.1 construite par le CI Build FHIR (HL7® FHIR® Standard). Cette version est basée sur le contenu actuel de https://github.com/ansforge/IG-fhir-mesures-de-sante/ et change régulièrement. Voir le répertoire des versions publiées
<Observation xmlns="http://hl7.org/fhir">
<id value="645f7341-715f-44fb-87e9-93f2e7d125a5"/>
<meta>
<profile
value="https://interop.esante.gouv.fr/ig/fhir/mesures/StructureDefinition/mesures-observation-cholesterol-trigly"/>
</meta>
<text>
<status value="extensions"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Narratif généré : Observation 645f7341-715f-44fb-87e9-93f2e7d125a5</b></p><a name="645f7341-715f-44fb-87e9-93f2e7d125a5"> </a><a name="hc645f7341-715f-44fb-87e9-93f2e7d125a5"> </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-trigly.html">Cholestérol - triglycerides</a></p></div><blockquote><p><b>Valeur originale</b></p><ul><li>has-been-converted: true</li><li>original-code: <span title="Codes :{http://loinc.org 2571-8}">Triglycérides [Masse/Volume] Sérum/Plasma ; Numérique</span></li><li>original-value: 4.9 g/L<span style="background: LightGoldenRodYellow"> (Détails : code UCUMg/L = 'g/L')</span></li></ul></blockquote><p><b>status</b>: Final</p><p><b>code</b>: <span title="Codes :{http://loinc.org 2571-8}">Triglycérides [Masse/Volume] Sérum/Plasma ; Numérique</span></p><p><b>subject</b>: <a href="Patient-example-mes-fr-patient-001.html">Pierre Durand</a></p><p><b>effective</b>: 2024-10-15</p><p><b>value</b>: 5.6 mmol/L<span style="background: LightGoldenRodYellow"> (Détails : code UCUMmmol/L = 'mmol/L')</span></p><p><b>method</b>: <span title="Codes :{https://smt.esante.gouv.fr/terminologie-tccr DEG}">DEG</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>2.8 mmol/L<span style="background: LightGoldenRodYellow"> (Détails : code UCUMmmol/L = 'mmol/L')</span></td><td>21.1 mmol/L<span style="background: LightGoldenRodYellow"> (Détails : code UCUMmmol/L = 'mmol/L')</span></td></tr></table></div>
</text>
<extension
url="https://interop.esante.gouv.fr/ig/fhir/mesures/StructureDefinition/mesures-original-data">
<extension url="has-been-converted">
<valueBoolean value="true"/>
</extension>
<extension url="original-code">
<valueCodeableConcept>
<coding>
<system value="http://loinc.org"/>
<code value="2571-8"/>
<display
value="Triglycérides [Masse/Volume] Sérum/Plasma ; Numérique"/>
</coding>
</valueCodeableConcept>
</extension>
<extension url="original-value">
<valueQuantity>
<value value="4.9"/>
<unit value="g/L"/>
<system value="http://unitsofmeasure.org"/>
<code value="g/L"/>
</valueQuantity>
</extension>
</extension>
<status value="final"/>
<code>
<coding>
<system value="http://loinc.org"/>
<code value="2571-8"/>
<display value="Triglycérides [Masse/Volume] Sérum/Plasma ; Numérique"/>
</coding>
</code>
<subject>🔗
<reference value="Patient/example-mes-fr-patient-001"/>
<type value="Patient"/>
<display value="Pierre Durand"/>
</subject>
<effectiveDateTime value="2024-10-15"/>
<valueQuantity>
<value value="5.6"/>
<unit value="mmol/L"/>
<system value="http://unitsofmeasure.org"/>
<code value="mmol/L"/>
</valueQuantity>
<method>
<coding>
<system value="https://smt.esante.gouv.fr/terminologie-tccr"/>
<code value="DEG"/>
</coding>
</method>
<referenceRange>
<low>
<value value="2.8"/>
<unit value="mmol/L"/>
<system value="http://unitsofmeasure.org"/>
<code value="mmol/L"/>
</low>
<high>
<value value="21.1"/>
<unit value="mmol/L"/>
<system value="http://unitsofmeasure.org"/>
<code value="mmol/L"/>
</high>
</referenceRange>
</Observation>