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 - Early Childhood Nutrition Request Supporting Information Queries - JSON Representation

Raw json | Download


{
  "resourceType" : "Bundle",
  "id" : "bundle-batch-query-early-childhood-nutrition-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 - Baby"
          }
        ],
        "method" : "GET",
        "url" : "/Patient/{{patient-id-baby}}"
      }
    },
    {
      "request" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/us/bser/StructureDefinition/query-description",
            "valueString" : "Patient - Mother"
          }
        ],
        "method" : "GET",
        "url" : "/Patient/{{patient-id-mother}}"
      }
    },
    {
      "request" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/us/bser/StructureDefinition/query-description",
            "valueString" : "Blood Pressure - Baby"
          }
        ],
        "method" : "GET",
        "url" : "/Observation?patient={{patient-id-baby}}&category=vital-signs&code=85354-9"
      }
    },
    {
      "request" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/us/bser/StructureDefinition/query-description",
            "valueString" : "Blood Pressure - Mother"
          }
        ],
        "method" : "GET",
        "url" : "/Observation?patient={{patient-id-baby}}&category=vital-signs&code=85354-9"
      }
    },
    {
      "request" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/us/bser/StructureDefinition/query-description",
            "valueString" : "Body Height - Lying - Baby"
          }
        ],
        "method" : "GET",
        "url" : "/Observation?patient={{patient-id-baby}}&category=vital-signs&code=8302-2,8306-3"
      }
    },
    {
      "request" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/us/bser/StructureDefinition/query-description",
            "valueString" : "Body Height - Mother"
          }
        ],
        "method" : "GET",
        "url" : "/Observation?patient={{patient-id-baby}}&category=vital-signs&code=8302-2"
      }
    },
    {
      "request" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/us/bser/StructureDefinition/query-description",
            "valueString" : "Body Mass Index - Mother"
          }
        ],
        "method" : "GET",
        "url" : "/Observation?patient={{patient-id-mother}}&category=vital-signs&code=39156-5"
      }
    },
    {
      "request" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/us/bser/StructureDefinition/query-description",
            "valueString" : "Body Mass Index - Baby"
          }
        ],
        "method" : "GET",
        "url" : "/Observation?patient={{patient-id-baby}}&category=vital-signs&code=29463-7"
      }
    },
    {
      "request" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/us/bser/StructureDefinition/query-description",
            "valueString" : "Body Mass Index - Mother"
          }
        ],
        "method" : "GET",
        "url" : "/Observation?patient={{patient-id-mother}}&category=vital-signs&code=29463-7"
      }
    },
    {
      "request" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/us/bser/StructureDefinition/query-description",
            "valueString" : "Able to latch to breast"
          }
        ],
        "method" : "GET",
        "url" : "/Observation?patient={{patient-id-baby}}&code=288988007"
      }
    },
    {
      "request" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/us/bser/StructureDefinition/query-description",
            "valueString" : "Maternal concern"
          }
        ],
        "method" : "GET",
        "url" : "/Observation?patient={{patient-id-baby}}&code=270472006"
      }
    },
    {
      "request" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/us/bser/StructureDefinition/query-description",
            "valueString" : "Nipple shield"
          }
        ],
        "method" : "GET",
        "url" : "/Observation?patient={{patient-id-mother}}&code=335389008"
      }
    },
    {
      "request" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/us/bser/StructureDefinition/query-description",
            "valueString" : "Employment Status - Mother"
          }
        ],
        "method" : "GET",
        "url" : "/Observation?patient={{patient-id-mother}}&category=social-history&code=74165-2"
      }
    },
    {
      "request" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/us/bser/StructureDefinition/query-description",
            "valueString" : "Education Level - Mother"
          }
        ],
        "method" : "GET",
        "url" : "/Observation?patient={{patient-id-mother}}&category=social-history&code=82589-3"
      }
    }
  ]
}