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

FHIR IG analytics

PackageStandardPatientHealthRecordIG
Resource TypeObservation
IdObservation-PCDSleepObservation-duration-example.json
FHIR VersionR4

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

Resource Observation "PCDSleepObservation-duration-example"

Profile: Patient contributed data: sleep observation

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


Source1

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