PackagesCanonicalsLogsProblems
    Packages
    surescripts.specialty@1.2.0-beta
    http://fhirdocs.surescripts.net/fhir/specialty/StructureDefinition/Bundle_SRxDataResponse
{
  "description": "This Bundle profile describes the minimum requirements for the SRxDataResponse, regardless of the source of the information and the manner in which the information is provided to and/or assembled.",
  "_filename": "StructureDefinition-specialty-Bundle-SRxDataResponse.json",
  "package_name": "surescripts.specialty",
  "date": null,
  "derivation": "constraint",
  "publisher": "Surescripts, LLC",
  "fhirVersion": "4.0.1",
  "name": "Bundle_SRxDataResponse",
  "mapping": [ {
    "uri": "http://hl7.org/v2",
    "name": "HL7 v2 Mapping",
    "identity": "v2"
  }, {
    "uri": "http://hl7.org/v3",
    "name": "RIM Mapping",
    "identity": "rim"
  }, {
    "uri": "http://hl7.org/v3/cda",
    "name": "CDA (R2)",
    "identity": "cda"
  }, {
    "uri": "http://hl7.org/fhir/fivews",
    "name": "FiveWs Pattern Mapping",
    "identity": "w5"
  } ],
  "abstract": false,
  "copyright": "2023",
  "type": "Bundle",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": null,
  "package_version": "1.2.0-beta",
  "status": "active",
  "id": "635f51ca-3d32-4c4f-a312-967b9b072e9a",
  "kind": "resource",
  "url": "http://fhirdocs.surescripts.net/fhir/specialty/StructureDefinition/Bundle_SRxDataResponse",
  "version": null,
  "differential": {
    "element": [ {
      "id": "Bundle",
      "path": "Bundle",
      "definition": "The SRxDataResponse Bundle defines the requirements for the SRxDataResponse message, which is the content delivered for the enrollment of a patient at a pharmacy for a specialty medication."
    }, {
      "id": "Bundle.id",
      "min": 1,
      "path": "Bundle.id"
    }, {
      "id": "Bundle.meta",
      "min": 1,
      "path": "Bundle.meta",
      "definition": "Metadata about the Bundle."
    }, {
      "id": "Bundle.meta.lastUpdated",
      "min": 1,
      "path": "Bundle.meta.lastUpdated"
    }, {
      "id": "Bundle.identifier",
      "min": 1,
      "path": "Bundle.identifier"
    }, {
      "id": "Bundle.identifier.value",
      "min": 1,
      "path": "Bundle.identifier.value"
    }, {
      "id": "Bundle.type",
      "path": "Bundle.type",
      "fixedCode": "message",
      "definition": "Indicates the purpose of this bundle - how it is intended to be used. Specialty Enrollment bundles only support messaging (i.e., type must be 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. For the SRxDataResponse, the entry always contains a resource. A mininimum of 3 entries (resources) are required in every SRxDataResponse message, where the first entry must be a MessageHeader. The other resources that are always present are a Patient and Organization resource. The Organization resource contains information about a pharmacy that dispenses specialty medication. Additionally, the SRxDataResponse may contain a MedicationRequest resource (representing a specialty prescription), and a Practitioner resource (representing the Prescriber of the prescription).",
      "mustSupport": true
    }, {
      "id": "Bundle.entry.search",
      "max": "0",
      "path": "Bundle.entry.search",
      "mustSupport": false
    }, {
      "id": "Bundle.entry.request",
      "max": "0",
      "path": "Bundle.entry.request",
      "mustSupport": false
    }, {
      "id": "Bundle.entry.response",
      "max": "0",
      "path": "Bundle.entry.response",
      "mustSupport": false
    }, {
      "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_SRxDataResponse" ]
      } ],
      "short": "The message header for the SRxDataResponse.",
      "definition": "The SRxDataResponse MessageHeader.",
      "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" ]
      } ],
      "short": "The Patient for the SRxDataResponse.",
      "definition": "The patient for whom the specialty enrollment information is being provided."
    }, {
      "id": "Bundle.entry:pharmacyOrganization",
      "max": "1",
      "min": 1,
      "path": "Bundle.entry",
      "sliceName": "pharmacyOrganization"
    }, {
      "id": "Bundle.entry:pharmacyOrganization.fullUrl",
      "min": 1,
      "path": "Bundle.entry.fullUrl"
    }, {
      "id": "Bundle.entry:pharmacyOrganization.resource",
      "min": 1,
      "path": "Bundle.entry.resource",
      "type": [ {
        "code": "Resource",
        "profile": [ "http://fhirdocs.surescripts.net/fhir/specialty/StructureDefinition/Organization_Pharmacy" ]
      } ],
      "short": "The dispensing pharmacy Organization for the SRxDataResponse.",
      "definition": "The pharmacy organization that has been requested to fill the specialty medication prescription."
    }, {
      "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" ]
      } ],
      "short": "The MedicationRequest for the SRxDataResponse.",
      "definition": "The specialty prescription for which enrollment information is being provided."
    }, {
      "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" ]
      } ],
      "short": "The Practitioner for the SRxDataResponse.",
      "definition": "The prescriber of the specialty medication for which enrollment information is being provided.",
      "mustSupport": true
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle"
}