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
{
"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"
}
}
]
}