Bundle

Description

This entity represent a container for a collections of ressources.

Snapshot

idΣ0..1id
metaΣ0..1Meta
implicitRulesΣ ?!0..1uri
language0..1codeBinding
identifierS Σ I0..1Identifier
typeS Σ I1..1codeBindingFixed Value
timestampS Σ I1..1instant
totalΣ I0..1unsignedInt
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
relationΣ I1..1codeBinding
urlΣ I1..1uri
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
fullUrlΣ I0..1uri
resourceS Σ I0..1Resource
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
modeΣ0..1codeBinding
scoreΣ0..1decimal
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
methodΣ I1..1codeBinding
urlΣ1..1uri
ifNoneMatchΣ0..1string
ifModifiedSinceΣ0..1instant
ifMatchΣ0..1string
ifNoneExistΣ0..1string
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
statusΣ1..1string
locationΣ0..1uri
etagΣ0..1string
lastModifiedΣ0..1instant
outcomeΣ0..1Resource
signatureΣ0..1Signature
issuesΣ I0..1OperationOutcome

Click here for more information about the base FHIR Bundle specification.

JSON structure

This is a template for the FHIR bundle. See table below for values description.

{
    "resourceType": "Bundle",
    "id": "",
    "meta": {
        "profile":  [
            "http://fhir.akinox.com/r4b/StructureDefinition/Bundle"
        ]
    },
    "type": "searchset",
    "timestamp": "{time}",
    "total": "{totalEntries}",
    "entry":  [
        {
            "resource": {
                "id": "7cfe9417-815a-4b2e-ad3b-019b2dec5716",
                "resourceType": "Patient"
            }
        }
    ]
}

Description of the values

Property Description
{time} The exact time the bundle was assembled.
{totalEntries} The number of entries in the bundle.

As of Version 1, we only support bundles of searchset type. See here for further information.