This page is part of the Da Vinci Risk Adjustment FHIR Implementation Guide (v2.0.0: STU 2) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
Page standards status: Informative |
{
"resourceType" : "Observation",
"id" : "ra-obs02pat03",
"meta" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/instance-name",
"valueString" : "PHQ9 for Pat03"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/instance-description",
"valueMarkdown" : "This is a PHQ9 Total Score for Pat03*."
}
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation ra-obs02pat03</b></p><a name=\"ra-obs02pat03\"> </a><a name=\"hcra-obs02pat03\"> </a><a name=\"ra-obs02pat03-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 44261-6}\">Patient Health Questionnaire 9 item (PHQ-9) total score [Reported]</span></p><p><b>subject</b>: <a href=\"Patient-ra-patient03.html\">Nelda Nuclear</a></p><p><b>effective</b>: 2019-08-23</p><p><b>performer</b>: <a href=\"Organization-ra-laboratory01.html\">XYZ Laboratory</a></p><p><b>value</b>: 16</p></div>"
},
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "survey",
"display" : "Survey"
}
],
"text" : "Survey"
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "44261-6",
"display" : "Patient Health Questionnaire 9 item (PHQ-9) total score [Reported]"
}
],
"text" : "Patient Health Questionnaire 9 item (PHQ-9) total score [Reported]"
},
"subject" : {
🔗 "reference" : "Patient/ra-patient03",
"display" : "Nelda Nuclear"
},
"effectiveDateTime" : "2019-08-23",
"performer" : [
{
🔗 "reference" : "Organization/ra-laboratory01",
"display" : "XYZ Laboratory"
}
],
"valueInteger" : 16
}