Bundle

Description

This entity represent a container for a collections of ressources.

Snapshot

idΣ0..1string
metaΣ0..1Meta
implicitRulesΣ ?!0..1uri
language0..1codeBinding
identifierS Σ0..1Identifier
typeS Σ1..1codeBindingFixed Value
timestampS Σ1..1instant
totalΣ I0..1unsignedInt
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
relationΣ1..1string
urlΣ1..1uri
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
fullUrlΣ0..1uri
resourceS Σ0..1Resource
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
modeΣ0..1codeBinding
scoreΣ0..1decimal
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
methodΣ1..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

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
timestamp The exact time the bundle was assembled.
total The number of entries in the bundle.

We support two types of bundles typees. Message and Searchset type. See here for further information.