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

FHIR IG Statistics: StructureDefinition/Bundle-SPOClinicalInformationResponse-ConditionSpecific

Packagesurescripts.specialty
Resource TypeStructureDefinition
IdBundle-SPOClinicalInformationResponse-ConditionSpecific
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=surescripts.specialty@1.2.0-beta&canonical=http://fhirdocs.surescripts.net/fhir/StructureDefinition/Bundle_SPOClinicalInformationResponse_ConditionSpecific
URLhttp://fhirdocs.surescripts.net/fhir/StructureDefinition/Bundle_SPOClinicalInformationResponse_ConditionSpecific
Statusactive
Date2021-08-23
NameBundle_SPOClinicalInformationResponse_ConditionSpecific
DescriptionThis Bundle profile describes the components of the condition-specific Clinical Information Response (aka condition callback).
Copyright2021
TypeBundle
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
us-core-observation-labUS Core Laboratory Result Observation Profile
us-core-smokingstatusUS Core Smoking Status Observation Profile
MessageHeader_SPOClinicalInformationRequest_ConditionSpecificMessageHeader_SPOClinicalInformationRequest_ConditionSpecific

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "Bundle-SPOClinicalInformationResponse-ConditionSpecific",
  "url": "http://fhirdocs.surescripts.net/fhir/StructureDefinition/Bundle_SPOClinicalInformationResponse_ConditionSpecific",
  "name": "Bundle_SPOClinicalInformationResponse_ConditionSpecific",
  "status": "active",
  "date": "2021-08-23",
  "publisher": "Surescripts, LLC",
  "description": "This Bundle profile describes the components of the condition-specific Clinical Information Response (aka condition callback).",
  "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"
      },
      {
        "id": "Bundle.meta.lastUpdated",
        "path": "Bundle.meta.lastUpdated",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.type",
        "path": "Bundle.type",
        "fixedCode": "message",
        "mustSupport": true
      },
      {
        "id": "Bundle.timestamp",
        "path": "Bundle.timestamp",
        "min": 1,
        "mustSupport": true
      },
      {
        "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 condition-specific SPOClinicalInformationResponse.",
        "definition": "The MessageHeader resource for the condition-specific 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 the condition-specific SPOClinicalInformationResponse.",
        "definition": "The condition-specific SPOClinicalInformationResponse MessageHeader.",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "http://fhirdocs.surescripts.net/fhir/StructureDefinition/MessageHeader_SPOClinicalInformationRequest_ConditionSpecific"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:labResult",
        "path": "Bundle.entry",
        "sliceName": "labResult",
        "short": "A laboratory result",
        "definition": "A laboratory result for a patient",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:labResult.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:labResult.resource",
        "path": "Bundle.entry.resource",
        "short": "US Core Observation lab result",
        "definition": "A US Core Observation resource for a laboratory result.",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:smokingStatus",
        "path": "Bundle.entry",
        "sliceName": "smokingStatus",
        "short": "Patient smoking status",
        "definition": "The smoking status for a patient.",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:smokingStatus.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:smokingStatus.resource",
        "path": "Bundle.entry.resource",
        "short": "Observation Smoking Status",
        "definition": "A US Core Smoking Status Observation for a patient.",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"
            ]
          }
        ]
      }
    ]
  }
}