PackagesCanonicalsLogsProblems
    Packages
    surescripts.specialty@1.2.0-beta
    http://fhirdocs.surescripts.net/fhir/specialty/StructureDefinition/Bundle_SRxDataRequest
{
  "description": "This Bundle profile describes the minimum requirements for the SRxDataRequest message, which is a message utilized to request clinical information related to a patient.",
  "_filename": "StructureDefinition-specialty-Bundle-SRxDataRequest.json",
  "package_name": "surescripts.specialty",
  "date": null,
  "derivation": "constraint",
  "publisher": null,
  "fhirVersion": "4.0.1",
  "name": "Bundle_SRxDataRequest",
  "abstract": false,
  "copyright": "2023",
  "type": "Bundle",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": null,
  "package_version": "1.2.0-beta",
  "status": "active",
  "id": "c0c7c25f-d0e4-48ba-a5dd-24782b2c5ebc",
  "kind": "resource",
  "url": "http://fhirdocs.surescripts.net/fhir/specialty/StructureDefinition/Bundle_SRxDataRequest",
  "version": null,
  "differential": {
    "element": [ {
      "id": "Bundle.id",
      "min": 1,
      "path": "Bundle.id"
    }, {
      "id": "Bundle.meta",
      "path": "Bundle.meta"
    }, {
      "id": "Bundle.meta.lastUpdated",
      "min": 1,
      "path": "Bundle.meta.lastUpdated"
    }, {
      "id": "Bundle.identifier",
      "min": 1,
      "path": "Bundle.identifier"
    }, {
      "id": "Bundle.identifier.system",
      "path": "Bundle.identifier.system",
      "mustSupport": false
    }, {
      "id": "Bundle.identifier.value",
      "min": 1,
      "path": "Bundle.identifier.value"
    }, {
      "id": "Bundle.type",
      "path": "Bundle.type",
      "fixedCode": "message"
    }, {
      "id": "Bundle.timestamp",
      "min": 1,
      "path": "Bundle.timestamp"
    }, {
      "id": "Bundle.entry",
      "min": 3,
      "path": "Bundle.entry",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "resource",
          "type": "type"
        } ]
      },
      "definition": "An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only). A mininimum of 3 entries (resources) are required in every SRxDataRequest message, where the first entry must be a MessageHeader. The additional required resources a Patient (for whom clinical information is sought), and an Organization (the pharmacy responsible for dispensing the medication to the patient). Optionally, a MedicationRequest (i.e., when the information is related to a particular prescription which can aid in locating specific information), and/or a Practitioner (from whom clinical data is useful in particular).",
      "mustSupport": true
    }, {
      "id": "Bundle.entry.search",
      "max": "0",
      "path": "Bundle.entry.search"
    }, {
      "id": "Bundle.entry.request",
      "max": "0",
      "path": "Bundle.entry.request"
    }, {
      "id": "Bundle.entry.response",
      "max": "0",
      "path": "Bundle.entry.response"
    }, {
      "id": "Bundle.entry:messageHeader",
      "max": "1",
      "min": 1,
      "path": "Bundle.entry",
      "sliceName": "messageHeader"
    }, {
      "id": "Bundle.entry:messageHeader.fullUrl",
      "min": 1,
      "path": "Bundle.entry.fullUrl"
    }, {
      "id": "Bundle.entry:messageHeader.resource",
      "min": 1,
      "path": "Bundle.entry.resource",
      "type": [ {
        "code": "Resource",
        "profile": [ "http://fhirdocs.surescripts.net/fhir/specialty/StructureDefinition/MessageHeader_SRxDataRequest" ]
      } ],
      "mustSupport": true
    }, {
      "id": "Bundle.entry:patient",
      "max": "1",
      "min": 1,
      "path": "Bundle.entry",
      "sliceName": "patient"
    }, {
      "id": "Bundle.entry:patient.fullUrl",
      "min": 1,
      "path": "Bundle.entry.fullUrl"
    }, {
      "id": "Bundle.entry:patient.resource",
      "min": 1,
      "path": "Bundle.entry.resource",
      "type": [ {
        "code": "Resource",
        "profile": [ "http://fhirdocs.surescripts.net/fhir/specialty/StructureDefinition/Patient" ]
      } ]
    }, {
      "id": "Bundle.entry:pharmacy",
      "max": "1",
      "min": 1,
      "path": "Bundle.entry",
      "sliceName": "pharmacy"
    }, {
      "id": "Bundle.entry:pharmacy.fullUrl",
      "min": 1,
      "path": "Bundle.entry.fullUrl"
    }, {
      "id": "Bundle.entry:pharmacy.resource",
      "min": 1,
      "path": "Bundle.entry.resource",
      "type": [ {
        "code": "Resource",
        "profile": [ "http://fhirdocs.surescripts.net/fhir/specialty/StructureDefinition/Organization_Pharmacy" ]
      } ]
    }, {
      "id": "Bundle.entry:medicationRequest",
      "max": "1",
      "path": "Bundle.entry",
      "sliceName": "medicationRequest",
      "mustSupport": true
    }, {
      "id": "Bundle.entry:medicationRequest.fullUrl",
      "min": 1,
      "path": "Bundle.entry.fullUrl"
    }, {
      "id": "Bundle.entry:medicationRequest.resource",
      "min": 1,
      "path": "Bundle.entry.resource",
      "type": [ {
        "code": "Resource",
        "profile": [ "http://fhirdocs.surescripts.net/fhir/specialty/StructureDefinition/MedicationRequest_Prescription" ]
      } ]
    }, {
      "id": "Bundle.entry:prescriber",
      "max": "1",
      "path": "Bundle.entry",
      "sliceName": "prescriber",
      "mustSupport": true
    }, {
      "id": "Bundle.entry:prescriber.fullUrl",
      "min": 1,
      "path": "Bundle.entry.fullUrl"
    }, {
      "id": "Bundle.entry:prescriber.resource",
      "min": 1,
      "path": "Bundle.entry.resource",
      "type": [ {
        "code": "Resource",
        "profile": [ "http://fhirdocs.surescripts.net/fhir/specialty/StructureDefinition/Practitioner_Prescriber" ]
      } ]
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle"
}