FHIR IG analytics| Package | hl7.fhir.uv.oo-incubator |
| Resource Type | CodeSystem |
| Id | CodeSystem-supplydelivery-supplyitemcondition.json |
| FHIR Version | R6 |
| Source | https://build.fhir.org/ig/HL7/oo-incubator/CodeSystem-supplydelivery-supplyitemcondition.html |
| URL | http://hl7.org/fhir/supplydelivery-supplyitemcondition |
| Version | 0.1.0 |
| Status | active |
| Date | 2021-01-05T10:01:24+11:00 |
| Name | SupplyDeliverySupplyItemCondition |
| Title | Supply Delivery Supply Item Condition |
| Realm | uv |
| Authority | hl7 |
| Description | Status of the supply delivery. |
| Content | complete |
| ValueSet | ||
| hl7.fhir.uv.oo-incubator#current | supplydelivery-supplyitemcondition | Supply Delivery Supply Item Condition Values |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem supplydelivery-supplyitemcondition
Profile: Shareable CodeSystem
This case-sensitive code system http://hl7.org/fhir/supplydelivery-supplyitemcondition defines the following codes:
| Code | Display | Definition |
| normal | Normal | Supplied item is in normal condition. |
| damaged | Damaged | Item is damaged. |
{
"resourceType": "CodeSystem",
"id": "supplydelivery-supplyitemcondition",
"meta": {
"profile": [
"http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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",
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.840.1.113883.4.642.4.2132"
}
],
"version": "0.1.0",
"name": "SupplyDeliverySupplyItemCondition",
"title": "Supply Delivery Supply Item Condition",
"status": "active",
"experimental": false,
"date": "2021-01-05T10:01:24+11:00",
"publisher": "HL7 International / Orders and Observations",
"contact": [
{
"name": "HL7 Orders and Observations Workgroup",
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/orders"
},
{
"system": "email",
"value": "ord@lists.HL7.org"
}
]
}
],
"description": "Status of the supply delivery.",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001"
}
]
}
],
"caseSensitive": true,
"valueSet": "http://hl7.org/fhir/uv/oo-incubator/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."
}
]
}