FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.phr.r4b
Resource TypeObservation
IdObservation-PCDSleepObservation-duration-example.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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')


Source1

{
  "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"
  }
}