@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-hypertension-feedback> a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "bundle-batch-query-hypertension-feedback"] ; # 
  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:method [ fhir:v "GET" ] ;
       fhir:url [ fhir:v "/Patient/{{patient-id}}"^^xsd:anyURI ]
     ]
  ] [
     fhir:request [
       fhir:method [ fhir:v "GET" ] ;
       fhir:url [ fhir:v "/Observation?patient={{patient-id}}&category=vital-signs&code=85354-9"^^xsd:anyURI ]
     ]
  ] [
     fhir:request [
       fhir:method [ fhir:v "GET" ] ;
       fhir:url [ fhir:v "/Observation?patient={{patient-id}}&category=vital-signs&code=8302-2"^^xsd:anyURI ]
     ]
  ] [
     fhir:request [
       fhir:method [ fhir:v "GET" ] ;
       fhir:url [ fhir:v "/Observation?patient={{patient-id}}&category=vital-signs&code=39156-5"^^xsd:anyURI ]
     ]
  ] [
     fhir:request [
       fhir:method [ fhir:v "GET" ] ;
       fhir:url [ fhir:v "/Observation?patient={{patient-id}}&category=vital-signs&code=29463-7"^^xsd:anyURI ]
     ]
  ] [
     fhir:request [
       fhir:method [ fhir:v "GET" ] ;
       fhir:url [ fhir:v "/Observation?patient={{patient-id}}&category=laboratory&code=4548-4,74246-0,55454-3,41995-2,17855-8,4549-2,17856-6,62388-4,71875-9,59261-8"^^xsd:anyURI ]
     ]
  ] [
     fhir:request [
       fhir:method [ fhir:v "GET" ] ;
       fhir:url [ fhir:v "/Observation?patient={{patient-id}}&category=social-history&code=74165-2"^^xsd:anyURI ]
     ]
  ] [
     fhir:request [
       fhir:method [ fhir:v "GET" ] ;
       fhir:url [ fhir:v "/Observation?patient={{patient-id}}&category=social-history&code=82589-3"^^xsd:anyURI ]
     ]
  ] [
     fhir:request [
       fhir:method [ fhir:v "GET" ] ;
       fhir:url [ fhir:v "/Consent?patient={{patient-id}}&_include=Consent:performer"^^xsd:anyURI ]
     ]
  ] [
     fhir:request [
       fhir:method [ fhir:v "GET" ] ;
       fhir:url [ fhir:v "/Coverage?patient={{patient-id}}_include=Coverage:subscriber"^^xsd:anyURI ]
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

