FHIR IG analytics| Package | ans.fhir.fr.telesurveillance |
| Resource Type | Observation |
| Id | Observation-TLSVObservationExampleDAS28-03.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation TLSVObservationExampleDAS28-03
status: Final
category: Survey
code: Visual analog scale pain score
subject: Pierre Durand
effective: 2023-10-09 10:45:00+0200
performer: Pierre Durand
value: 45
method: Assessment using visual analog pain scale
| Low | High |
| 0 | 100 |
derivedFrom: https://somefhirserver.fr/QuestionResponse/4365462658738
{
"resourceType": "Observation",
"id": "TLSVObservationExampleDAS28-03",
"meta": {
"profile": [
"https://interop.esante.gouv.fr/ig/fhir/telesurveillance/StructureDefinition/tlsv-observation"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "survey"
}
]
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "443394008",
"display": "Visual analog scale pain score"
}
]
},
"subject": {
"reference": "Patient/ExamplefrCorePatient001",
"display": "Pierre Durand"
},
"effectiveDateTime": "2023-10-09T10:45:00+02:00",
"performer": [
{
"reference": "Patient/ExamplefrCorePatient001",
"display": "Pierre Durand"
}
],
"valueInteger": 45,
"method": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "445719003",
"display": "Assessment using visual analog pain scale"
}
]
},
"referenceRange": [
{
"low": {
"value": 0
},
"high": {
"value": 100
}
}
],
"derivedFrom": [
{
"reference": "https://somefhirserver.fr/QuestionResponse/4365462658738"
}
]
}