FHIR IG analytics| Package | ans.fhir.fr.telesurveillance |
| Resource Type | Observation |
| Id | Observation-TLSVObservationExample01.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation TLSVObservationExample01
status: Final
category: Survey
code: Falling asleep in past 7 days [QIDS]
subject: Pierre Durand
effective: 2023-10-09
performer: Pierre Durand
value: I take at least 30 minutes to fall asleep, less than half the time
{
"resourceType": "Observation",
"id": "TLSVObservationExample01",
"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://loinc.org",
"code": "65502-7",
"display": "Falling asleep in past 7 days [QIDS]"
}
]
},
"subject": {
"reference": "Patient/ExamplefrCorePatient001",
"display": "Pierre Durand"
},
"effectiveDateTime": "2023-10-09",
"performer": [
{
"reference": "Patient/ExamplefrCorePatient001",
"display": "Pierre Durand"
}
],
"valueCodeableConcept": {
"coding": [
{
"system": "http://loinc.org",
"code": "LA14809-0"
}
]
},
"device": {
"reference": "Device/phd-74E8FFFEFF051C00"
}
}