FHIR IG analytics| Package | hl7.fhir.uv.oo-incubator |
| Resource Type | CodeSystem |
| Id | CodeSystem-supplydelivery-supplyitemtype.json |
| FHIR Version | R6 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem supplydelivery-supplyitemtype
Profile: Shareable CodeSystem
This case-sensitive code system http://hl7.org/fhir/supplydelivery-supplyitemtype defines the following codes:
{
"resourceType": "CodeSystem",
"id": "supplydelivery-supplyitemtype",
"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-supplyitemtype",
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.840.1.113883.4.642.4.1905"
}
],
"version": "0.1.0",
"name": "SupplyDeliverySupplyItemType",
"title": "Supply Delivery Supply Item Type",
"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-supplyitemtype",
"content": "complete",
"concept": [
{
"code": "medication",
"display": "Medication",
"definition": "Supply is a kind of medication."
},
{
"code": "device",
"display": "Device",
"definition": "What is supplied (or requested) is a device."
},
{
"code": "biologicallyderivedproduct",
"display": "Biologically Derived Product",
"definition": "Supply is a kind of biologically derived product."
}
]
}