FHIR IG analytics| Package | ans.fhir.fr.telesurveillance |
| Resource Type | Observation |
| Id | Observation-TLSVObservationExample02.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation TLSVObservationExample02
status: Final
category: Survey
code: Fatigue Severity
subject: Pierre Durand
effective: 2023-10-09 --> 2023-10-15
issued: 2023-10-12 13:28:17+0200
performer: Pierre Durand
value: Severe
interpretation: C70667, Severe
derivedFrom: QuestionnaireResponse001
{
"resourceType": "Observation",
"id": "TLSVObservationExample02",
"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://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl",
"code": "C180126",
"display": "Fatigue Severity"
}
]
},
"subject": {
"reference": "Patient/ExamplefrCorePatient001",
"display": "Pierre Durand"
},
"effectivePeriod": {
"start": "2023-10-09",
"end": "2023-10-15"
},
"issued": "2023-10-12T13:28:17.239+02:00",
"performer": [
{
"reference": "Patient/ExamplefrCorePatient001",
"display": "Pierre Durand"
}
],
"valueCodeableConcept": {
"coding": [
{
"system": "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl",
"code": "C70667",
"display": "Severe"
}
]
},
"interpretation": [
{
"coding": [
{
"system": "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl",
"code": "C70667"
}
]
},
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "24484000"
}
]
}
],
"derivedFrom": [
{
"reference": "QuestionnaireResponse001",
"display": "QuestionnaireResponse001"
}
]
}