This page is part of the Loinc/IVD Mapping FHIR IG (v0.1.0: STU 1 Draft) based on FHIR v3.5.0. . For a full list of available versions, see the Directory of published versions
This is a pre-release version (Draft for Comment) of Loinc/IVD Mapping (LIVD) R1 (STU). There is no current official version.
For a full list of available versions, see the Directory of published versions .
The official URL for this profile is:
http://hl7.org/fhir/uv/livd/StructureDefinition/bundle-uv-livd
Description of Profiles, Differentials, Snapshots and how the different presentations work.
This structure is derived from Bundle
This structure is derived from Bundle
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Bundle | 0..* | LIVD Bundle | ||
identifier | 1..1 | Identifier | Persistent identifier for the bundle | |
type | 1..1 | code | collection | |
timestamp | 0..0 | |||
total | 0..0 | |||
link | 0..0 | |||
entry | 5..* | BackboneElement | Entry in the bundle - will have a resource, or information | |
link | 0..0 | |||
fullUrl | 0..0 | |||
resource | S | 1..1 | Resource | A resource in the bundle |
search | 0..0 | |||
request | 0..0 | |||
response | 0..0 | |||
signature | 0..1 | Signature | Digital Signature | |
Documentation for this format |
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Bundle | I | 0..* | LIVD Bundle | |
id | Σ | 0..1 | id | Logical id of this artifact |
meta | Σ | 0..1 | Meta | Metadata about the resource |
implicitRules | ?!Σ | 0..1 | uri | A set of rules under which this content was created |
language | 0..1 | code | Language of the resource content Binding: Common Languages (preferred) | |
identifier | Σ | 1..1 | Identifier | Persistent identifier for the bundle |
type | Σ | 1..1 | code | collection Binding: BundleType (required) |
entry | ΣI | 5..* | BackboneElement | Entry in the bundle - will have a resource, or information This repeating element order: For bundles of type 'document' and 'message', the first resource is special (must be Composition or MessageHeader respectively). For all bundles, the meaning of the order of entries depends on the bundle type |
id | 0..1 | string | xml:id (or equivalent in JSON) | |
extension | 0..* | Extension | Additional content defined by implementations | |
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored if unrecognized |
resource | SΣ | 1..1 | Resource | A resource in the bundle |
signature | Σ | 0..1 | Signature | Digital Signature |
Documentation for this format |
This structure is derived from Bundle
Differential View
This structure is derived from Bundle
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Bundle | 0..* | LIVD Bundle | ||
identifier | 1..1 | Identifier | Persistent identifier for the bundle | |
type | 1..1 | code | collection | |
timestamp | 0..0 | |||
total | 0..0 | |||
link | 0..0 | |||
entry | 5..* | BackboneElement | Entry in the bundle - will have a resource, or information | |
link | 0..0 | |||
fullUrl | 0..0 | |||
resource | S | 1..1 | Resource | A resource in the bundle |
search | 0..0 | |||
request | 0..0 | |||
response | 0..0 | |||
signature | 0..1 | Signature | Digital Signature | |
Documentation for this format |
Snapshot View
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Bundle | I | 0..* | LIVD Bundle | |
id | Σ | 0..1 | id | Logical id of this artifact |
meta | Σ | 0..1 | Meta | Metadata about the resource |
implicitRules | ?!Σ | 0..1 | uri | A set of rules under which this content was created |
language | 0..1 | code | Language of the resource content Binding: Common Languages (preferred) | |
identifier | Σ | 1..1 | Identifier | Persistent identifier for the bundle |
type | Σ | 1..1 | code | collection Binding: BundleType (required) |
entry | ΣI | 5..* | BackboneElement | Entry in the bundle - will have a resource, or information This repeating element order: For bundles of type 'document' and 'message', the first resource is special (must be Composition or MessageHeader respectively). For all bundles, the meaning of the order of entries depends on the bundle type |
id | 0..1 | string | xml:id (or equivalent in JSON) | |
extension | 0..* | Extension | Additional content defined by implementations | |
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored if unrecognized |
resource | SΣ | 1..1 | Resource | A resource in the bundle |
signature | Σ | 0..1 | Signature | Digital Signature |
Documentation for this format |
Other representations of profile: Schematron
Path | Name | Conformance | ValueSet |
Bundle.language | Language | preferred | Common Languages |
Bundle.type | BundleType | required | BundleType |
Bundle.entry.search.mode | SearchEntryMode | required | SearchEntryMode |
Bundle.entry.request.method | HTTPVerb | required | HTTPVerb |
Id | Path | Details | Requirements |
bdl-7 | Bundle | FullUrl must be unique in a bundle, or else entries with the same fullUrl must have different meta.versionId : entry.where(fullUrl.exists()).select(fullUrl&resource.meta.versionId).isDistinct() | |
bdl-9 | Bundle | A document must have an identifier with a system and a value : type = 'document' implies (identifier.system.exists() and identifier.value.exists()) | |
bdl-3 | Bundle | entry.request mandatory for batch/transaction/history, otherwise prohibited : entry.all(request.exists() = (%resource.type = 'batch' or %resource.type = 'transaction' or %resource.type = 'history')) | |
bdl-4 | Bundle | entry.response mandatory for batch-response/transaction-response/history, otherwise prohibited : entry.all(response.exists() = (%resource.type = 'batch-response' or %resource.type = 'transaction-response' or %resource.type = 'history')) | |
bdl-12 | Bundle | A message must have a MessageHeader as the first resource : type = 'message' implies entry.first().resource.is(MessageHeader) | |
bdl-1 | Bundle | total only when a search or history : total.empty() or (type = 'searchset') or (type = 'history') | |
bdl-2 | Bundle | entry.search only when a search : entry.search.empty() or (type = 'searchset') | |
bdl-11 | Bundle | A document must have a Composition as the first resource : type = 'document' implies entry.first().resource.is(Composition) | |
bdl-10 | Bundle | A document must have a date : type = 'document' implies (meta.lastUpdated.hasValue()) | |
ele-1 | Bundle.entry | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
bdl-8 | Bundle.entry | fullUrl cannot be a version specific reference : fullUrl.contains('/_history/').not() | |
bdl-5 | Bundle.entry | must be a resource unless there's a request or response : resource.exists() or request.exists() or response.exists() |