EHI Export Implementation Guide
0.1.0 - ci-build

EHI Export Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions

Resource Profile: Order

Official URL: https://ehi-export.pointclickcare.com//StructureDefinition/Order Version: 0.1.0
Draft as of 2024-02-05 Computable Name: EHIOrder

Non-pharmacy related orders, such as Immunization, Diet, Lab or Diagnostic

Usage:

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

Formal Views of Profile Content

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

This structure is derived from DomainResource

NameFlagsCard.TypeDescription & Constraintsdoco
.. Order 0..*DomainResourceOrder
... communicationMethod Σ0..1stringThe method through which the order was communicated
... description Σ0..1stringAdditional description
... dietSupplement Σ0..1stringInformation about the diet supplements
... dietType Σ0..1stringFor diet order, the corresponding type
... fluidConsistency Σ0..1stringThe consistency of the fluid of the diet being order
... identifier Σ1..1IdentifierIdentification key
... orderDate Σ1..1dateTimeThe time when the order was created
... orderSummary Σ0..1stringSummarized details of the order
... orderType Σ1..1stringIndicates the type of order being represented
... orderedBy Σ1..1stringEntity that put this order
... pointOfCareTestDevice Σ0..1stringPoint of Care Test Device
... sourceDetails Σ0..1stringSource Details
... subject Σ1..1Reference(Patient)Patient subject reference
... typeOfDiagnostic Σ0..1stringType of Diagnosistic
... typeOfLab Σ0..1stringType of lab for Lab Order

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraintsdoco
.. Order 0..*DomainResourceOrder
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
Slice: Unordered, Open by value:url
... communicationMethod Σ0..1stringThe method through which the order was communicated
... dietSupplement Σ0..1stringInformation about the diet supplements
... dietTexture Σ0..1stringThe texture of the diet being order
... dietType Σ0..1stringFor diet order, the corresponding type
... fluidConsistency Σ0..1stringThe consistency of the fluid of the diet being order
... identifier Σ1..1IdentifierIdentification key
... orderDate Σ1..1dateTimeThe time when the order was created
... orderSummary Σ0..1stringSummarized details of the order
... orderType Σ1..1stringIndicates the type of order being represented
... orderedBy Σ1..1stringEntity that put this order
... pointOfCareTestDevice Σ0..1stringPoint of Care Test Device
... sourceDetails Σ0..1stringSource Details
... subject Σ1..1Reference(Patient)Patient subject reference
... typeOfDiagnostic Σ0..1stringType of Diagnosistic
... typeOfLab Σ0..1stringType of lab for Lab Order

doco Documentation for this format

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorOrderIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorOrderIf 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-4errorOrderIf 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-5errorOrderIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceOrderA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()
NameFlagsCard.TypeDescription & Constraintsdoco
.. Order 0..*DomainResourceOrder
... meta Σ0..1MetaMetadata about the resource
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... language 0..1codeLanguage of the resource content
Binding: CommonLanguages (preferred): A human language.

Additional BindingsPurpose
AllLanguagesMax Binding
... contained 0..*ResourceContained, inline Resources
... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
Slice: Unordered, Open by value:url
... communicationMethod Σ0..1stringThe method through which the order was communicated
... description Σ0..1stringAdditional description
... dietSupplement Σ0..1stringInformation about the diet supplements
... dietTexture Σ0..1stringThe texture of the diet being order
... dietType Σ0..1stringFor diet order, the corresponding type
... fluidConsistency Σ0..1stringThe consistency of the fluid of the diet being order
... identifier Σ1..1IdentifierIdentification key
... orderDate Σ1..1dateTimeThe time when the order was created
... orderSummary Σ0..1stringSummarized details of the order
... orderType Σ1..1stringIndicates the type of order being represented
... orderedBy Σ1..1stringEntity that put this order
... pointOfCareTestDevice Σ0..1stringPoint of Care Test Device
... sourceDetails Σ0..1stringSource Details
... subject Σ1..1Reference(Patient)Patient subject reference
... typeOfDiagnostic Σ0..1stringType of Diagnosistic
... typeOfLab Σ0..1stringType of lab for Lab Order

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet
Order.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorOrderIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorOrderIf 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-4errorOrderIf 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-5errorOrderIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceOrderA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

This structure is derived from DomainResource

Summary

Mandatory: 0 element (5 nested mandatory elements)

Differential View

This structure is derived from DomainResource

NameFlagsCard.TypeDescription & Constraintsdoco
.. Order 0..*DomainResourceOrder
... communicationMethod Σ0..1stringThe method through which the order was communicated
... description Σ0..1stringAdditional description
... dietSupplement Σ0..1stringInformation about the diet supplements
... dietType Σ0..1stringFor diet order, the corresponding type
... fluidConsistency Σ0..1stringThe consistency of the fluid of the diet being order
... identifier Σ1..1IdentifierIdentification key
... orderDate Σ1..1dateTimeThe time when the order was created
... orderSummary Σ0..1stringSummarized details of the order
... orderType Σ1..1stringIndicates the type of order being represented
... orderedBy Σ1..1stringEntity that put this order
... pointOfCareTestDevice Σ0..1stringPoint of Care Test Device
... sourceDetails Σ0..1stringSource Details
... subject Σ1..1Reference(Patient)Patient subject reference
... typeOfDiagnostic Σ0..1stringType of Diagnosistic
... typeOfLab Σ0..1stringType of lab for Lab Order

doco Documentation for this format

Key Elements View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Order 0..*DomainResourceOrder
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
Slice: Unordered, Open by value:url
... communicationMethod Σ0..1stringThe method through which the order was communicated
... dietSupplement Σ0..1stringInformation about the diet supplements
... dietTexture Σ0..1stringThe texture of the diet being order
... dietType Σ0..1stringFor diet order, the corresponding type
... fluidConsistency Σ0..1stringThe consistency of the fluid of the diet being order
... identifier Σ1..1IdentifierIdentification key
... orderDate Σ1..1dateTimeThe time when the order was created
... orderSummary Σ0..1stringSummarized details of the order
... orderType Σ1..1stringIndicates the type of order being represented
... orderedBy Σ1..1stringEntity that put this order
... pointOfCareTestDevice Σ0..1stringPoint of Care Test Device
... sourceDetails Σ0..1stringSource Details
... subject Σ1..1Reference(Patient)Patient subject reference
... typeOfDiagnostic Σ0..1stringType of Diagnosistic
... typeOfLab Σ0..1stringType of lab for Lab Order

doco Documentation for this format

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorOrderIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorOrderIf 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-4errorOrderIf 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-5errorOrderIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceOrderA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Order 0..*DomainResourceOrder
... meta Σ0..1MetaMetadata about the resource
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... language 0..1codeLanguage of the resource content
Binding: CommonLanguages (preferred): A human language.

Additional BindingsPurpose
AllLanguagesMax Binding
... contained 0..*ResourceContained, inline Resources
... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
Slice: Unordered, Open by value:url
... communicationMethod Σ0..1stringThe method through which the order was communicated
... description Σ0..1stringAdditional description
... dietSupplement Σ0..1stringInformation about the diet supplements
... dietTexture Σ0..1stringThe texture of the diet being order
... dietType Σ0..1stringFor diet order, the corresponding type
... fluidConsistency Σ0..1stringThe consistency of the fluid of the diet being order
... identifier Σ1..1IdentifierIdentification key
... orderDate Σ1..1dateTimeThe time when the order was created
... orderSummary Σ0..1stringSummarized details of the order
... orderType Σ1..1stringIndicates the type of order being represented
... orderedBy Σ1..1stringEntity that put this order
... pointOfCareTestDevice Σ0..1stringPoint of Care Test Device
... sourceDetails Σ0..1stringSource Details
... subject Σ1..1Reference(Patient)Patient subject reference
... typeOfDiagnostic Σ0..1stringType of Diagnosistic
... typeOfLab Σ0..1stringType of lab for Lab Order

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet
Order.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorOrderIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorOrderIf 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-4errorOrderIf 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-5errorOrderIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceOrderA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

This structure is derived from DomainResource

Summary

Mandatory: 0 element (5 nested mandatory elements)

 

Other representations of profile: CSV, Excel, Schematron