CH EPR mHealth (R4)
0.1.1 - Draft Standard for Trial Use

This page is part of the CH EPR mHealth (R4) (v0.1.1: DSTU 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

StructureDefinition: IHE_MHD_Minimal_DocumentManifest

IHE MHD Profile on DocumentManifest for Minimal Metadata (SubmissionSet).

The official URL for this profile is:

http://ihe.net/fhir/ihe.mhd.fhir/StructureDefinition/IHE.MHD.Minimal.DocumentManifest

Formal Views of Profile Content

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

This structure is derived from DocumentManifest

Summary

Mandatory: 4 elements
Must-Support: 1 element
Prohibited: 1 element

Structures

This structure refers to these other structures:

This structure is derived from DocumentManifest

NameFlagsCard.TypeDescription & Constraintsdoco
.. DocumentManifest DocumentManifest
... text 0..1NarrativeText summary of the resource, for human interpretation
... masterIdentifier 1..1IdentifierUnique Identifier for the set of documents
... identifier 1..*IdentifierOther identifiers for the manifest
... type 0..1CodeableConceptKind of document set
... subject 0..1Reference(Patient) {rb}The subject of the set of documents
... created 1..1dateTimeWhen this document manifest created
... author S0..*Reference() {c}Who and/or what authored the DocumentManifest
... source 1..1uriThe source system/application/software
... content 1..*Reference(Provide Minimal DocumentReference | Minimal List Folder) {rb}Items in manifest
... related 0..0

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraintsdoco
.. DocumentManifest I0..*DocumentManifestA list that defines a set of documents
... id Σ0..1stringLogical id of this artifact
... meta ΣI0..1MetaMetadata about the resource
... implicitRules ?!ΣI0..1uriA set of rules under which this content was created
... text I0..1NarrativeText summary of the resource, for human interpretation
... contained 0..*ResourceContained, inline Resources
... extension I0..*ExtensionAdditional content defined by implementations
... modifierExtension ?!I0..*ExtensionExtensions that cannot be ignored
... masterIdentifier ΣI1..1IdentifierUnique Identifier for the set of documents
... identifier ΣI1..*IdentifierOther identifiers for the manifest
... status ?!ΣI1..1codecurrent | superseded | entered-in-error
Binding: DocumentReferenceStatus (required)
... type ΣI0..1CodeableConceptKind of document set
Binding: v3 Code System ActCode (example)
... subject ΣI0..1Reference(Patient) {rb}The subject of the set of documents
... created I1..1dateTimeWhen this document manifest created
... author SΣI0..*Reference() {c}Who and/or what authored the DocumentManifest
... recipient I0..*Reference(Patient | Practitioner | PractitionerRole | RelatedPerson | Organization)Intended to get notified about this set of documents
... source I1..1uriThe source system/application/software
... description ΣI0..1stringHuman-readable description (title)
... content ΣI1..*Reference(Provide Minimal DocumentReference | Minimal List Folder) {rb}Items in manifest

doco Documentation for this format

This structure is derived from DocumentManifest

Summary

Mandatory: 4 elements
Must-Support: 1 element
Prohibited: 1 element

Structures

This structure refers to these other structures:

Differential View

This structure is derived from DocumentManifest

NameFlagsCard.TypeDescription & Constraintsdoco
.. DocumentManifest DocumentManifest
... text 0..1NarrativeText summary of the resource, for human interpretation
... masterIdentifier 1..1IdentifierUnique Identifier for the set of documents
... identifier 1..*IdentifierOther identifiers for the manifest
... type 0..1CodeableConceptKind of document set
... subject 0..1Reference(Patient) {rb}The subject of the set of documents
... created 1..1dateTimeWhen this document manifest created
... author S0..*Reference() {c}Who and/or what authored the DocumentManifest
... source 1..1uriThe source system/application/software
... content 1..*Reference(Provide Minimal DocumentReference | Minimal List Folder) {rb}Items in manifest
... related 0..0

doco Documentation for this format

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. DocumentManifest I0..*DocumentManifestA list that defines a set of documents
... id Σ0..1stringLogical id of this artifact
... meta ΣI0..1MetaMetadata about the resource
... implicitRules ?!ΣI0..1uriA set of rules under which this content was created
... text I0..1NarrativeText summary of the resource, for human interpretation
... contained 0..*ResourceContained, inline Resources
... extension I0..*ExtensionAdditional content defined by implementations
... modifierExtension ?!I0..*ExtensionExtensions that cannot be ignored
... masterIdentifier ΣI1..1IdentifierUnique Identifier for the set of documents
... identifier ΣI1..*IdentifierOther identifiers for the manifest
... status ?!ΣI1..1codecurrent | superseded | entered-in-error
Binding: DocumentReferenceStatus (required)
... type ΣI0..1CodeableConceptKind of document set
Binding: v3 Code System ActCode (example)
... subject ΣI0..1Reference(Patient) {rb}The subject of the set of documents
... created I1..1dateTimeWhen this document manifest created
... author SΣI0..*Reference() {c}Who and/or what authored the DocumentManifest
... recipient I0..*Reference(Patient | Practitioner | PractitionerRole | RelatedPerson | Organization)Intended to get notified about this set of documents
... source I1..1uriThe source system/application/software
... description ΣI0..1stringHuman-readable description (title)
... content ΣI1..*Reference(Provide Minimal DocumentReference | Minimal List Folder) {rb}Items in manifest

doco Documentation for this format

 

Other representations of profile: Schematron

Terminology Bindings

Terminology Bindings

PathConformanceValueSet
DocumentManifest.languagepreferredCommonLanguages
Max Binding: AllLanguages
DocumentManifest.statusrequiredDocumentReferenceStatus
DocumentManifest.typeexamplev3.ActCode

Constraints

Constraints

IdPathDetailsRequirements
dom-2DocumentManifestIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3DocumentManifestIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4DocumentManifestIf a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5DocumentManifestIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6DocumentManifestA resource should have narrative for robust management
: text.`div`.exists()
ele-1DocumentManifest.metaAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1DocumentManifest.implicitRulesAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1DocumentManifest.languageAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1DocumentManifest.textAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1DocumentManifest.extensionAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1DocumentManifest.extensionMust have either extensions or value[x], not both
: extension.exists() != value.exists()
ele-1DocumentManifest.modifierExtensionAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1DocumentManifest.modifierExtensionMust have either extensions or value[x], not both
: extension.exists() != value.exists()
ele-1DocumentManifest.masterIdentifierAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1DocumentManifest.identifierAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1DocumentManifest.statusAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1DocumentManifest.typeAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1DocumentManifest.subjectAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1DocumentManifest.createdAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1DocumentManifest.authorAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1DocumentManifest.recipientAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1DocumentManifest.sourceAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1DocumentManifest.descriptionAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1DocumentManifest.contentAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1DocumentManifest.related.extensionAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1DocumentManifest.related.extensionMust have either extensions or value[x], not both
: extension.exists() != value.exists()
ele-1DocumentManifest.related.modifierExtensionAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1DocumentManifest.related.modifierExtensionMust have either extensions or value[x], not both
: extension.exists() != value.exists()
ele-1DocumentManifest.related.identifierAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1DocumentManifest.related.refAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())