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
{
"resourceType" : "Observation",
"id" : "TLSVObservationExampleDAS28-04",
"meta" : {
"profile" : [
🔗 "https://interop.esante.gouv.fr/ig/fhir/telesurveillance/StructureDefinition/tlsv-observation"
]
},
"text" : {
"status" : "generated",
"div" : "<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>"
},
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "survey"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "441870009",
"display" : "Disease activity score using 28 joint count"
}
]
},
"subject" : {
🔗 "reference" : "Patient/ExamplefrCorePatient001",
"display" : "Pierre Durand"
},
"effectiveDateTime" : "2023-10-09T10:45:00+02:00",
"valueQuantity" : {
"value" : 3.34
},
"interpretation" : [
{
"coding" : [
{
"system" : "http://loinc.org",
"code" : "LA9642-5",
"display" : "Moderate activity"
}
]
}
],
"method" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "444009006",
"display" : "Assessment of rheumatoid arthritis"
}
]
},
"referenceRange" : [
{
"high" : {
"value" : 2.59
},
"type" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "277022003",
"display" : "Remission phase"
}
]
}
},
{
"low" : {
"value" : 2.6
},
"high" : {
"value" : 3.2
},
"type" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "LA28784-9",
"display" : "Low activity"
}
]
}
},
{
"low" : {
"value" : 5.11
},
"high" : {
"value" : 5.1
},
"type" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "LA28786-4",
"display" : "High activity"
}
]
}
}
],
"derivedFrom" : [
{
🔗 "reference" : "Observation/TLSVObservationExampleDAS28-01"
},
{
🔗 "reference" : "Observation/TLSVObservationExampleDAS28-02"
},
{
🔗 "reference" : "Observation/TLSVObservationExampleDAS28-03"
},
{
"reference" : "https://somefhirserver.fr/Observation/9548722577657"
}
]
}