{

"resourceType": "CodeSystem",
"id": "vision-product",
"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": "fm"
  },
  {
    "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/ex-visionprescriptionproduct",
"identifier": [
  {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:2.16.840.1.113883.4.642.4.1188"
  }
],
"version": "4.0.1",
"name": "ExampleVisionPrescriptionProductCodes",
"title": "Example Vision Prescription Product Codes",
"status": "draft",
"experimental": false,
"publisher": "Financial Management",
"contact": [
  {
    "telecom": [
      {
        "system": "url",
        "value": "http://hl7.org/fhir"
      }
    ]
  }
],
"description": "This value set includes a smattering of Prescription Product codes.",
"copyright": "This is an example set.",
"caseSensitive": true,
"valueSet": "http://hl7.org/fhir/ValueSet/vision-product",
"content": "complete",
"concept": [
  {
    "code": "lens",
    "display": "Lens",
    "definition": "A lens to be fitted to a frame to comprise a pair of glasses."
  },
  {
    "code": "contact",
    "display": "Contact Lens",
    "definition": "A lens to be fitted for wearing directly on an eye."
  }
]

}