HRSA 2023 Uniform Data System (UDS) Patient Level Submission (PLS) (UDS+) FHIR IG
1.0.1 - STU1 Release 1 - Standard for Trial-Use International flag

This page is part of the HRSA Uniform Data System (UDS) Patient Level Submission (PLS) (UDS+ or uds-plus) FHIR IG (v1.0.1: STU1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: UDS Plus Reporting Parameters Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Parameters",
  "id" : "reporting-parameters-example",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.org/guides/hrsa/uds-plus/StructureDefinition/uds-plus-patient-reporting-parameters"
    ]
  },
  "parameter" : [
    {
      "name" : "patientReference",
      "valueReference" : {
        🔗 "reference" : "Patient/de-identified-example"
      }
    },
    {
      "name" : "combinedFundingStreams",
      "valueString" : "CHC,MHC"
    },
    {
      "name" : "reportNames",
      "part" : [
        {
          "name" : "patientsByZip",
          "valueBoolean" : true
        },
        {
          "name" : "table3A",
          "valueBoolean" : true
        },
        {
          "name" : "table3B",
          "valueBoolean" : true
        },
        {
          "name" : "table4",
          "valueBoolean" : true
        },
        {
          "name" : "table6A",
          "valueBoolean" : true
        },
        {
          "name" : "table6B-Line1-6-Age-Of-Prenatal-Care-Patients",
          "valueBoolean" : false
        },
        {
          "name" : "table6B-Line7-9-Early-Entry-Into-Prenatal-Care",
          "valueBoolean" : true
        },
        {
          "name" : "table6B-Line10-Childhood-Immunization-Status-CMS117",
          "valueBoolean" : true
        },
        {
          "name" : "table6B-Line11-Cervical-Cancer-Screening-CMS124",
          "valueBoolean" : true
        },
        {
          "name" : "table6B-Line11a-Breast-Cancer-Screening-CMS125",
          "valueBoolean" : true
        },
        {
          "name" : "table6B-Line12-Weight-Assessment-And-Counselling-CMS155",
          "valueBoolean" : true
        },
        {
          "name" : "table6B-Line13-Preventive-Care-And-Screening-BMI-CMS69",
          "valueBoolean" : true
        },
        {
          "name" : "table6B-Line14a-Preventive-Care-And-Screening-Tobacco-Use-CMS138",
          "valueBoolean" : true
        },
        {
          "name" : "table6B-Line17a-Statin-Therapy-CMS347",
          "valueBoolean" : true
        },
        {
          "name" : "table6B-Line18-Ischmic-Vascular-Disease-CMS164",
          "valueBoolean" : true
        },
        {
          "name" : "table6B-Line19-Colorectal-Cancer-Screening-CMS130",
          "valueBoolean" : true
        },
        {
          "name" : "table6B-Line20-HIV-Linkage-To-Care",
          "valueBoolean" : true
        },
        {
          "name" : "table6B-Line20a-HIV-Screening-CMS349",
          "valueBoolean" : true
        },
        {
          "name" : "table6B-Line21-Preventive-Care-And-Screening-For-Depression-CMS2",
          "valueBoolean" : true
        },
        {
          "name" : "table6B-Line21a-Depression-Remission-At-Twelve-Months-CMS159",
          "valueBoolean" : true
        },
        {
          "name" : "table6B-Line22-Dental-Sealants-For-Children-CMS277",
          "valueBoolean" : true
        },
        {
          "name" : "table7-Line0-HIV-Positive-Pregnant-Patients",
          "valueBoolean" : true
        },
        {
          "name" : "table7-Line2-Deliveries-Performed-By-Health-Center",
          "valueBoolean" : true
        },
        {
          "name" : "table7-Line1a-d-Prenatal-Care-Patient-Deliveries",
          "valueBoolean" : true
        },
        {
          "name" : "table7-Line2a-c-Controlling-High-Blood-Pressure-CMS165",
          "valueBoolean" : true
        },
        {
          "name" : "table7-Line3a-f-HbA1c-Poor-Control-CMS122",
          "valueBoolean" : true
        }
      ]
    }
  ]
}