| Package | surescripts.specialty |
| Resource Type | StructureDefinition |
| Id | StructureDefinition-specialty-Bundle-SRxDataResponse |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=surescripts.specialty@1.2.0-beta&canonical=http://fhirdocs.surescripts.net/fhir/specialty/StructureDefinition/Bundle_SRxDataResponse |
| URL | http://fhirdocs.surescripts.net/fhir/specialty/StructureDefinition/Bundle_SRxDataResponse |
| Status | active |
| Name | 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. |
| Copyright | 2023 |
| Type | Bundle |
| Kind | resource |
No resources found
| StructureDefinition | |
| MedicationRequest_Prescription | MedicationRequest_Prescription |
| MessageHeader_SRxDataResponse | MessageHeader_SRxDataResponse |
| Organization_Pharmacy | Organization_Pharmacy |
| Patient | Patient |
| Practitioner_Prescriber | Practitioner_Prescriber |
No narrative content found in resource
{
"resourceType": "StructureDefinition",
"url": "http://fhirdocs.surescripts.net/fhir/specialty/StructureDefinition/Bundle_SRxDataResponse",
"name": "Bundle_SRxDataResponse",
"status": "active",
"publisher": "Surescripts, LLC",
"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.",
"copyright": "2023",
"fhirVersion": "4.0.1",
"mapping": [
{
"identity": "v2",
"uri": "http://hl7.org/v2",
"name": "HL7 v2 Mapping"
},
{
"identity": "rim",
"uri": "http://hl7.org/v3",
"name": "RIM Mapping"
},
{
"identity": "cda",
"uri": "http://hl7.org/v3/cda",
"name": "CDA (R2)"
},
{
"identity": "w5",
"uri": "http://hl7.org/fhir/fivews",
"name": "FiveWs Pattern Mapping"
}
],
"kind": "resource",
"abstract": false,
"type": "Bundle",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle",
"derivation": "constraint",
"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",
"path": "Bundle.id",
"min": 1
},
{
"id": "Bundle.meta",
"path": "Bundle.meta",
"definition": "Metadata about the Bundle.",
"min": 1
},
{
"id": "Bundle.meta.lastUpdated",
"path": "Bundle.meta.lastUpdated",
"min": 1
},
{
"id": "Bundle.identifier",
"path": "Bundle.identifier",
"min": 1
},
{
"id": "Bundle.identifier.value",
"path": "Bundle.identifier.value",
"min": 1
},
{
"id": "Bundle.type",
"path": "Bundle.type",
"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).",
"fixedCode": "message"
},
{
"id": "Bundle.timestamp",
"path": "Bundle.timestamp",
"min": 1
},
{
"id": "Bundle.entry",
"path": "Bundle.entry",
"slicing": {
"discriminator": [
{
"type": "type",
"path": "resource"
}
],
"rules": "open"
},
"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).",
"min": 3,
"mustSupport": true
},
{
"id": "Bundle.entry.search",
"path": "Bundle.entry.search",
"max": "0",
"mustSupport": false
},
{
"id": "Bundle.entry.request",
"path": "Bundle.entry.request",
"max": "0",
"mustSupport": false
},
{
"id": "Bundle.entry.response",
"path": "Bundle.entry.response",
"max": "0",
"mustSupport": false
},
{
"id": "Bundle.entry:messageHeader",
"path": "Bundle.entry",
"sliceName": "messageHeader",
"min": 1,
"max": "1"
},
{
"id": "Bundle.entry:messageHeader.fullUrl",
"path": "Bundle.entry.fullUrl",
"min": 1
},
{
"id": "Bundle.entry:messageHeader.resource",
"path": "Bundle.entry.resource",
"short": "The message header for the SRxDataResponse.",
"definition": "The SRxDataResponse MessageHeader.",
"min": 1,
"type": [
{
"code": "Resource",
"profile": [
"http://fhirdocs.surescripts.net/fhir/specialty/StructureDefinition/MessageHeader_SRxDataResponse"
]
}
],
"mustSupport": true
},
{
"id": "Bundle.entry:patient",
"path": "Bundle.entry",
"sliceName": "patient",
"min": 1,
"max": "1"
},
{
"id": "Bundle.entry:patient.fullUrl",
"path": "Bundle.entry.fullUrl",
"min": 1
},
{
"id": "Bundle.entry:patient.resource",
"path": "Bundle.entry.resource",
"short": "The Patient for the SRxDataResponse.",
"definition": "The patient for whom the specialty enrollment information is being provided.",
"min": 1,
"type": [
{
"code": "Resource",
"profile": [
"http://fhirdocs.surescripts.net/fhir/specialty/StructureDefinition/Patient"
]
}
]
},
{
"id": "Bundle.entry:pharmacyOrganization",
"path": "Bundle.entry",
"sliceName": "pharmacyOrganization",
"min": 1,
"max": "1"
},
{
"id": "Bundle.entry:pharmacyOrganization.fullUrl",
"path": "Bundle.entry.fullUrl",
"min": 1
},
{
"id": "Bundle.entry:pharmacyOrganization.resource",
"path": "Bundle.entry.resource",
"short": "The dispensing pharmacy Organization for the SRxDataResponse.",
"definition": "The pharmacy organization that has been requested to fill the specialty medication prescription.",
"min": 1,
"type": [
{
"code": "Resource",
"profile": [
"http://fhirdocs.surescripts.net/fhir/specialty/StructureDefinition/Organization_Pharmacy"
]
}
]
},
{
"id": "Bundle.entry:medicationRequest",
"path": "Bundle.entry",
"sliceName": "medicationRequest",
"max": "1",
"mustSupport": true
},
{
"id": "Bundle.entry:medicationRequest.fullUrl",
"path": "Bundle.entry.fullUrl",
"min": 1
},
{
"id": "Bundle.entry:medicationRequest.resource",
"path": "Bundle.entry.resource",
"short": "The MedicationRequest for the SRxDataResponse.",
"definition": "The specialty prescription for which enrollment information is being provided.",
"min": 1,
"type": [
{
"code": "Resource",
"profile": [
"http://fhirdocs.surescripts.net/fhir/specialty/StructureDefinition/MedicationRequest_Prescription"
]
}
]
},
{
"id": "Bundle.entry:prescriber",
"path": "Bundle.entry",
"sliceName": "prescriber",
"max": "1",
"mustSupport": true
},
{
"id": "Bundle.entry:prescriber.fullUrl",
"path": "Bundle.entry.fullUrl",
"min": 1
},
{
"id": "Bundle.entry:prescriber.resource",
"path": "Bundle.entry.resource",
"short": "The Practitioner for the SRxDataResponse.",
"definition": "The prescriber of the specialty medication for which enrollment information is being provided.",
"min": 1,
"type": [
{
"code": "Resource",
"profile": [
"http://fhirdocs.surescripts.net/fhir/specialty/StructureDefinition/Practitioner_Prescriber"
]
}
],
"mustSupport": true
}
]
}
}