FHIR IG Statistics: StructureDefinition/StructureDefinition-specialty-MessageHeader-SRxDataResponse
Resources that use this resource
Resources that this resource uses
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"
]
}
]
}
]
}
}