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

FHIR IG Statistics: StructureDefinition/Bundle-SPOClinicalInformationResponse-General

Packagesurescripts.specialty
Resource TypeStructureDefinition
IdBundle-SPOClinicalInformationResponse-General
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=surescripts.specialty@1.2.0-beta&canonical=http://fhirdocs.surescripts.net/fhir/StructureDefinition/Bundle_SPOClinicalInformationResponse_General
URLhttp://fhirdocs.surescripts.net/fhir/StructureDefinition/Bundle_SPOClinicalInformationResponse_General
Statusactive
Date2021-08-23
NameBundle_SPOClinicalInformationResponse_General
DescriptionThis Bundle profile describes the components of the general SPOClinicalInformationResponse (aka general callback response), the message sent in response to every valid SPOClinicalInformationRequest (general) message. This message requests the following clinical information for the patient being prescribed a specialty medication -- current allergies/medications/problems and most recent clinical note/height/weight. The response to this message should contain (when information available) the appropriate AllergyIntolerance, Condition, MedicationStatement, and Observation resources representing the requested data for the patient of interest.
Copyright2021
TypeBundle
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
us-core-allergyintoleranceUS Core AllergyIntolerance Profile
us-core-documentreferenceUS Core DocumentReference Profile
MedicationStatement_SPOClinicalInformationResponseMedicationStatement_SPOClinicalInformationResponse
MessageHeader_SPOClinicalInformationResponse_GeneralMessageHeader_SPOClinicalInformationResponse_General

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "Bundle-SPOClinicalInformationResponse-General",
  "url": "http://fhirdocs.surescripts.net/fhir/StructureDefinition/Bundle_SPOClinicalInformationResponse_General",
  "name": "Bundle_SPOClinicalInformationResponse_General",
  "status": "active",
  "date": "2021-08-23",
  "publisher": "Surescripts, LLC",
  "description": "This Bundle profile describes the components of the general SPOClinicalInformationResponse (aka general callback response), the message sent in response to every valid SPOClinicalInformationRequest (general) message. This message requests the following clinical information for the patient being prescribed a specialty medication -- current allergies/medications/problems and most recent clinical note/height/weight. The response to this message should contain (when information available) the appropriate AllergyIntolerance, Condition, MedicationStatement, and Observation resources representing the requested data for the patient of interest.",
  "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",
        "path": "Bundle",
        "definition": "A container for the collection of resources used to request general clinical information for a specialty enrollment."
      },
      {
        "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.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"
        },
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:messageHeader",
        "path": "Bundle.entry",
        "sliceName": "messageHeader",
        "short": "The MessageHeader for the general SPOClinicalInformationResponse.",
        "definition": "The MessageHeader resource for the general SPOClinicalInformationResponse.",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:messageHeader.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:messageHeader.resource",
        "path": "Bundle.entry.resource",
        "short": "The message header for SPOClinicalInformationRequest.",
        "definition": "The SPOClinicalInformationRequest MessageHeader.",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "http://fhirdocs.surescripts.net/fhir/StructureDefinition/MessageHeader_SPOClinicalInformationResponse_General"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:allergies",
        "path": "Bundle.entry",
        "sliceName": "allergies",
        "short": "AllergyIntolerance resources containing active allergies/intolerances",
        "definition": "A set of AllergyIntolerance resources containing the active allergies/intolerances for a specific patient.",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:allergies.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:allergies.resource",
        "path": "Bundle.entry.resource",
        "short": "US Core AllergyIntolerance",
        "definition": "A US Core AllergyIntolerance resource",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "http://hl7.org/fhir/us/core/StructureDefinition/us-core-allergyintolerance"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:problems",
        "path": "Bundle.entry",
        "sliceName": "problems",
        "short": "Condition resources containing active problems",
        "definition": "The Condition resources that represent the active problems for a patient.",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:problems.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:problems.resource",
        "path": "Bundle.entry.resource",
        "short": "US Core Condition resource",
        "definition": "A US Core Condition resource",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:medications",
        "path": "Bundle.entry",
        "sliceName": "medications",
        "short": "MedicationStatement resources containing active medications",
        "definition": "The MedicationStatement resources that represent the current active medications for a patient.",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:medications.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:medications.resource",
        "path": "Bundle.entry.resource",
        "short": "MedicationStatement resource",
        "definition": "A MedicationStatement resource",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "http://fhirdocs.surescripts.net/fhir/StructureDefinition/MedicationStatement_SPOClinicalInformationResponse"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:bodyHeight",
        "path": "Bundle.entry",
        "sliceName": "bodyHeight",
        "short": "Most recent body height",
        "definition": "The most recent body height measured for a patient.",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:bodyHeight.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:bodyHeight.resource",
        "path": "Bundle.entry.resource",
        "short": "Observation for body height",
        "definition": "An Observation conforming to the vital-signs body height profile.",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/bodyheight"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:bodyWeight",
        "path": "Bundle.entry",
        "sliceName": "bodyWeight",
        "short": "Most recent body weight",
        "definition": "The most recent body weight for a patient.",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:bodyWeight.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:bodyWeight.resource",
        "path": "Bundle.entry.resource",
        "short": "Observation for body weight",
        "definition": "An Observation conforming to the vital-signs body weight profile.",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/bodyweight"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:clinicalNote",
        "path": "Bundle.entry",
        "sliceName": "clinicalNote",
        "short": "DocumentReference for a clinical note",
        "definition": "The DocumentReference containing the most recent clinical note for a patient.",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:clinicalNote.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:clinicalNote.resource",
        "path": "Bundle.entry.resource",
        "short": "US Core DocumentReference",
        "definition": "A US Core DocumentReference",
        "type": [
          {
            "code": "Resource",
            "profile": [
              "http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"
            ]
          }
        ]
      }
    ]
  }
}