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

FHIR IG analytics

PackageStandardPatientHealthRecordIG
Resource TypeObservation
IdObservation-PCDSleepObservation-stage-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-stage-example"

Profile: Patient contributed data: sleep observation

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)


Source1

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