HRSA 2023 Uniform Data System (UDS) Patient Level Submission (PLS) (UDS+) FHIR IG - Local Development build (v1.0.0). See the Directory of published versions
: Uds Plus Income Observation Example - JSON Representation
Raw json | Download
{
"resourceType" : "Observation",
"id" : "de-identified-income-example",
"meta" : {
"profile" : [
"http://hl7.org/fhir/us/uds-plus/StructureDefinition/de-identified-uds-plus-income-observation"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"de-identified-income-example\"> </a></p><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\">Resource Observation "de-identified-income-example" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-de-identified-uds-plus-income-observation.html\">De-Identified UDS Plus Income</a></p></div><p><b>status</b>: final</p><p><b>code</b>: PhenX - annual family income protocol 011101 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#63058-2)</span></p><p><b>subject</b>: <a href=\"Patient-de-identified-example.html\">Patient/de-identified-example</a></p><p><b>effective</b>: 2016-03-28</p><p><b>value</b>: 101-150</p></div>"
},
"status" : "final",
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "63058-2"
}
]
},
"subject" : {
"reference" : "Patient/de-identified-example"
},
"effectiveDateTime" : "2016-03-28",
"valueRange" : {
"low" : {
"value" : 101
},
"high" : {
"value" : 150
}
}
}