Guide d'implémentation de la télésurveillance
0.1.0-ballot - draft
This page is part of the Guide d'implémentation de la télésurveillance (v0.1.O-ballot: Release) based on FHIR (HL7® FHIR® Standard) R4. . 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><b>Generated Narrative: Observation </b><a name=\"TLSVObservationExampleDAS28-04\"> </a><a name=\"hcTLSVObservationExampleDAS28-04\"> </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\">ResourceObservation "TLSVObservationExampleDAS28-04" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-tlsv-observation.html\">Profil Observation pour la telesurveillance</a></p></div><p><b>status</b>: final</p><p><b>category</b>: Survey <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-observation-category.html\">Observation Category Codes</a>#survey)</span></p><p><b>code</b>: Disease activity score using 28 joint count <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#441870009)</span></p><p><b>subject</b>: <a href=\"Patient-ExamplefrCorePatient001.html\">Patient/ExamplefrCorePatient001: Pierre Durand</a> " DURAND"</p><p><b>effective</b>: 2023-10-09 10:45:00+0200</p><p><b>value</b>: 3.34</p><p><b>interpretation</b>: Moderate activity <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#LA9642-5)</span></p><p><b>method</b>: Assessment of rheumatoid arthritis <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#444009006)</span></p><blockquote><p><b>referenceRange</b></p><p><b>high</b>: 2.59</p><p><b>type</b>: Remission phase <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#277022003)</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>: Low activity <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#LA28784-9)</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>: High activity <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#LA28786-4)</span></p></blockquote><p><b>derivedFrom</b>: </p><ul><li><a href=\"Observation-TLSVObservationExampleDAS28-01.html\">Observation/TLSVObservationExampleDAS28-01</a></li><li><a href=\"Observation-TLSVObservationExampleDAS28-02.html\">Observation/TLSVObservationExampleDAS28-02</a></li><li><a href=\"Observation-TLSVObservationExampleDAS28-03.html\">Observation/TLSVObservationExampleDAS28-03</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"
}
]
}