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
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "TLSVObservationExampleDAS28-04"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://interop.esante.gouv.fr/ig/fhir/telesurveillance/StructureDefinition/tlsv-observation"^^xsd:anyURI ;
fhir:link <https://interop.esante.gouv.fr/ig/fhir/telesurveillance/StructureDefinition/tlsv-observation> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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>"
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "survey" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
a sct:441870009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "441870009" ] ;
fhir:display [ fhir:v "Disease activity score using 28 joint count" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/ExamplefrCorePatient001" ] ;
fhir:display [ fhir:v "Pierre Durand" ]
] ; #
fhir:effective [ fhir:v "2023-10-09T10:45:00+02:00"^^xsd:dateTime] ; #
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "3.34"^^xsd:decimal ]
] ; #
fhir:interpretation ( [
( fhir:coding [
a loinc:LA9642-5 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LA9642-5" ] ;
fhir:display [ fhir:v "Moderate activity" ] ] )
] ) ; #
fhir:method [
( fhir:coding [
a sct:444009006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "444009006" ] ;
fhir:display [ fhir:v "Assessment of rheumatoid arthritis" ] ] )
] ; #
fhir:referenceRange ( [
fhir:high [
fhir:value [ fhir:v "2.59"^^xsd:decimal ] ] ;
fhir:type [
( fhir:coding [
a sct:277022003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "277022003" ] ;
fhir:display [ fhir:v "Remission phase" ] ] ) ]
] [
fhir:low [
fhir:value [ fhir:v "2.6"^^xsd:decimal ] ] ;
fhir:high [
fhir:value [ fhir:v "3.2"^^xsd:decimal ] ] ;
fhir:type [
( fhir:coding [
a loinc:LA28784-9 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LA28784-9" ] ;
fhir:display [ fhir:v "Low activity" ] ] ) ]
] [
fhir:low [
fhir:value [ fhir:v "5.11"^^xsd:decimal ] ] ;
fhir:high [
fhir:value [ fhir:v "5.1"^^xsd:decimal ] ] ;
fhir:type [
( fhir:coding [
a loinc:LA28786-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LA28786-4" ] ;
fhir:display [ fhir:v "High activity" ] ] ) ]
] ) ; #
fhir:derivedFrom ( [
fhir:reference [ fhir:v "Observation/TLSVObservationExampleDAS28-01" ]
] [
fhir:reference [ fhir:v "Observation/TLSVObservationExampleDAS28-02" ]
] [
fhir:reference [ fhir:v "Observation/TLSVObservationExampleDAS28-03" ]
] [
fhir:link <https://somefhirserver.fr/Observation/9548722577657> ;
fhir:reference [ fhir:v "https://somefhirserver.fr/Observation/9548722577657" ]
] ) . #
IG © 2020+ ANS. Package ans.fhir.fr.telesurveillance#0.1.0 based on FHIR 4.0.1. Generated 2024-10-10
Liens: Table des matières |
QA |
Historique des versions
| New Issue