FHIR IG analytics| Package | fhir.hrsa.uds-plus |
| Resource Type | Observation |
| Id | Observation-de-identified-income-with-quantity-example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Observation",
"id": "de-identified-income-with-quantity-example",
"meta": {
"profile": [
"http://fhir.org/guides/hrsa/uds-plus/StructureDefinition/de-identified-uds-plus-income-observation"
]
},
"status": "final",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "63058-2"
}
]
},
"subject": {
"reference": "Patient/de-identified-example"
},
"effectiveDateTime": "2018",
"valueQuantity": {
"value": 200,
"comparator": ">",
"unit": "percent",
"system": "http://unitsofmeasure.org",
"code": "%"
}
}