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

FHIR IG analytics

Packagehl7.fhir.uv.phr.r4
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 PCDSleepObservation-stage-example

status: Final

code: Sleep, function (observable entity)

subject: Jane Smith

effective: 2022-10-07 22:57:00+0000 --> 2022-10-08 09:13:34+0000

performer: Jane Smith

value: Asleep (finding)


Source1

{
  "resourceType": "Observation",
  "id": "PCDSleepObservation-stage-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://snomed.info/sct",
        "code": "258158006",
        "display": "Sleep, function (observable entity)"
      }
    ]
  },
  "subject": {
    "display": "Jane Smith"
  },
  "effectivePeriod": {
    "start": "2022-10-07T22:57:00Z",
    "end": "2022-10-08T09:13:34.2112Z"
  },
  "performer": [
    {
      "display": "Jane Smith"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "248220008",
        "display": "Asleep (finding)"
      }
    ]
  }
}