{

"resourceType": "VisionPrescription",
"id": "33123",
"identifier": [
  {
    "system": "http://www.happysight.com/prescription",
    "value": "15013"
  }
],
"status": "active",
"created": "2014-06-15",
"patient": {
  "reference": "Patient/example"
},
"dateWritten": "2014-06-15",
"prescriber": {
  "reference": "Practitioner/example"
},
"lensSpecification": [
  {
    "product": {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/ex-visionprescriptionproduct",
          "code": "lens"
        }
      ]
    },
    "eye": "right",
    "sphere": -2.0,
    "prism": [
      {
        "amount": 0.5,
        "base": "down"
      }
    ],
    "add": 2.0
  },
  {
    "product": {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/ex-visionprescriptionproduct",
          "code": "lens"
        }
      ]
    },
    "eye": "left",
    "sphere": -1.0,
    "cylinder": -0.5,
    "axis": 180,
    "prism": [
      {
        "amount": 0.5,
        "base": "up"
      }
    ],
    "add": 2.0
  }
],
"meta": {
  "tag": [
    {
      "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
      "code": "HTEST",
      "display": "test health data"
    }
  ]
}

}