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-with-quantity-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-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": "%"
  }
}