Guide d'implémentation de la télésurveillance
0.1.0 - trial-use
This page is part of the Guide d'implémentation de la télésurveillance (v0.1.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
<Observation xmlns="http://hl7.org/fhir">
<id value="TLSVObservationExampleDAS28-04"/>
<meta>
<profile
value="https://interop.esante.gouv.fr/ig/fhir/telesurveillance/StructureDefinition/tlsv-observation"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Observation TLSVObservationExampleDAS28-04</b></p><a name="TLSVObservationExampleDAS28-04"> </a><a name="hcTLSVObservationExampleDAS28-04"> </a><a name="TLSVObservationExampleDAS28-04-fr-FR"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/observation-category survey}">Survey</span></p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 441870009}">Disease activity score using 28 joint count</span></p><p><b>subject</b>: <a href="Patient-ExamplefrCorePatient001.html">Pierre Durand</a></p><p><b>effective</b>: 2023-10-09 10:45:00+0200</p><p><b>value</b>: 3.34</p><p><b>interpretation</b>: <span title="Codes:{http://loinc.org LA9642-5}">Moderate activity</span></p><p><b>method</b>: <span title="Codes:{http://snomed.info/sct 444009006}">Assessment of rheumatoid arthritis</span></p><blockquote><p><b>referenceRange</b></p><p><b>high</b>: 2.59</p><p><b>type</b>: <span title="Codes:{http://snomed.info/sct 277022003}">Remission phase</span></p></blockquote><blockquote><p><b>referenceRange</b></p><p><b>low</b>: 2.6</p><p><b>high</b>: 3.2</p><p><b>type</b>: <span title="Codes:{http://loinc.org LA28784-9}">Low activity</span></p></blockquote><blockquote><p><b>referenceRange</b></p><p><b>low</b>: 5.11</p><p><b>high</b>: 5.1</p><p><b>type</b>: <span title="Codes:{http://loinc.org LA28786-4}">High activity</span></p></blockquote><p><b>derivedFrom</b>: </p><ul><li><a href="Observation-TLSVObservationExampleDAS28-01.html">Observation Tender 28 joint count</a></li><li><a href="Observation-TLSVObservationExampleDAS28-02.html">Observation Swollen 28 joint count</a></li><li><a href="Observation-TLSVObservationExampleDAS28-03.html">Observation Visual analog scale pain score</a></li><li><a href="https://somefhirserver.fr/Observation/9548722577657">https://somefhirserver.fr/Observation/9548722577657</a></li></ul></div>
</text>
<status value="final"/>
<category>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/observation-category"/>
<code value="survey"/>
</coding>
</category>
<code>
<coding>
<system value="http://snomed.info/sct"/>
<code value="441870009"/>
<display value="Disease activity score using 28 joint count"/>
</coding>
</code>
<subject>🔗
<reference value="Patient/ExamplefrCorePatient001"/>
<display value="Pierre Durand"/>
</subject>
<effectiveDateTime value="2023-10-09T10:45:00+02:00"/>
<valueQuantity>
<value value="3.34"/>
</valueQuantity>
<interpretation>
<coding>
<system value="http://loinc.org"/>
<code value="LA9642-5"/>
<display value="Moderate activity"/>
</coding>
</interpretation>
<method>
<coding>
<system value="http://snomed.info/sct"/>
<code value="444009006"/>
<display value="Assessment of rheumatoid arthritis"/>
</coding>
</method>
<referenceRange>
<high>
<value value="2.59"/>
</high>
<type>
<coding>
<system value="http://snomed.info/sct"/>
<code value="277022003"/>
<display value="Remission phase"/>
</coding>
</type>
</referenceRange>
<referenceRange>
<low>
<value value="2.6"/>
</low>
<high>
<value value="3.2"/>
</high>
<type>
<coding>
<system value="http://loinc.org"/>
<code value="LA28784-9"/>
<display value="Low activity"/>
</coding>
</type>
</referenceRange>
<referenceRange>
<low>
<value value="5.11"/>
</low>
<high>
<value value="5.1"/>
</high>
<type>
<coding>
<system value="http://loinc.org"/>
<code value="LA28786-4"/>
<display value="High activity"/>
</coding>
</type>
</referenceRange>
<derivedFrom>🔗
<reference value="Observation/TLSVObservationExampleDAS28-01"/>
</derivedFrom>
<derivedFrom>🔗
<reference value="Observation/TLSVObservationExampleDAS28-02"/>
</derivedFrom>
<derivedFrom>🔗
<reference value="Observation/TLSVObservationExampleDAS28-03"/>
</derivedFrom>
<derivedFrom>
<reference value="https://somefhirserver.fr/Observation/9548722577657"/>
</derivedFrom>
</Observation>