Person-Centered Outcomes
0.2.0 - ci-build
Person-Centered Outcomes, published by Mountain Lotus WellBeing LLC. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/mtnlotus/pco-ig/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Observation",
"id" : "pcoPROMScoreAnxietyExample",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation pcoPROMScoreAnxietyExample</b></p><a name=\"pcoPROMScoreAnxietyExample\"> </a><a name=\"hcpcoPROMScoreAnxietyExample\"> </a><a name=\"pcoPROMScoreAnxietyExample-en-US\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category survey}\">Survey</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 70274-6}\">Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]</span></p><p><b>subject</b>: <a href=\"Patient-pcoPatientLopez.html\">Camila Lopez Female, DoB: 1959-07-16 ( http://example.org#ee8d4ac0-545c-4501-8d7e-646bfbda1ge3\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>focus</b>: <a href=\"Goal-pcoGoalAnxietyExample.html\">Goal: lifecycleStatus = active; achievementStatus = In Progress; category = Power of the Mind; description = ; start[x] = 2024-08-11</a></p><p><b>effective</b>: 2024-09-19 13:15:00+0000</p><p><b>performer</b>: <a href=\"Patient-pcoPatientLopez.html\">Camila Lopez Female, DoB: 1959-07-16 ( http://example.org#ee8d4ac0-545c-4501-8d7e-646bfbda1ge3\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>value</b>: 10</p></div>"
},
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "survey"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "70274-6",
"display" : "Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"
}
]
},
"subject" : {
🔗 "reference" : "Patient/pcoPatientLopez"
},
"focus" : [
{
🔗 "reference" : "Goal/pcoGoalAnxietyExample"
}
],
"effectiveDateTime" : "2024-09-19T13:15:00Z",
"performer" : [
{
🔗 "reference" : "Patient/pcoPatientLopez"
}
],
"valueInteger" : 10
}