{

"resourceType": "CodeSystem",
"id": "supplyrequest-kind",
"meta": {
  "lastUpdated": "2019-11-01T09:29:23.356+11:00",
  "profile": [
    "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
  ]
},
"extension": [
  {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode": "oo"
  },
  {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode": "draft"
  },
  {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger": 1
  }
],
"url": "http://terminology.hl7.org/CodeSystem/supply-kind",
"identifier": [
  {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:2.16.840.1.113883.4.642.4.1192"
  }
],
"version": "4.0.1",
"name": "SupplyType",
"title": "Supply Type",
"status": "draft",
"experimental": false,
"publisher": "FHIR Project team",
"contact": [
  {
    "telecom": [
      {
        "system": "url",
        "value": "http://hl7.org/fhir"
      }
    ]
  }
],
"description": "This value sets refers to a Category of supply.",
"caseSensitive": true,
"valueSet": "http://hl7.org/fhir/ValueSet/supplyrequest-kind",
"content": "complete",
"concept": [
  {
    "code": "central",
    "display": "Central Supply",
    "definition": "Supply is stored and requested from central supply."
  },
  {
    "code": "nonstock",
    "display": "Non-Stock",
    "definition": "Supply is not onsite and must be requested from an outside vendor using a non-stock requisition."
  }
]

}