RIVO-Noord Zorgviewer Implementation Guide
1.14.0 - sprint56 Netherlands flag

RIVO-Noord Zorgviewer Implementation Guide - Local Development build (v1.14.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Resource Profile: Medicatiegegevens ( Abstract )

Official URL: http://fhir.hl7.nl/zorgviewer/StructureDefinition/Medicatiegegevens Version: 1.14.0
Active as of 2025-04-15 Computable Name: Medicatiegegevens

Medicatiegegevens abstract samenstelling voor het documenteren van de combinatie van Medicatieafspraak en Medicatie Gebruik

Dit Profiel is het resultaat van de vergelijking tussen de zib2017 FHIR Profiel en de implementaties in Epic, Chipsoft, Topicus en Nexus. De elementen die in ieder geval in alle output beschikbaar zullen zijn. Voornamelijk bedoeld voor houvast van een client en voor validatie van output.

Zorginformatiebouwsteen

View Definition

ViewDefinition voor Medicatiegegevens

UI Wireframe

Medicatie Gebruik en Afspraken

>< Bron Medicatie Dosering & Instructies Toedieningsweg Datum
>< Bron Medicatie Dosering & Instructies Toedieningsweg Datum

Kolom Definities

Kolom label FHIR Path FHIR Type Zib element Toelichting of regels
MedicationRequest
Bron meta.extension('http://hl7.org/fhir/4.0/StructureDefinition/extension-Meta.source').valueUri string nvt Lookup adhv uri (AGB-Z of OID) <adressering-base>/Organization?identifier=<.meta.tag.code> en gebruik dan Organization.name
Medicatie medicationReference.display string Afgesprokengeneesmiddel
Dosering & Instructies iif(exists(dosageInstruction.text), dosageInstruction.text, dosageInstruction.additionalInstruction.text) string Gebruiksinstructie/Omschrijving, Gebruiksinstructie/AanvullendeInstructie
Toedieningsweg dosageInstruction.route.text string Gebruiksinstructie/Toedieningsweg
Datum authoredOn dateTime MedicatieafspraakDatumTijd
UITKLAPVELD
+Categorie category.text string nvt
+Type 'voorgeschreven' string nvt
MedicationStatement
Bron meta.extension('http://hl7.org/fhir/4.0/StructureDefinition/extension-Meta.source').valueUri string nvt Lookup adhv uri (AGB-Z of OID) <adressering-base>/Organization?identifier=<.meta.tag.code> en gebruik dan Organization.name
Medicatie medicationReference.display string Gebruiksproduct
Dosering & Instructies dosage.text string InstructionsForUse/Omschrijving
Toedieningsweg dosage.route.text string InstructionsForUse/Toedieningsweg
Datum dateAsserted dateTime MedicatieGebruikDatumTijd
UITKLAPVELD
+Categorie category.text string nvt
+Type 'huidig' string nvt

Requests

Er is geen request waarmee je beide resources in 1 keer kan opvragen. Je moet hiervoor dus een request doen per resource.

Usage:

  • This Resource Profile is not used by any profiles in this Implementation Guide

Changes since version 1.13.0:

  • No changes
  • Formal Views of Profile Content

    Description of Profiles, Differentials, Snapshots and how the different presentations work.

    NameFlagsCard.TypeDescription & Constraintsdoco
    .. Bundle C 0..* Bundle This is an abstract profile.
    Contains a collection of resources
    bdl-7: FullUrl must be unique in a bundle, or else entries with the same fullUrl must have different meta.versionId
    bdl-9: A document must have an identifier with a system and a value
    bdl-3: entry.request only for some types of bundles
    bdl-4: entry.response only for some types of bundles
    bdl-1: total only when a search or history
    bdl-2: entry.search only when a search
    ... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
    ... type Σ 1..1 code searchset
    Binding: BundleType (required): Indicates the purpose of a bundle - how it was intended to be used.


    Fixed Value: searchset
    ... Slices for entry ΣC 0..* BackboneElement Entry in the bundle - will have a resource, or information
    Slice: Unordered, Open by type:resource
    ele-1: All FHIR elements must have a @value or children
    bdl-8: fullUrl cannot be a version specific reference
    bdl-5: must be a resource unless there's a request or response
    .... entry:All Slices Content/Rules for all slices
    ..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
    .... entry:MedicationRequest ΣC 0..* BackboneElement MedicationRequest
    ele-1: All FHIR elements must have a @value or children
    bdl-8: fullUrl cannot be a version specific reference
    bdl-5: must be a resource unless there's a request or response
    ..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
    ..... fullUrl Σ 1..1 uri Absolute URL for resource (server address, or UUID/OID)
    ..... resource 1..1 MedicationAgreement MedicationAgreement
    .... entry:MedicationStatement ΣC 0..* BackboneElement MedicationStatement
    ele-1: All FHIR elements must have a @value or children
    bdl-8: fullUrl cannot be a version specific reference
    bdl-5: must be a resource unless there's a request or response
    ..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
    ..... fullUrl Σ 1..1 uri Absolute URL for resource (server address, or UUID/OID)
    ..... resource 1..1 MedicationUse MedicationUse

    doco Documentation for this format

    Terminology Bindings

    PathConformanceValueSet / CodeURI
    Bundle.typerequiredFixed Value: searchset
    http://hl7.org/fhir/ValueSet/bundle-type
    from the FHIR Standard

    Constraints

    IdGradePath(s)DetailsRequirements
    bdl-1errorBundletotal only when a search or history
    : total.empty() or (type = 'searchset') or (type = 'history')
    bdl-2errorBundleentry.search only when a search
    : entry.search.empty() or (type = 'searchset')
    bdl-3errorBundleentry.request only for some types of bundles
    : entry.request.empty() or type = 'batch' or type = 'transaction' or type = 'history'
    bdl-4errorBundleentry.response only for some types of bundles
    : entry.response.empty() or type = 'batch-response' or type = 'transaction-response'
    bdl-5errorBundle.entry, Bundle.entry:MedicationRequest, Bundle.entry:MedicationStatementmust be a resource unless there's a request or response
    : resource.exists() or request.exists() or response.exists()
    bdl-7errorBundleFullUrl must be unique in a bundle, or else entries with the same fullUrl must have different meta.versionId
    : entry.where(fullUrl).select(fullUrl&resource.meta.versionId).isDistinct()
    bdl-8errorBundle.entry, Bundle.entry:MedicationRequest, Bundle.entry:MedicationStatementfullUrl cannot be a version specific reference
    : fullUrl.contains('/_history/').not()
    bdl-9errorBundleA document must have an identifier with a system and a value
    : type = 'document' implies (identifier.system.exists() and identifier.value.exists())
    ele-1error**ALL** elementsAll FHIR elements must have a @value or children
    : hasValue() | (children().count() > id.count())

    This structure is derived from Bundle

    NameFlagsCard.TypeDescription & Constraintsdoco
    .. Bundle 0..* Bundle This is an abstract profile.
    Contains a collection of resources
    ... type 1..1 code searchset
    Fixed Value: searchset
    ... Slices for entry 0..* BackboneElement Entry in the bundle - will have a resource, or information
    Slice: Unordered, Open by type:resource
    .... entry:MedicationRequest 0..* BackboneElement MedicationRequest
    ..... fullUrl 1..1 uri Absolute URL for resource (server address, or UUID/OID)
    ..... resource 1..1 MedicationAgreement MedicationAgreement
    .... entry:MedicationStatement 0..* BackboneElement MedicationStatement
    ..... fullUrl 1..1 uri Absolute URL for resource (server address, or UUID/OID)
    ..... resource 1..1 MedicationUse MedicationUse

    doco Documentation for this format
    NameFlagsCard.TypeDescription & Constraintsdoco
    .. Bundle C 0..* Bundle This is an abstract profile.
    Contains a collection of resources
    bdl-7: FullUrl must be unique in a bundle, or else entries with the same fullUrl must have different meta.versionId
    bdl-9: A document must have an identifier with a system and a value
    bdl-3: entry.request only for some types of bundles
    bdl-4: entry.response only for some types of bundles
    bdl-1: total only when a search or history
    bdl-2: entry.search only when a search
    ... 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
    ... identifier Σ 0..1 Identifier Persistent identifier for the bundle
    ... type Σ 1..1 code searchset
    Binding: BundleType (required): Indicates the purpose of a bundle - how it was intended to be used.


    Fixed Value: searchset
    ... total ΣC 0..1 unsignedInt If search, the total number of matches
    ... link Σ 0..* BackboneElement Links related to this Bundle
    .... 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
    .... relation Σ 1..1 string See http://www.iana.org/assignments/link-relations/link-relations.xhtml#link-relations-1
    .... url Σ 1..1 uri Reference details for the link
    ... Slices for entry ΣC 0..* BackboneElement Entry in the bundle - will have a resource, or information
    Slice: Unordered, Open by type:resource
    bdl-8: fullUrl cannot be a version specific reference
    bdl-5: must be a resource unless there's a request or response
    .... entry:All Slices Content/Rules for all slices
    ..... 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
    ..... link Σ 0..* See link (Bundle) Links related to this entry
    ..... fullUrl Σ 0..1 uri Absolute URL for resource (server address, or UUID/OID)
    ..... resource Σ 0..1 Resource A resource in the bundle
    ..... search ΣC 0..1 BackboneElement Search related information
    ...... 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
    ...... mode Σ 0..1 code match | include | outcome - why this is in the result set
    Binding: SearchEntryMode (required): Why an entry is in the result set - whether it's included as a match or because of an _include requirement.

    ...... score Σ 0..1 decimal Search ranking (between 0 and 1)
    ..... request ΣC 0..1 BackboneElement Transaction Related Information
    ...... 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
    ...... method Σ 1..1 code GET | POST | PUT | DELETE
    Binding: HTTPVerb (required): HTTP verbs (in the HTTP command line).

    ...... url Σ 1..1 uri URL for HTTP equivalent of this entry
    ...... ifNoneMatch Σ 0..1 string For managing cache currency
    ...... ifModifiedSince Σ 0..1 instant For managing update contention
    ...... ifMatch Σ 0..1 string For managing update contention
    ...... ifNoneExist Σ 0..1 string For conditional creates
    ..... response ΣC 0..1 BackboneElement Transaction Related Information
    ...... 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
    ...... status Σ 1..1 string Status response code (text optional)
    ...... location Σ 0..1 uri The location, if the operation returns a location
    ...... etag Σ 0..1 string The etag for the resource (if relevant)
    ...... lastModified Σ 0..1 instant Server's date time modified
    ...... outcome Σ 0..1 Resource OperationOutcome with hints and warnings (for batch/transaction)
    .... entry:MedicationRequest ΣC 0..* BackboneElement MedicationRequest
    bdl-8: fullUrl cannot be a version specific reference
    bdl-5: must be a resource unless there's a request or response
    ..... 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
    ..... link Σ 0..* See link (Bundle) Links related to this entry
    ..... fullUrl Σ 1..1 uri Absolute URL for resource (server address, or UUID/OID)
    ..... resource 1..1 MedicationAgreement MedicationAgreement
    ..... search ΣC 0..1 BackboneElement Search related information
    ...... 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
    ...... mode Σ 0..1 code match | include | outcome - why this is in the result set
    Binding: SearchEntryMode (required): Why an entry is in the result set - whether it's included as a match or because of an _include requirement.

    ...... score Σ 0..1 decimal Search ranking (between 0 and 1)
    ..... request ΣC 0..1 BackboneElement Transaction Related Information
    ...... 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
    ...... method Σ 1..1 code GET | POST | PUT | DELETE
    Binding: HTTPVerb (required): HTTP verbs (in the HTTP command line).

    ...... url Σ 1..1 uri URL for HTTP equivalent of this entry
    ...... ifNoneMatch Σ 0..1 string For managing cache currency
    ...... ifModifiedSince Σ 0..1 instant For managing update contention
    ...... ifMatch Σ 0..1 string For managing update contention
    ...... ifNoneExist Σ 0..1 string For conditional creates
    ..... response ΣC 0..1 BackboneElement Transaction Related Information
    ...... 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
    ...... status Σ 1..1 string Status response code (text optional)
    ...... location Σ 0..1 uri The location, if the operation returns a location
    ...... etag Σ 0..1 string The etag for the resource (if relevant)
    ...... lastModified Σ 0..1 instant Server's date time modified
    ...... outcome Σ 0..1 Resource OperationOutcome with hints and warnings (for batch/transaction)
    .... entry:MedicationStatement ΣC 0..* BackboneElement MedicationStatement
    bdl-8: fullUrl cannot be a version specific reference
    bdl-5: must be a resource unless there's a request or response
    ..... 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
    ..... link Σ 0..* See link (Bundle) Links related to this entry
    ..... fullUrl Σ 1..1 uri Absolute URL for resource (server address, or UUID/OID)
    ..... resource 1..1 MedicationUse MedicationUse
    ..... search ΣC 0..1 BackboneElement Search related information
    ...... 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
    ...... mode Σ 0..1 code match | include | outcome - why this is in the result set
    Binding: SearchEntryMode (required): Why an entry is in the result set - whether it's included as a match or because of an _include requirement.

    ...... score Σ 0..1 decimal Search ranking (between 0 and 1)
    ..... request ΣC 0..1 BackboneElement Transaction Related Information
    ...... 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
    ...... method Σ 1..1 code GET | POST | PUT | DELETE
    Binding: HTTPVerb (required): HTTP verbs (in the HTTP command line).

    ...... url Σ 1..1 uri URL for HTTP equivalent of this entry
    ...... ifNoneMatch Σ 0..1 string For managing cache currency
    ...... ifModifiedSince Σ 0..1 instant For managing update contention
    ...... ifMatch Σ 0..1 string For managing update contention
    ...... ifNoneExist Σ 0..1 string For conditional creates
    ..... response ΣC 0..1 BackboneElement Transaction Related Information
    ...... 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
    ...... status Σ 1..1 string Status response code (text optional)
    ...... location Σ 0..1 uri The location, if the operation returns a location
    ...... etag Σ 0..1 string The etag for the resource (if relevant)
    ...... lastModified Σ 0..1 instant Server's date time modified
    ...... outcome Σ 0..1 Resource OperationOutcome with hints and warnings (for batch/transaction)
    ... signature Σ 0..1 Signature Digital Signature

    doco Documentation for this format

    Terminology Bindings

    PathConformanceValueSet / CodeURI
    Bundle.languageextensibleCommon Languages
    http://hl7.org/fhir/ValueSet/languages
    from the FHIR Standard
    Additional Bindings Purpose
    All Languages Max Binding
    Bundle.typerequiredFixed Value: searchset
    http://hl7.org/fhir/ValueSet/bundle-type
    from the FHIR Standard
    Bundle.entry.search.moderequiredSearchEntryMode
    http://hl7.org/fhir/ValueSet/search-entry-mode
    from the FHIR Standard
    Bundle.entry.request.methodrequiredHTTPVerb
    http://hl7.org/fhir/ValueSet/http-verb
    from the FHIR Standard
    Bundle.entry:MedicationRequest.search.moderequiredSearchEntryMode
    http://hl7.org/fhir/ValueSet/search-entry-mode
    from the FHIR Standard
    Bundle.entry:MedicationRequest.request.methodrequiredHTTPVerb
    http://hl7.org/fhir/ValueSet/http-verb
    from the FHIR Standard
    Bundle.entry:MedicationStatement.search.moderequiredSearchEntryMode
    http://hl7.org/fhir/ValueSet/search-entry-mode
    from the FHIR Standard
    Bundle.entry:MedicationStatement.request.methodrequiredHTTPVerb
    http://hl7.org/fhir/ValueSet/http-verb
    from the FHIR Standard

    Constraints

    IdGradePath(s)DetailsRequirements
    bdl-1errorBundletotal only when a search or history
    : total.empty() or (type = 'searchset') or (type = 'history')
    bdl-2errorBundleentry.search only when a search
    : entry.search.empty() or (type = 'searchset')
    bdl-3errorBundleentry.request only for some types of bundles
    : entry.request.empty() or type = 'batch' or type = 'transaction' or type = 'history'
    bdl-4errorBundleentry.response only for some types of bundles
    : entry.response.empty() or type = 'batch-response' or type = 'transaction-response'
    bdl-5errorBundle.entry, Bundle.entry:MedicationRequest, Bundle.entry:MedicationStatementmust be a resource unless there's a request or response
    : resource.exists() or request.exists() or response.exists()
    bdl-7errorBundleFullUrl must be unique in a bundle, or else entries with the same fullUrl must have different meta.versionId
    : entry.where(fullUrl).select(fullUrl&resource.meta.versionId).isDistinct()
    bdl-8errorBundle.entry, Bundle.entry:MedicationRequest, Bundle.entry:MedicationStatementfullUrl cannot be a version specific reference
    : fullUrl.contains('/_history/').not()
    bdl-9errorBundleA document must have an identifier with a system and a value
    : type = 'document' implies (identifier.system.exists() and identifier.value.exists())
    ele-1error**ALL** elementsAll FHIR elements must have a @value or children
    : hasValue() | (children().count() > id.count())

    This structure is derived from Bundle

    Summary

    Mandatory: 0 element(4 nested mandatory elements)
    Fixed: 1 element

    Structures

    This structure refers to these other structures:

    Slices

    This structure defines the following Slices:

    • The element 1 is sliced based on the value of Bundle.entry

    Key Elements View

    NameFlagsCard.TypeDescription & Constraintsdoco
    .. Bundle C 0..* Bundle This is an abstract profile.
    Contains a collection of resources
    bdl-7: FullUrl must be unique in a bundle, or else entries with the same fullUrl must have different meta.versionId
    bdl-9: A document must have an identifier with a system and a value
    bdl-3: entry.request only for some types of bundles
    bdl-4: entry.response only for some types of bundles
    bdl-1: total only when a search or history
    bdl-2: entry.search only when a search
    ... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
    ... type Σ 1..1 code searchset
    Binding: BundleType (required): Indicates the purpose of a bundle - how it was intended to be used.


    Fixed Value: searchset
    ... Slices for entry ΣC 0..* BackboneElement Entry in the bundle - will have a resource, or information
    Slice: Unordered, Open by type:resource
    ele-1: All FHIR elements must have a @value or children
    bdl-8: fullUrl cannot be a version specific reference
    bdl-5: must be a resource unless there's a request or response
    .... entry:All Slices Content/Rules for all slices
    ..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
    .... entry:MedicationRequest ΣC 0..* BackboneElement MedicationRequest
    ele-1: All FHIR elements must have a @value or children
    bdl-8: fullUrl cannot be a version specific reference
    bdl-5: must be a resource unless there's a request or response
    ..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
    ..... fullUrl Σ 1..1 uri Absolute URL for resource (server address, or UUID/OID)
    ..... resource 1..1 MedicationAgreement MedicationAgreement
    .... entry:MedicationStatement ΣC 0..* BackboneElement MedicationStatement
    ele-1: All FHIR elements must have a @value or children
    bdl-8: fullUrl cannot be a version specific reference
    bdl-5: must be a resource unless there's a request or response
    ..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
    ..... fullUrl Σ 1..1 uri Absolute URL for resource (server address, or UUID/OID)
    ..... resource 1..1 MedicationUse MedicationUse

    doco Documentation for this format

    Terminology Bindings

    PathConformanceValueSet / CodeURI
    Bundle.typerequiredFixed Value: searchset
    http://hl7.org/fhir/ValueSet/bundle-type
    from the FHIR Standard

    Constraints

    IdGradePath(s)DetailsRequirements
    bdl-1errorBundletotal only when a search or history
    : total.empty() or (type = 'searchset') or (type = 'history')
    bdl-2errorBundleentry.search only when a search
    : entry.search.empty() or (type = 'searchset')
    bdl-3errorBundleentry.request only for some types of bundles
    : entry.request.empty() or type = 'batch' or type = 'transaction' or type = 'history'
    bdl-4errorBundleentry.response only for some types of bundles
    : entry.response.empty() or type = 'batch-response' or type = 'transaction-response'
    bdl-5errorBundle.entry, Bundle.entry:MedicationRequest, Bundle.entry:MedicationStatementmust be a resource unless there's a request or response
    : resource.exists() or request.exists() or response.exists()
    bdl-7errorBundleFullUrl must be unique in a bundle, or else entries with the same fullUrl must have different meta.versionId
    : entry.where(fullUrl).select(fullUrl&resource.meta.versionId).isDistinct()
    bdl-8errorBundle.entry, Bundle.entry:MedicationRequest, Bundle.entry:MedicationStatementfullUrl cannot be a version specific reference
    : fullUrl.contains('/_history/').not()
    bdl-9errorBundleA document must have an identifier with a system and a value
    : type = 'document' implies (identifier.system.exists() and identifier.value.exists())
    ele-1error**ALL** elementsAll FHIR elements must have a @value or children
    : hasValue() | (children().count() > id.count())

    Differential View

    This structure is derived from Bundle

    NameFlagsCard.TypeDescription & Constraintsdoco
    .. Bundle 0..* Bundle This is an abstract profile.
    Contains a collection of resources
    ... type 1..1 code searchset
    Fixed Value: searchset
    ... Slices for entry 0..* BackboneElement Entry in the bundle - will have a resource, or information
    Slice: Unordered, Open by type:resource
    .... entry:MedicationRequest 0..* BackboneElement MedicationRequest
    ..... fullUrl 1..1 uri Absolute URL for resource (server address, or UUID/OID)
    ..... resource 1..1 MedicationAgreement MedicationAgreement
    .... entry:MedicationStatement 0..* BackboneElement MedicationStatement
    ..... fullUrl 1..1 uri Absolute URL for resource (server address, or UUID/OID)
    ..... resource 1..1 MedicationUse MedicationUse

    doco Documentation for this format

    Snapshot View

    NameFlagsCard.TypeDescription & Constraintsdoco
    .. Bundle C 0..* Bundle This is an abstract profile.
    Contains a collection of resources
    bdl-7: FullUrl must be unique in a bundle, or else entries with the same fullUrl must have different meta.versionId
    bdl-9: A document must have an identifier with a system and a value
    bdl-3: entry.request only for some types of bundles
    bdl-4: entry.response only for some types of bundles
    bdl-1: total only when a search or history
    bdl-2: entry.search only when a search
    ... 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
    ... identifier Σ 0..1 Identifier Persistent identifier for the bundle
    ... type Σ 1..1 code searchset
    Binding: BundleType (required): Indicates the purpose of a bundle - how it was intended to be used.


    Fixed Value: searchset
    ... total ΣC 0..1 unsignedInt If search, the total number of matches
    ... link Σ 0..* BackboneElement Links related to this Bundle
    .... 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
    .... relation Σ 1..1 string See http://www.iana.org/assignments/link-relations/link-relations.xhtml#link-relations-1
    .... url Σ 1..1 uri Reference details for the link
    ... Slices for entry ΣC 0..* BackboneElement Entry in the bundle - will have a resource, or information
    Slice: Unordered, Open by type:resource
    bdl-8: fullUrl cannot be a version specific reference
    bdl-5: must be a resource unless there's a request or response
    .... entry:All Slices Content/Rules for all slices
    ..... 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
    ..... link Σ 0..* See link (Bundle) Links related to this entry
    ..... fullUrl Σ 0..1 uri Absolute URL for resource (server address, or UUID/OID)
    ..... resource Σ 0..1 Resource A resource in the bundle
    ..... search ΣC 0..1 BackboneElement Search related information
    ...... 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
    ...... mode Σ 0..1 code match | include | outcome - why this is in the result set
    Binding: SearchEntryMode (required): Why an entry is in the result set - whether it's included as a match or because of an _include requirement.

    ...... score Σ 0..1 decimal Search ranking (between 0 and 1)
    ..... request ΣC 0..1 BackboneElement Transaction Related Information
    ...... 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
    ...... method Σ 1..1 code GET | POST | PUT | DELETE
    Binding: HTTPVerb (required): HTTP verbs (in the HTTP command line).

    ...... url Σ 1..1 uri URL for HTTP equivalent of this entry
    ...... ifNoneMatch Σ 0..1 string For managing cache currency
    ...... ifModifiedSince Σ 0..1 instant For managing update contention
    ...... ifMatch Σ 0..1 string For managing update contention
    ...... ifNoneExist Σ 0..1 string For conditional creates
    ..... response ΣC 0..1 BackboneElement Transaction Related Information
    ...... 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
    ...... status Σ 1..1 string Status response code (text optional)
    ...... location Σ 0..1 uri The location, if the operation returns a location
    ...... etag Σ 0..1 string The etag for the resource (if relevant)
    ...... lastModified Σ 0..1 instant Server's date time modified
    ...... outcome Σ 0..1 Resource OperationOutcome with hints and warnings (for batch/transaction)
    .... entry:MedicationRequest ΣC 0..* BackboneElement MedicationRequest
    bdl-8: fullUrl cannot be a version specific reference
    bdl-5: must be a resource unless there's a request or response
    ..... 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
    ..... link Σ 0..* See link (Bundle) Links related to this entry
    ..... fullUrl Σ 1..1 uri Absolute URL for resource (server address, or UUID/OID)
    ..... resource 1..1 MedicationAgreement MedicationAgreement
    ..... search ΣC 0..1 BackboneElement Search related information
    ...... 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
    ...... mode Σ 0..1 code match | include | outcome - why this is in the result set
    Binding: SearchEntryMode (required): Why an entry is in the result set - whether it's included as a match or because of an _include requirement.

    ...... score Σ 0..1 decimal Search ranking (between 0 and 1)
    ..... request ΣC 0..1 BackboneElement Transaction Related Information
    ...... 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
    ...... method Σ 1..1 code GET | POST | PUT | DELETE
    Binding: HTTPVerb (required): HTTP verbs (in the HTTP command line).

    ...... url Σ 1..1 uri URL for HTTP equivalent of this entry
    ...... ifNoneMatch Σ 0..1 string For managing cache currency
    ...... ifModifiedSince Σ 0..1 instant For managing update contention
    ...... ifMatch Σ 0..1 string For managing update contention
    ...... ifNoneExist Σ 0..1 string For conditional creates
    ..... response ΣC 0..1 BackboneElement Transaction Related Information
    ...... 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
    ...... status Σ 1..1 string Status response code (text optional)
    ...... location Σ 0..1 uri The location, if the operation returns a location
    ...... etag Σ 0..1 string The etag for the resource (if relevant)
    ...... lastModified Σ 0..1 instant Server's date time modified
    ...... outcome Σ 0..1 Resource OperationOutcome with hints and warnings (for batch/transaction)
    .... entry:MedicationStatement ΣC 0..* BackboneElement MedicationStatement
    bdl-8: fullUrl cannot be a version specific reference
    bdl-5: must be a resource unless there's a request or response
    ..... 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
    ..... link Σ 0..* See link (Bundle) Links related to this entry
    ..... fullUrl Σ 1..1 uri Absolute URL for resource (server address, or UUID/OID)
    ..... resource 1..1 MedicationUse MedicationUse
    ..... search ΣC 0..1 BackboneElement Search related information
    ...... 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
    ...... mode Σ 0..1 code match | include | outcome - why this is in the result set
    Binding: SearchEntryMode (required): Why an entry is in the result set - whether it's included as a match or because of an _include requirement.

    ...... score Σ 0..1 decimal Search ranking (between 0 and 1)
    ..... request ΣC 0..1 BackboneElement Transaction Related Information
    ...... 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
    ...... method Σ 1..1 code GET | POST | PUT | DELETE
    Binding: HTTPVerb (required): HTTP verbs (in the HTTP command line).

    ...... url Σ 1..1 uri URL for HTTP equivalent of this entry
    ...... ifNoneMatch Σ 0..1 string For managing cache currency
    ...... ifModifiedSince Σ 0..1 instant For managing update contention
    ...... ifMatch Σ 0..1 string For managing update contention
    ...... ifNoneExist Σ 0..1 string For conditional creates
    ..... response ΣC 0..1 BackboneElement Transaction Related Information
    ...... 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
    ...... status Σ 1..1 string Status response code (text optional)
    ...... location Σ 0..1 uri The location, if the operation returns a location
    ...... etag Σ 0..1 string The etag for the resource (if relevant)
    ...... lastModified Σ 0..1 instant Server's date time modified
    ...... outcome Σ 0..1 Resource OperationOutcome with hints and warnings (for batch/transaction)
    ... signature Σ 0..1 Signature Digital Signature

    doco Documentation for this format

    Terminology Bindings

    PathConformanceValueSet / CodeURI
    Bundle.languageextensibleCommon Languages
    http://hl7.org/fhir/ValueSet/languages
    from the FHIR Standard
    Additional Bindings Purpose
    All Languages Max Binding
    Bundle.typerequiredFixed Value: searchset
    http://hl7.org/fhir/ValueSet/bundle-type
    from the FHIR Standard
    Bundle.entry.search.moderequiredSearchEntryMode
    http://hl7.org/fhir/ValueSet/search-entry-mode
    from the FHIR Standard
    Bundle.entry.request.methodrequiredHTTPVerb
    http://hl7.org/fhir/ValueSet/http-verb
    from the FHIR Standard
    Bundle.entry:MedicationRequest.search.moderequiredSearchEntryMode
    http://hl7.org/fhir/ValueSet/search-entry-mode
    from the FHIR Standard
    Bundle.entry:MedicationRequest.request.methodrequiredHTTPVerb
    http://hl7.org/fhir/ValueSet/http-verb
    from the FHIR Standard
    Bundle.entry:MedicationStatement.search.moderequiredSearchEntryMode
    http://hl7.org/fhir/ValueSet/search-entry-mode
    from the FHIR Standard
    Bundle.entry:MedicationStatement.request.methodrequiredHTTPVerb
    http://hl7.org/fhir/ValueSet/http-verb
    from the FHIR Standard

    Constraints

    IdGradePath(s)DetailsRequirements
    bdl-1errorBundletotal only when a search or history
    : total.empty() or (type = 'searchset') or (type = 'history')
    bdl-2errorBundleentry.search only when a search
    : entry.search.empty() or (type = 'searchset')
    bdl-3errorBundleentry.request only for some types of bundles
    : entry.request.empty() or type = 'batch' or type = 'transaction' or type = 'history'
    bdl-4errorBundleentry.response only for some types of bundles
    : entry.response.empty() or type = 'batch-response' or type = 'transaction-response'
    bdl-5errorBundle.entry, Bundle.entry:MedicationRequest, Bundle.entry:MedicationStatementmust be a resource unless there's a request or response
    : resource.exists() or request.exists() or response.exists()
    bdl-7errorBundleFullUrl must be unique in a bundle, or else entries with the same fullUrl must have different meta.versionId
    : entry.where(fullUrl).select(fullUrl&resource.meta.versionId).isDistinct()
    bdl-8errorBundle.entry, Bundle.entry:MedicationRequest, Bundle.entry:MedicationStatementfullUrl cannot be a version specific reference
    : fullUrl.contains('/_history/').not()
    bdl-9errorBundleA document must have an identifier with a system and a value
    : type = 'document' implies (identifier.system.exists() and identifier.value.exists())
    ele-1error**ALL** elementsAll FHIR elements must have a @value or children
    : hasValue() | (children().count() > id.count())

    This structure is derived from Bundle

    Summary

    Mandatory: 0 element(4 nested mandatory elements)
    Fixed: 1 element

    Structures

    This structure refers to these other structures:

    Slices

    This structure defines the following Slices:

    • The element 1 is sliced based on the value of Bundle.entry

     

    Other representations of profile: CSV, Excel, Schematron