FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/StructureDefinition-specialty-Bundle-SRxDataRequest

Packagesurescripts.specialty
Resource TypeStructureDefinition
IdStructureDefinition-specialty-Bundle-SRxDataRequest
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=surescripts.specialty@1.2.0-beta&canonical=http://fhirdocs.surescripts.net/fhir/specialty/StructureDefinition/Bundle_SRxDataRequest
URLhttp://fhirdocs.surescripts.net/fhir/specialty/StructureDefinition/Bundle_SRxDataRequest
Statusactive
NameBundle_SRxDataRequest
DescriptionThis Bundle profile describes the minimum requirements for the SRxDataRequest message, which is a message utilized to request clinical information related to a patient.
Copyright2023
TypeBundle
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
MedicationRequest_PrescriptionMedicationRequest_Prescription
MessageHeader_SRxDataRequestMessageHeader_SRxDataRequest
Organization_PharmacyOrganization_Pharmacy
PatientPatient
Practitioner_PrescriberPractitioner_Prescriber

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "url": "http://fhirdocs.surescripts.net/fhir/specialty/StructureDefinition/Bundle_SRxDataRequest",
  "name": "Bundle_SRxDataRequest",
  "status": "active",
  "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.",
  "copyright": "2023",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Bundle",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Bundle.id",
        "path": "Bundle.id",
        "min": 1
      },
      {
        "id": "Bundle.meta",
        "path": "Bundle.meta"
      },
      {
        "id": "Bundle.meta.lastUpdated",
        "path": "Bundle.meta.lastUpdated",
        "min": 1
      },
      {
        "id": "Bundle.identifier",
        "path": "Bundle.identifier",
        "min": 1
      },
      {
        "id": "Bundle.identifier.system",
        "path": "Bundle.identifier.system",
        "mustSupport": false
      },
      {
        "id": "Bundle.identifier.value",
        "path": "Bundle.identifier.value",
        "min": 1
      },
      {
        "id": "Bundle.type",
        "path": "Bundle.type",
        "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 - 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).",
        "min": 3,
        "mustSupport": true
      },
      {
        "id": "Bundle.entry.search",
        "path": "Bundle.entry.search",
        "max": "0"
      },
      {
        "id": "Bundle.entry.request",
        "path": "Bundle.entry.request",
        "max": "0"
      },
      {
        "id": "Bundle.entry.response",
        "path": "Bundle.entry.response",
        "max": "0"
      },
      {
        "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",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "http://fhirdocs.surescripts.net/fhir/specialty/StructureDefinition/MessageHeader_SRxDataRequest"
            ]
          }
        ],
        "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",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "http://fhirdocs.surescripts.net/fhir/specialty/StructureDefinition/Patient"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:pharmacy",
        "path": "Bundle.entry",
        "sliceName": "pharmacy",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Bundle.entry:pharmacy.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "min": 1
      },
      {
        "id": "Bundle.entry:pharmacy.resource",
        "path": "Bundle.entry.resource",
        "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",
        "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",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "http://fhirdocs.surescripts.net/fhir/specialty/StructureDefinition/Practitioner_Prescriber"
            ]
          }
        ]
      }
    ]
  }
}