FHIR IG analytics| Package | StandardPatientHealthRecordIG |
| Resource Type | Observation |
| Id | Observation-PCDSleepObservation-stage-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation
Resource Observation "PCDSleepObservation-stage-example"
status: final
code: Sleep, function (observable entity) (SNOMED CT#258158006)
subject: Patient/janesmith: Jane Smith
effective: 2022-10-07 22:57:00+0000 --> 2022-10-08 09:13:34+0000
value: Asleep (finding) (SNOMED CT#248220008)
{
"resourceType": "Observation",
"id": "PCDSleepObservation-stage-example",
"meta": {
"profile": [
"https://open-health-manager.github.io/standard-patient-health-record-ig/StructureDefinition/pcd-sleep-observation"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "258158006",
"display": "Sleep, function (observable entity)"
}
]
},
"subject": {
"reference": "Patient/janesmith",
"display": "Jane Smith"
},
"effectivePeriod": {
"start": "2022-10-07T22:57:00Z",
"end": "2022-10-08T09:13:34.2112Z"
},
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "248220008",
"display": "Asleep (finding)"
}
]
}
}