PackagesCanonicalsLogsProblems
    Packages
    surescripts.specialty@1.1.0-beta
    http://fhirdocs.surescripts.net/fhir/StructureDefinition/Bundle_SPOClinicalInformationRequest_ConditionSpecific
{
  "description": "This Bundle profile describes the components of the condition-specific Clinical Information Request (aka condition callback), a request sent in response to SPOInitiationRequest messages accepted for processing, when there is clinical information needed for enrollment for the medication and/or reasons for prescribing the medication. In particular, if there are lab results that are relevant or smoking status is required. When sent, this message requests smoking status and/or lab results for a patient.",
  "_filename": "StructureDefinition-specialty-Bundle-SPOClinicalInformationRequest-conditionSpecific.json",
  "package_name": "surescripts.specialty",
  "date": "2021-08-23",
  "derivation": "constraint",
  "publisher": "Surescripts, LLC",
  "fhirVersion": "4.0.1",
  "name": "Bundle_SPOClinicalInformationRequest_ConditionSpecific",
  "mapping": [ {
    "uri": "http://hl7.org/v2",
    "name": "HL7 v2 Mapping",
    "identity": "v2"
  }, {
    "uri": "http://hl7.org/v3",
    "name": "RIM Mapping",
    "identity": "rim"
  }, {
    "uri": "http://hl7.org/v3/cda",
    "name": "CDA (R2)",
    "identity": "cda"
  }, {
    "uri": "http://hl7.org/fhir/fivews",
    "name": "FiveWs Pattern Mapping",
    "identity": "w5"
  } ],
  "abstract": false,
  "copyright": "2021",
  "type": "Bundle",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": null,
  "package_version": "1.1.0-beta",
  "status": "active",
  "id": "571b449b-bedf-44d8-b7fe-55cbdd61521e",
  "kind": "resource",
  "url": "http://fhirdocs.surescripts.net/fhir/StructureDefinition/Bundle_SPOClinicalInformationRequest_ConditionSpecific",
  "version": null,
  "differential": {
    "element": [ {
      "id": "Bundle.type",
      "path": "Bundle.type",
      "fixedCode": "message"
    }, {
      "id": "Bundle.timestamp",
      "min": 1,
      "path": "Bundle.timestamp"
    }, {
      "id": "Bundle.entry",
      "min": 2,
      "path": "Bundle.entry",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "resource",
          "type": "type"
        } ]
      },
      "mustSupport": true
    }, {
      "id": "Bundle.entry:messageHeader",
      "max": "1",
      "min": 1,
      "path": "Bundle.entry",
      "short": "The MessageHeader for the condition-specific SPOClinicalInformationRequest.",
      "sliceName": "messageHeader",
      "definition": "The MessageHeader resource for the condition-specific SPOClinicalInformationRequest.",
      "mustSupport": true
    }, {
      "id": "Bundle.entry:messageHeader.fullUrl",
      "min": 1,
      "path": "Bundle.entry.fullUrl"
    }, {
      "id": "Bundle.entry:messageHeader.resource",
      "min": 1,
      "path": "Bundle.entry.resource",
      "type": [ {
        "code": "Resource",
        "profile": [ "http://fhirdocs.surescripts.net/fhir/StructureDefinition/MessageHeader_SPOClinicalInformationRequest_ConditionSpecific" ]
      } ],
      "short": "The message header for the condition-specific SPOClinicalInformationRequest.",
      "definition": "The condition-specific SPOClinicalInformationRequest MessageHeader.",
      "mustSupport": true
    }, {
      "id": "Bundle.entry:labResultsQueryParameters",
      "path": "Bundle.entry",
      "short": "Parameters resource to retrieve the most recent lab result for a specific lab test for a specific patient.",
      "sliceName": "labResultsQueryParameters",
      "definition": "Parameters resource to retrieve the most recent lab result for a specific lab test for a specific patient.",
      "mustSupport": true
    }, {
      "id": "Bundle.entry:labResultsQueryParameters.fullUrl",
      "min": 1,
      "path": "Bundle.entry.fullUrl"
    }, {
      "id": "Bundle.entry:labResultsQueryParameters.resource",
      "min": 1,
      "path": "Bundle.entry.resource",
      "type": [ {
        "code": "Resource",
        "profile": [ "http://fhirdocs.surescripts.net/fhir/StructureDefinition/Parameters_SPOClinicalInformationRequest_LatestLabResultQuery" ]
      } ],
      "short": "The Parameters for retrieving the relevant lab results for the patient.",
      "definition": "The parameters for retrieving the relevant lab results for the patient."
    }, {
      "id": "Bundle.entry:smokingStatusQueryParameters",
      "max": "1",
      "path": "Bundle.entry",
      "short": "Parameters resource to retrieve current smoking status for a specific patient.",
      "sliceName": "smokingStatusQueryParameters",
      "definition": "A Parameters resource includes the actual parameters used to query for a patient's current smoking status.",
      "mustSupport": true
    }, {
      "id": "Bundle.entry:smokingStatusQueryParameters.fullUrl",
      "min": 1,
      "path": "Bundle.entry.fullUrl"
    }, {
      "id": "Bundle.entry:smokingStatusQueryParameters.resource",
      "min": 1,
      "path": "Bundle.entry.resource",
      "type": [ {
        "code": "Resource",
        "profile": [ "http://fhirdocs.surescripts.net/fhir/StructureDefinition/Parameters_SPOClinicalInformationRequest_SmokingStatusQuery" ]
      } ],
      "short": "The Parameters for retrieving the current smoking status for the patient.",
      "definition": "The parameters for retrieving the current smoking status for the patient."
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle"
}