FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.bser
Resource TypeBundle
IdBundle-bundle-batch-query-tobacco-use-cessation-request.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Bundle",
  "id": "bundle-batch-query-tobacco-use-cessation-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"
          }
        ],
        "method": "GET",
        "url": "/Patient/{{patient-id}}"
      }
    },
    {
      "request": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/us/bser/StructureDefinition/query-description",
            "valueString": "Nicotine Replacement Therapy"
          }
        ],
        "method": "GET",
        "url": "/Procedure?patient={{patient-id}}&code=151159008"
      }
    },
    {
      "request": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/us/bser/StructureDefinition/query-description",
            "valueString": "Smoking Status"
          }
        ],
        "method": "GET",
        "url": "/Observation?patient={{patient-id}}&category=social-history&code=74165-2"
      }
    },
    {
      "request": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/us/bser/StructureDefinition/query-description",
            "valueString": "Employment Status"
          }
        ],
        "method": "GET",
        "url": "/Observation?patient={{patient-id}}&category=social-history&code=74165-2"
      }
    },
    {
      "request": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/us/bser/StructureDefinition/query-description",
            "valueString": "Education Level"
          }
        ],
        "method": "GET",
        "url": "/Observation?patient={{patient-id}}&category=social-history&code=82589-3"
      }
    }
  ]
}