FHIR IG analytics| Package | hl7.fhir.uv.phr.r4b |
| Resource Type | Observation |
| Id | Observation-PCDSleepObservation-duration-example.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation PCDSleepObservation-duration-example
status: Final
code: Sleep duration
subject: Jane Smith
effective: 2022-10-08 09:57:34+0000
performer: Jane Smith
value: 9 h (Details: UCUM codeh = 'h')
{
"resourceType": "Observation",
"id": "PCDSleepObservation-duration-example",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/phr/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": {
"display": "Jane Smith"
},
"effectiveDateTime": "2022-10-08T09:57:34.2112Z",
"performer": [
{
"display": "Jane Smith"
}
],
"valueQuantity": {
"value": 9,
"system": "http://unitsofmeasure.org",
"code": "h"
}
}