FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.hrsa.uds-plus
Resource TypeObservation
IdObservation-de-identified-income-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Observation",
  "id": "de-identified-income-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": "2016",
  "valueRange": {
    "low": {
      "value": 101
    },
    "high": {
      "value": 150
    }
  }
}