This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Definition for Code SystemSupplyDeliverySupplyItemCondition
{
"resourceType" : "CodeSystem",
"id" : "supplydelivery-supplyitemcondition",
"meta" : {
"lastUpdated" : "2024-11-04T19:39:07.885+00:00",
"profile" : ["http://hl7.org/fhir/StructureDefinition/shareablecodesystem"]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem supplydelivery-supplyitemcondition</b></p><a name=\"supplydelivery-supplyitemcondition\"> </a><a name=\"hcsupplydelivery-supplyitemcondition\"> </a><a name=\"supplydelivery-supplyitemcondition-en-US\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/supplydelivery-supplyitemcondition</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\">normal<a name=\"supplydelivery-supplyitemcondition-normal\"> </a></td><td>Normal</td><td>Supplied item is in normal condition.</td></tr><tr><td style=\"white-space:nowrap\">damaged<a name=\"supplydelivery-supplyitemcondition-damaged\"> </a></td><td>Damaged</td><td>Item is damaged.</td></tr></table></div>"
},
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "oo"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "trial-use"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger" : 1
}],
"url" : "http://hl7.org/fhir/supplydelivery-supplyitemcondition",
"version" : "6.0.0-ballot2",
"name" : "SupplyDeliverySupplyItemCondition",
"title" : "Supply Delivery Supply Item Condition",
"status" : "active",
"experimental" : false,
"date" : "2021-01-05T10:01:24+11:00",
"publisher" : "HL7 (FHIR Project)",
"contact" : [{
"telecom" : [{
"system" : "url",
"value" : "http://hl7.org/fhir"
},
{
"system" : "email",
"value" : "fhir@lists.hl7.org"
}]
}],
"description" : "Status of the supply delivery.",
"jurisdiction" : [{
"coding" : [{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}]
}],
"caseSensitive" : true,
"valueSet" : "http://hl7.org/fhir/ValueSet/supplydelivery-supplyitemcondition",
"content" : "complete",
"concept" : [{
"code" : "normal",
"display" : "Normal",
"definition" : "Supplied item is in normal condition."
},
{
"code" : "damaged",
"display" : "Damaged",
"definition" : "Item is damaged."
}]
}
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.