This page is part of the FHIR Specification (v0.11: DSTU 1 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2
A homogeneous material with a definite composition used in healthcare.
The resource name as it appears in a RESTful URL is [root]/substance/
This resource has had some sample content created for it so that other resources can refer to it.
<Substance xmlns="http://hl7.org/fhir"> <!-- from Resource: extension, narrative, and contained --> <identifier><!-- 0..1 Identifier Identifier of the substance --></identifier> <name value="[string]"/><!-- 1..1 Name of the substance --> <type><!-- 0..1 CodeableConcept Type of the substance --></type> <description value="[string]"/><!-- 0..1 Description of the substance --> <status><!-- 0..1 CodeableConcept Substance status --></status> <effectiveTime><!-- 0..1 Period Substance effective period --></effectiveTime> <quantity><!-- 0..1 Quantity Substance amount --></quantity> <ingredient><!-- 0..* Resource(Substance) Substance composition --></ingredient> <quantityMode><!-- 0..1 CodeableConcept Absolute | Relative --></quantityMode> </Substance>
Alternate definitions: Schema/Schematron, Resource Profile
Path | Definition | Type | Reference |
---|---|---|---|
Substance.type | Type of the substance | Incomplete | http://hl7.org/fhir/vs/substance-type |
Substance.status | Substance status | Incomplete | http://hl7.org/fhir/vs/substance-status |
Substance.quantityMode | Mode of the quantity element | Incomplete | http://hl7.org/fhir/vs/substance-mode |
Search Parameters for RESTful searches. The standard parameters also apply. See Searching for more information.
Name / Type | Description | Paths |
_id : token | The logical resource id associated with the resource (must be supported by all servers) | |
name : token | The name of the substance | Substance.name |
type : token | The type of the substance | Substance.type |