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

Bidirectional Services eReferral (BSeR), published by HL7 Public Health Working Group. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/bser/ and changes regularly. See the Directory of published versions

: Batch Query Bundle - Hypertension Request Supporting Information Queries - JSON Representation

Raw json | Download

{
  "resourceType" : "Bundle",
  "id" : "bundle-batch-query-hypertension-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" : "Diagnosis - Hypertension"
          }
        ],
        "method" : "GET",
        "url" : "/Condition?patient={{patient-id}}&category=problem-list-item,health-concern&codein=https://vsac.nlm.nih.gov/valueset/2.16.840.1.113762.1.4.1032.9/expansion/Latest"
      }
    },
    {
      "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"
      }
    }
  ]
}