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

FHIR IG Statistics: StructureDefinition/1bcea48b-297a-4b3f-8f6b-771fb7741c36

Packageuk.nhsdigital.r4.test
Resource TypeStructureDefinition
Id1bcea48b-297a-4b3f-8f6b-771fb7741c36
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=uk.nhsdigital.r4.test@2.17.0-prerelease&canonical=https://fhir.nhs.uk/StructureDefinition/NHSDigital-Bundle-FHIRMessage
URLhttps://fhir.nhs.uk/StructureDefinition/NHSDigital-Bundle-FHIRMessage
Statusdraft
NameNHSDigitalBundleFHIRMessage
TypeBundle
Kindresource

Resources that use this resource

StructureDefinition
Extension-Spine-supportingInfo-prescriptionSupporting Information - Prescription
NHSDigital-Task-EPSNHSDigitalTaskEPS
NHSDigital-TaskNHS Digital Task

Resources that this resource uses

StructureDefinition
NHSDigital-MessageHeaderNHSDigitalMessageHeader

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "1bcea48b-297a-4b3f-8f6b-771fb7741c36",
  "url": "https://fhir.nhs.uk/StructureDefinition/NHSDigital-Bundle-FHIRMessage",
  "name": "NHSDigitalBundleFHIRMessage",
  "status": "draft",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Bundle",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Bundle.identifier",
        "path": "Bundle.identifier",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.identifier.system",
        "path": "Bundle.identifier.system",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.identifier.value",
        "path": "Bundle.identifier.value",
        "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.link",
        "path": "Bundle.link",
        "max": "0"
      },
      {
        "id": "Bundle.entry",
        "path": "Bundle.entry",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "resource.resourceType"
            }
          ],
          "rules": "open"
        },
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.entry.link",
        "path": "Bundle.entry.link",
        "max": "0"
      },
      {
        "id": "Bundle.entry.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "min": 1
      },
      {
        "id": "Bundle.entry:messageHeader",
        "path": "Bundle.entry",
        "sliceName": "messageHeader",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.entry.resource:messageHeader",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://fhir.nhs.uk/StructureDefinition/NHSDigital-MessageHeader"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Bundle.entry.search",
        "path": "Bundle.entry.search",
        "max": "0"
      },
      {
        "id": "Bundle.entry.request",
        "path": "Bundle.entry.request",
        "max": "0"
      },
      {
        "id": "Bundle.entry.response",
        "path": "Bundle.entry.response",
        "max": "0"
      }
    ]
  }
}