This page is part of the Quality Improvement Core Framework (v1.6.0: STU 2 Ballot 1) based on FHIR v1.6.0. The current version which supercedes this version is 4.1.1. For a full list of available versions, see the Directory of published versions
The official URL for this profile is:
http://hl7.org/fhir/qicore/StructureDefinition/qicore-substance
This profile was published on Tue Mar 17 00:00:00 AEDT 2015 as a draft by Health Level Seven International (Clinical Quality Information - QICore).
Description of Profiles, Differentials, Snapshots, and how the XML and JSON presentations work.
This structure is derived from Substance
This structure is derived from Substance
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Substance | I | 0..* | A homogeneous material with a definite composition dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources dom-1: If the resource is contained in another resource, it SHALL NOT contain any narrative dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated dom-3: If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource | |
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 (extensible) | |
text | I | 0..1 | Narrative | Text summary of the resource, for human interpretation |
contained | 0..* | Resource | Contained, inline Resources | |
extension | 0..* | Extension | Additional Content defined by implementations | |
modifierExtension | ?! | 0..* | Extension | Extensions that cannot be ignored |
identifier | ∑ | 0..* | Identifier | Unique identifier |
category | ∑ | 0..* | CodeableConcept | What class/type of substance this is Binding: Substance Category Codes (extensible) |
code | S | 1..1 | CodeableConcept | What substance this is Binding: Substance Code (example) |
description | ∑ | 0..1 | string | Textual description of the substance, comments |
instance | 0..* | BackboneElement | If this describes a specific package/container of the substance | |
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 |
identifier | ∑ | 0..1 | Identifier | Identifier of the package/container |
expiry | ∑ | 0..1 | dateTime | When no longer valid to use |
quantity | S | 0..1 | SimpleQuantity | Amount of substance in the package |
ingredient | 0..* | BackboneElement | Composition information about the substance | |
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 |
quantity | S | 0..1 | Ratio | Optional amount (concentration) |
substanceReference | S | 1..1 | Reference(Profile qicore-substance) | A component of the substance Binding: Substance Code (example) |
Documentation for this format |
yet to be done: Xml template
yet to be done: Json template
This structure is derived from StructureDefinition.
Differential View
This structure is derived from StructureDefinition.
Snapshot View
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Substance | I | 0..* | A homogeneous material with a definite composition dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources dom-1: If the resource is contained in another resource, it SHALL NOT contain any narrative dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated dom-3: If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource | |
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 (extensible) | |
text | I | 0..1 | Narrative | Text summary of the resource, for human interpretation |
contained | 0..* | Resource | Contained, inline Resources | |
extension | 0..* | Extension | Additional Content defined by implementations | |
modifierExtension | ?! | 0..* | Extension | Extensions that cannot be ignored |
identifier | ∑ | 0..* | Identifier | Unique identifier |
category | ∑ | 0..* | CodeableConcept | What class/type of substance this is Binding: Substance Category Codes (extensible) |
code | S | 1..1 | CodeableConcept | What substance this is Binding: Substance Code (example) |
description | ∑ | 0..1 | string | Textual description of the substance, comments |
instance | 0..* | BackboneElement | If this describes a specific package/container of the substance | |
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 |
identifier | ∑ | 0..1 | Identifier | Identifier of the package/container |
expiry | ∑ | 0..1 | dateTime | When no longer valid to use |
quantity | S | 0..1 | SimpleQuantity | Amount of substance in the package |
ingredient | 0..* | BackboneElement | Composition information about the substance | |
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 |
quantity | S | 0..1 | Ratio | Optional amount (concentration) |
substanceReference | S | 1..1 | Reference(Profile qicore-substance) | A component of the substance Binding: Substance Code (example) |
Documentation for this format |
XML Template
yet to be done: Xml template
JSON Template
yet to be done: Json template
Path | Name | Conformance | ValueSet |
Substance.language | Common Languages | extensible | Common Languages |
Substance.category | Substance Category Codes | extensible | Substance Category Codes |
Substance.code | Substance Code | example | Substance Code |
Substance.ingredient.substanceReference | Substance Code | example | Substance Code |
Id | Path | Details | Requirements |
dom-2 | Substance | If the resource is contained in another resource, it SHALL NOT contain nested Resources XPath: not(parent::f:contained and f:contained) | |
dom-1 | Substance | If the resource is contained in another resource, it SHALL NOT contain any narrative XPath: not(parent::f:contained and f:text) | |
dom-4 | Substance | If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated XPath: not(exists(f:contained/*/f:meta/f:versionId)) and not(exists(f:contained/*/f:meta/f:lastUpdated)) | |
dom-3 | Substance | If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource XPath: not(exists(for $id in f:contained/*/@id return $id[not(ancestor::f:contained/parent::*/descendant::f:reference/@value=concat('#', $id))])) |