FHIR IG analytics| Package | ans.fhir.fr.telesurveillance |
| Resource Type | Observation |
| Id | Observation-TLSVObservationExample03.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation TLSVObservationExample03
status: Final
category: Survey
code: Pain finding at anatomical site
subject: Pierre Durand
effective: 2023-10-09 --> 2023-10-15
performer: Pierre Durand
value: J'ai pris un anti-douleur
derivedFrom: QuestionnaireResponse001
{
"resourceType": "Observation",
"id": "TLSVObservationExample03",
"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": "279001004",
"display": "Pain finding at anatomical site"
}
]
},
"subject": {
"reference": "Patient/ExamplefrCorePatient001",
"display": "Pierre Durand"
},
"effectivePeriod": {
"start": "2023-10-09",
"end": "2023-10-15"
},
"performer": [
{
"reference": "Patient/ExamplefrCorePatient001",
"display": "Pierre Durand"
}
],
"valueString": "J'ai pris un anti-douleur",
"device": {
"reference": "Device/phd-74E8FFFEFF051C00"
},
"derivedFrom": [
{
"reference": "QuestionnaireResponse001",
"display": "QuestionnaireResponse001"
}
]
}