FHIR IG analytics| Package | StandardPatientHealthRecordIG |
| Resource Type | Observation |
| Id | Observation-PCDSleepObservation-duration-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-duration-example"
status: final
code: Sleep duration (LOINC#93832-4)
subject: Patient/janesmith: Jane Smith
effective: 2022-10-08 09:57:34+0000
value: 9 h (Details: UCUM code h = 'h')
{
"resourceType": "Observation",
"id": "PCDSleepObservation-duration-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://loinc.org",
"code": "93832-4",
"display": "Sleep duration"
}
]
},
"subject": {
"reference": "Patient/janesmith",
"display": "Jane Smith"
},
"effectiveDateTime": "2022-10-08T09:57:34.2112Z",
"valueQuantity": {
"value": 9,
"system": "http://unitsofmeasure.org",
"code": "h"
}
}