This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Definition for Code SystemSubstanceSequenceTypeExample
{
"resourceType" : "CodeSystem",
"id" : "substance-sequence-type",
"meta" : {
"lastUpdated" : "2026-06-23T16:20:19.822+00:00"
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem substance-sequence-type</b></p><a name=\"substance-sequence-type\"> </a><a name=\"hcsubstance-sequence-type\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/substance-sequence-type</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">complete<a name=\"substance-sequence-type-complete\"> </a></td><td>Complete</td><td>A complete sequence is provided.</td></tr><tr><td style=\"white-space:nowrap\">partial<a name=\"substance-sequence-type-partial\"> </a></td><td>Partial</td><td>Only a partial sequence is provided.</td></tr></table></div>"
},
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "brr"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "informative"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger" : 1
}],
"url" : "http://hl7.org/fhir/substance-sequence-type",
"version" : "6.0.0-ballot4",
"name" : "SubstanceSequenceTypeExample",
"title" : "Substance Sequence Type",
"status" : "active",
"experimental" : true,
"date" : "2026-06-19",
"publisher" : "HL7 (FHIR Project)",
"contact" : [{
"telecom" : [{
"system" : "url",
"value" : "http://hl7.org/fhir"
},
{
"system" : "email",
"value" : "fhir@lists.hl7.org"
}]
}],
"description" : "Indicates whether the sequence provided is complete or partial.",
"jurisdiction" : [{
"coding" : [{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}]
}],
"caseSensitive" : true,
"valueSet" : "http://hl7.org/fhir/ValueSet/substance-sequence-type",
"content" : "complete",
"concept" : [{
"code" : "complete",
"display" : "Complete",
"definition" : "A complete sequence is provided."
},
{
"code" : "partial",
"display" : "Partial",
"definition" : "Only a partial sequence is provided."
}]
}
Usage note: every effort has been made to ensure that the
examples are correct and useful, but they are not a normative part
of the specification.