@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/us/bser/Bundle/bundle-batch-query-early-childhood-nutrition-request> a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "bundle-batch-query-early-childhood-nutrition-request"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/us/bser/StructureDefinition/bser-bundle-batch-query-referral-supporting-info"^^xsd:anyURI ;
       fhir:link <http://hl7.org/fhir/us/bser/StructureDefinition/bser-bundle-batch-query-referral-supporting-info>
     ] )
  ] ; # 
  fhir:type [ fhir:v "batch"] ; # 
  fhir:entry ( [
     fhir:request [
       fhir:extension ( [
         fhir:url [ fhir:v "http://hl7.org/fhir/us/bser/StructureDefinition/query-description"^^xsd:anyURI ] ;
         fhir:value [
           a fhir:string ;
           fhir:v "Patient - Baby"
         ]
       ] ) ;
       fhir:method [ fhir:v "GET" ] ;
       fhir:url [ fhir:v "/Patient/{{patient-id-baby}}"^^xsd:anyURI ]
     ]
  ] [
     fhir:request [
       fhir:extension ( [
         fhir:url [ fhir:v "http://hl7.org/fhir/us/bser/StructureDefinition/query-description"^^xsd:anyURI ] ;
         fhir:value [
           a fhir:string ;
           fhir:v "Patient - Mother"
         ]
       ] ) ;
       fhir:method [ fhir:v "GET" ] ;
       fhir:url [ fhir:v "/Patient/{{patient-id-mother}}"^^xsd:anyURI ]
     ]
  ] [
     fhir:request [
       fhir:extension ( [
         fhir:url [ fhir:v "http://hl7.org/fhir/us/bser/StructureDefinition/query-description"^^xsd:anyURI ] ;
         fhir:value [
           a fhir:string ;
           fhir:v "Blood Pressure - Baby"
         ]
       ] ) ;
       fhir:method [ fhir:v "GET" ] ;
       fhir:url [ fhir:v "/Observation?patient={{patient-id-baby}}&category=vital-signs&code=85354-9"^^xsd:anyURI ]
     ]
  ] [
     fhir:request [
       fhir:extension ( [
         fhir:url [ fhir:v "http://hl7.org/fhir/us/bser/StructureDefinition/query-description"^^xsd:anyURI ] ;
         fhir:value [
           a fhir:string ;
           fhir:v "Blood Pressure - Mother"
         ]
       ] ) ;
       fhir:method [ fhir:v "GET" ] ;
       fhir:url [ fhir:v "/Observation?patient={{patient-id-baby}}&category=vital-signs&code=85354-9"^^xsd:anyURI ]
     ]
  ] [
     fhir:request [
       fhir:extension ( [
         fhir:url [ fhir:v "http://hl7.org/fhir/us/bser/StructureDefinition/query-description"^^xsd:anyURI ] ;
         fhir:value [
           a fhir:string ;
           fhir:v "Body Height - Lying - Baby"
         ]
       ] ) ;
       fhir:method [ fhir:v "GET" ] ;
       fhir:url [ fhir:v "/Observation?patient={{patient-id-baby}}&category=vital-signs&code=8302-2,8306-3"^^xsd:anyURI ]
     ]
  ] [
     fhir:request [
       fhir:extension ( [
         fhir:url [ fhir:v "http://hl7.org/fhir/us/bser/StructureDefinition/query-description"^^xsd:anyURI ] ;
         fhir:value [
           a fhir:string ;
           fhir:v "Body Height - Mother"
         ]
       ] ) ;
       fhir:method [ fhir:v "GET" ] ;
       fhir:url [ fhir:v "/Observation?patient={{patient-id-baby}}&category=vital-signs&code=8302-2"^^xsd:anyURI ]
     ]
  ] [
     fhir:request [
       fhir:extension ( [
         fhir:url [ fhir:v "http://hl7.org/fhir/us/bser/StructureDefinition/query-description"^^xsd:anyURI ] ;
         fhir:value [
           a fhir:string ;
           fhir:v "Body Mass Index - Mother"
         ]
       ] ) ;
       fhir:method [ fhir:v "GET" ] ;
       fhir:url [ fhir:v "/Observation?patient={{patient-id-mother}}&category=vital-signs&code=39156-5"^^xsd:anyURI ]
     ]
  ] [
     fhir:request [
       fhir:extension ( [
         fhir:url [ fhir:v "http://hl7.org/fhir/us/bser/StructureDefinition/query-description"^^xsd:anyURI ] ;
         fhir:value [
           a fhir:string ;
           fhir:v "Body Mass Index - Baby"
         ]
       ] ) ;
       fhir:method [ fhir:v "GET" ] ;
       fhir:url [ fhir:v "/Observation?patient={{patient-id-baby}}&category=vital-signs&code=29463-7"^^xsd:anyURI ]
     ]
  ] [
     fhir:request [
       fhir:extension ( [
         fhir:url [ fhir:v "http://hl7.org/fhir/us/bser/StructureDefinition/query-description"^^xsd:anyURI ] ;
         fhir:value [
           a fhir:string ;
           fhir:v "Body Mass Index - Mother"
         ]
       ] ) ;
       fhir:method [ fhir:v "GET" ] ;
       fhir:url [ fhir:v "/Observation?patient={{patient-id-mother}}&category=vital-signs&code=29463-7"^^xsd:anyURI ]
     ]
  ] [
     fhir:request [
       fhir:extension ( [
         fhir:url [ fhir:v "http://hl7.org/fhir/us/bser/StructureDefinition/query-description"^^xsd:anyURI ] ;
         fhir:value [
           a fhir:string ;
           fhir:v "Able to latch to breast"
         ]
       ] ) ;
       fhir:method [ fhir:v "GET" ] ;
       fhir:url [ fhir:v "/Observation?patient={{patient-id-baby}}&code=288988007"^^xsd:anyURI ]
     ]
  ] [
     fhir:request [
       fhir:extension ( [
         fhir:url [ fhir:v "http://hl7.org/fhir/us/bser/StructureDefinition/query-description"^^xsd:anyURI ] ;
         fhir:value [
           a fhir:string ;
           fhir:v "Maternal concern"
         ]
       ] ) ;
       fhir:method [ fhir:v "GET" ] ;
       fhir:url [ fhir:v "/Observation?patient={{patient-id-baby}}&code=270472006"^^xsd:anyURI ]
     ]
  ] [
     fhir:request [
       fhir:extension ( [
         fhir:url [ fhir:v "http://hl7.org/fhir/us/bser/StructureDefinition/query-description"^^xsd:anyURI ] ;
         fhir:value [
           a fhir:string ;
           fhir:v "Nipple shield"
         ]
       ] ) ;
       fhir:method [ fhir:v "GET" ] ;
       fhir:url [ fhir:v "/Observation?patient={{patient-id-mother}}&code=335389008"^^xsd:anyURI ]
     ]
  ] [
     fhir:request [
       fhir:extension ( [
         fhir:url [ fhir:v "http://hl7.org/fhir/us/bser/StructureDefinition/query-description"^^xsd:anyURI ] ;
         fhir:value [
           a fhir:string ;
           fhir:v "Employment Status - Mother"
         ]
       ] ) ;
       fhir:method [ fhir:v "GET" ] ;
       fhir:url [ fhir:v "/Observation?patient={{patient-id-mother}}&category=social-history&code=74165-2"^^xsd:anyURI ]
     ]
  ] [
     fhir:request [
       fhir:extension ( [
         fhir:url [ fhir:v "http://hl7.org/fhir/us/bser/StructureDefinition/query-description"^^xsd:anyURI ] ;
         fhir:value [
           a fhir:string ;
           fhir:v "Education Level - Mother"
         ]
       ] ) ;
       fhir:method [ fhir:v "GET" ] ;
       fhir:url [ fhir:v "/Observation?patient={{patient-id-mother}}&category=social-history&code=82589-3"^^xsd:anyURI ]
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

