Bidirectional Services eReferral (BSeR)
2.0.0-ballot - STU2 United States of America flag

This page is part of the Bidirectional Services eReferrals (BSeR) (v2.0.0-ballot: STU 2) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

: Batch Query Bundle - Diabetes Prevention Request Supporting Information Queries - JSON Representation

Raw json | Download


{
  "resourceType" : "Bundle",
  "id" : "bundle-batch-query-diabetes-prevention-request",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/us/bser/StructureDefinition/bser-bundle-batch-query-referral-supporting-info"
    ]
  },
  "type" : "batch",
  "entry" : [
    {
      "request" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/us/bser/StructureDefinition/query-description",
            "valueString" : "Patient"
          }
        ],
        "method" : "GET",
        "url" : "/Patient/{{patient-id}}"
      }
    },
    {
      "request" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/us/bser/StructureDefinition/query-description",
            "valueString" : "Blood Pressure"
          }
        ],
        "method" : "GET",
        "url" : "/Observation?patient={{patient-id}}&category=vital-signs&code=85354-9"
      }
    },
    {
      "request" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/us/bser/StructureDefinition/query-description",
            "valueString" : "Body Height"
          }
        ],
        "method" : "GET",
        "url" : "/Observation?patient={{patient-id}}&category=vital-signs&code=8302-2"
      }
    },
    {
      "request" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/us/bser/StructureDefinition/query-description",
            "valueString" : "Body Mass Index"
          }
        ],
        "method" : "GET",
        "url" : "/Observation?patient={{patient-id}}&category=vital-signs&code=39156-5"
      }
    },
    {
      "request" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/us/bser/StructureDefinition/query-description",
            "valueString" : "Body Mass Index"
          }
        ],
        "method" : "GET",
        "url" : "/Observation?patient={{patient-id}}&category=vital-signs&code=29463-7"
      }
    },
    {
      "request" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/us/bser/StructureDefinition/query-description",
            "valueString" : "Ha1C"
          }
        ],
        "method" : "GET",
        "url" : "/Observation?patient={{patient-id}}&category=laboratory&code=17855-8,17856-6,41995-2,43150-2,4548-4,4549-2,55454-3,59261-8,62388-4,71875-9,86910-7"
      }
    },
    {
      "request" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/us/bser/StructureDefinition/query-description",
            "valueString" : "Employment Status"
          }
        ],
        "method" : "GET",
        "url" : "/Observation?patient={{patient-id}}&category=social-history&code=74165-2"
      }
    },
    {
      "request" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/us/bser/StructureDefinition/query-description",
            "valueString" : "Education Level"
          }
        ],
        "method" : "GET",
        "url" : "/Observation?patient={{patient-id}}&category=social-history&code=82589-3"
      }
    }
  ]
}