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

FHIR IG Statistics: StructureDefinition/StructureDefinition-specialty-bundle-SPOEnrollmentResponse

Packagesurescripts.specialty
Resource TypeStructureDefinition
IdStructureDefinition-specialty-bundle-SPOEnrollmentResponse
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=surescripts.specialty@1.2.0-beta&canonical=http://fhirdocs.surescripts.net/fhir/specialty/StructureDefinition/Bundle_SPOEnrollmentResponse
URLhttp://fhirdocs.surescripts.net/fhir/specialty/StructureDefinition/Bundle_SPOEnrollmentResponse
Statusactive
Date2021-02-26
NameBundle_SPOEnrollmentResponse
DescriptionThis Bundle profile describes the minimum requirements for the SPOEnrollmentResponse. This message provides disposition status for an enrollment submitted to a third-party processor.
Copyright2021
TypeBundle
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
MessageHeader_SRxDataResponseMessageHeader_SRxDataResponse

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "url": "http://fhirdocs.surescripts.net/fhir/specialty/StructureDefinition/Bundle_SPOEnrollmentResponse",
  "name": "Bundle_SPOEnrollmentResponse",
  "status": "active",
  "date": "2021-02-26",
  "publisher": "Surescripts, LLC",
  "description": "This Bundle profile describes the minimum requirements for the SPOEnrollmentResponse. This message provides disposition status for an enrollment submitted to a third-party processor.",
  "copyright": "2021",
  "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.id",
        "path": "Bundle.id",
        "min": 1
      },
      {
        "id": "Bundle.meta",
        "path": "Bundle.meta",
        "definition": "The SRxDataResponse bundle defines the requirements for the SRxDataResponse message as a whole.",
        "min": 1
      },
      {
        "id": "Bundle.meta.lastUpdated",
        "path": "Bundle.meta.lastUpdated",
        "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 - will either contain a resource or information about a resource (transactions and history only). A mininimum of 5 entries (resources) are required in every SRxDataResponse message, where the first entry must be a MessageHeader. The additional required resources are a MedicationRequest (i.e., the specialty medication for which an enrollment is being processed), and the main entities involved in the enrollment -- Patient (who the prescription is for), Practitioner (who is authorizing the prescription), Organization (the pharmacy that has been requested, by the prescriber, to dispense the medication, to the patient).",
        "min": 2,
        "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",
        "mustSupport": true
      },
      {
        "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:communication",
        "path": "Bundle.entry",
        "sliceName": "communication",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:communication.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "min": 1
      },
      {
        "id": "Bundle.entry:communication.resource",
        "path": "Bundle.entry.resource",
        "short": "The Communication for the SPOEnrollmentResponse.",
        "definition": "The communication resource is used to communicate status updates about the disposition of an enrollment sent to a Hub.",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "http://fhirdocs.surescripts.net/fhir/specialty/StructureDefinition/Communication_SPOEnrollmentResponse"
            ]
          }
        ],
        "mustSupport": true
      }
    ]
  }
}