{
  "resourceType" : "Observation",
  "id" : "sleep-quality-satisfied-example",
  "meta" : {
    "profile" : ["https://fhir.hl7.at/prenudge/appdata/r4/StructureDefinition/at-prenudge-sleep-quality-observation"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation sleep-quality-satisfied-example</b></p><a name=\"sleep-quality-satisfied-example\"> </a><a name=\"hcsleep-quality-satisfied-example\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-at-prenudge-sleep-quality-observation.html\">AT PreNUDGE Observation Sleep Quality</a></p></div><p><b>identifier</b>: <code>https://www.joanneum.at</code>/qr-slq-2026-03-10-001</p><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 61987-4}\">My sleep quality was...in past 7 days [PROMIS]</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">James Pond  Male, DoB: 1990-01-01 ( urn:oid:1.2.40.0.10.1.4.3.1#1234567890)</a></p><p><b>effective</b>: 2026-03-10 08:00:00+0000</p><p><b>issued</b>: 2026-03-10 08:00:00+0000</p><p><b>value</b>: <span title=\"Codes:{http://loinc.org LA8967-7}\">Good</span></p><p><b>method</b>: <span title=\"Codes:{http://snomed.info/sct 87982008}\">Manual</span></p><p><b>derivedFrom</b>: <a href=\"QuestionnaireResponse-sleep-quality-response-satisfied-example.html\">Response to Questionnaire '-&gt;Schlafqualität – Selbsteinschätzung (WHOQOL-BREF Q16)' about '-&gt;James Pond  Male, DoB: 1990-01-01 ( urn:oid:1.2.40.0.10.1.4.3.1#1234567890)'</a></p></div>"
  },
  "identifier" : [{
    "system" : "https://www.joanneum.at",
    "value" : "qr-slq-2026-03-10-001"
  }],
  "status" : "final",
  "code" : {
    "coding" : [{
      "system" : "http://loinc.org",
      "code" : "61987-4",
      "display" : "My sleep quality was...in past 7 days [PROMIS]"
    }]
  },
  "subject" : {
    "reference" : "Patient/example"
  },
  "effectiveDateTime" : "2026-03-10T08:00:00Z",
  "issued" : "2026-03-10T08:00:00Z",
  "valueCodeableConcept" : {
    "coding" : [{
      "system" : "http://loinc.org",
      "code" : "LA8967-7",
      "display" : "Good"
    }]
  },
  "method" : {
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "87982008",
      "display" : "Manual"
    }]
  },
  "derivedFrom" : [{
    "reference" : "QuestionnaireResponse/sleep-quality-response-satisfied-example"
  }]
}