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

FHIR IG Statistics: StructureDefinition/StructureDefinition-specialty-MessageHeader-SRxDataResponse

Packagesurescripts.specialty
Resource TypeStructureDefinition
IdStructureDefinition-specialty-MessageHeader-SRxDataResponse
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=surescripts.specialty@1.2.0-beta&canonical=http://fhirdocs.surescripts.net/fhir/specialty/StructureDefinition/MessageHeader_SRxDataResponse
URLhttp://fhirdocs.surescripts.net/fhir/specialty/StructureDefinition/MessageHeader_SRxDataResponse
Statusactive
NameMessageHeader_SRxDataResponse
DescriptionThis profile defines the requirements for the MessageHeader contained in the SRxDataResponse.
Copyright2023
TypeMessageHeader
Kindresource

Resources that use this resource

StructureDefinition
Bundle_SRxDataResponseBundle_SRxDataResponse
Bundle_SPOEnrollmentResponseBundle_SPOEnrollmentResponse

Resources that this resource uses

StructureDefinition
MedicationRequest_PrescriptionMedicationRequest_Prescription
Organization_PharmacyOrganization_Pharmacy
PatientPatient

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "url": "http://fhirdocs.surescripts.net/fhir/specialty/StructureDefinition/MessageHeader_SRxDataResponse",
  "name": "MessageHeader_SRxDataResponse",
  "status": "active",
  "publisher": "Surescripts, LLC",
  "description": "This profile defines the requirements for the MessageHeader contained in the SRxDataResponse.",
  "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": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "MessageHeader",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/MessageHeader",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "MessageHeader.id",
        "path": "MessageHeader.id",
        "comment": "A minimum set of standards/algorithms should be used when generating message IDs to ensure uniqueness. Customers should utilize Global Unique Identifiers (GUIDs).",
        "min": 1
      },
      {
        "id": "MessageHeader.event[x]",
        "path": "MessageHeader.event[x]",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "fixedCoding": {
          "system": "http://fhirdocs.surescripts.com/fhir/message-events",
          "code": "specialty-enrollment"
        }
      },
      {
        "id": "MessageHeader.event[x].system",
        "path": "MessageHeader.event[x].system",
        "min": 1
      },
      {
        "id": "MessageHeader.event[x].code",
        "path": "MessageHeader.event[x].code",
        "min": 1
      },
      {
        "id": "MessageHeader.sender",
        "path": "MessageHeader.sender",
        "definition": "Identifies the real-world sender of the message. Whether the enrollment has been requested explicitly (e.g., using an SRxDataRequest), or implicitly (i.e., by receipt of a NewRx), the information is viewed as having been requested by the pharmacy, and they are sending it to themselves.",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://fhirdocs.surescripts.net/fhir/specialty/StructureDefinition/Organization_Pharmacy"
            ]
          }
        ]
      },
      {
        "id": "MessageHeader.source.software",
        "path": "MessageHeader.source.software",
        "min": 1
      },
      {
        "id": "MessageHeader.focus",
        "path": "MessageHeader.focus",
        "comment": "The focus of the SRxDataResponse message is a prescription (MedicationRequest) for a specialty medication for which the information in this message is needed to process the enrollment of the patient for whom the medication was prescribed.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://fhirdocs.surescripts.net/fhir/specialty/StructureDefinition/MedicationRequest_Prescription",
              "http://fhirdocs.surescripts.net/fhir/specialty/StructureDefinition/Patient"
            ]
          }
        ]
      }
    ]
  }
}