FHIR IG analytics| Package | hl7.fhir.dk.hackathons |
| Resource Type | Observation |
| Id | Observation-PhysicalActivityObservationExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation PhysicalActivityObservationExample
Profile: PhysicalActivityObservation
Episode of care: EpisodeOfCare: status = active; period = 2022-09-01 00:00:00+0200 --> (ongoing)
status: Final
code: Walking
effective: 2022-09-05 00:00:00+0200 --> 2022-09-06 00:00:00+0200
{
"resourceType": "Observation",
"id": "PhysicalActivityObservationExample",
"meta": {
"profile": [
"http://hl7.dk/fhir/hackathons/StructureDefinition/PhysicalActivityObservation"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/workflow-episodeOfCare",
"valueReference": {
"reference": "EpisodeOfCare/EpisodeOfCareExample"
}
}
],
"status": "final",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "129006008",
"display": "Walking"
}
]
},
"subject": {
"reference": "Patient/PatientExample"
},
"effectivePeriod": {
"start": "2022-09-05T00:00:00+02:00",
"end": "2022-09-06T00:00:00+02:00"
},
"performer": [
{
"reference": "Patient/PatientExample"
}
]
}