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 - Diabetes Prevention Request Supporting Information Queries - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Bundle ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "bundle-batch-query-diabetes-prevention-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 [ fhir:v "Patient" ] ] ) ;
fhir:method [ fhir:v "GET" ] ;
fhir:url [ fhir:v "/Patient/{{patient-id}}"^^xsd:anyURI ] ]
] [
fhir:request [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/us/bser/StructureDefinition/query-description"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Blood Pressure" ] ] ) ;
fhir:method [ fhir:v "GET" ] ;
fhir:url [ fhir:v "/Observation?patient={{patient-id}}&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 [ fhir:v "Body Height" ] ] ) ;
fhir:method [ fhir:v "GET" ] ;
fhir:url [ fhir:v "/Observation?patient={{patient-id}}&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 [ fhir:v "Body Mass Index" ] ] ) ;
fhir:method [ fhir:v "GET" ] ;
fhir:url [ fhir:v "/Observation?patient={{patient-id}}&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 [ fhir:v "Body Mass Index" ] ] ) ;
fhir:method [ fhir:v "GET" ] ;
fhir:url [ fhir:v "/Observation?patient={{patient-id}}&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 [ fhir:v "Ha1C" ] ] ) ;
fhir:method [ fhir:v "GET" ] ;
fhir:url [ fhir:v "/Observation?patient={{patient-id}}&category=laboratory&code=17855-8,17856-6,41995-2,43150-2,4548-4,4549-2,55454-3,59261-8,62388-4,71875-9,86910-7"^^xsd:anyURI ] ]
] [
fhir:request [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/us/bser/StructureDefinition/query-description"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Employment Status" ] ] ) ;
fhir:method [ fhir:v "GET" ] ;
fhir:url [ fhir:v "/Observation?patient={{patient-id}}&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 [ fhir:v "Education Level" ] ] ) ;
fhir:method [ fhir:v "GET" ] ;
fhir:url [ fhir:v "/Observation?patient={{patient-id}}&category=social-history&code=82589-3"^^xsd:anyURI ] ]
] ) . #