FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.davinci-crd.r4b
Resource TypeVisionPrescription
IdVisionPrescription-visionprescription-example.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: VisionPrescription visionprescription-example

identifier: http://example.org/prescription/15013

status: Draft

created: 2014-06-15

patient: Amy V. Shaw Female, DoB: 1987-02-20 ( Medical Record Number: 1032702 (use: usual, ))

dateWritten: 2014-06-15

prescriber: Practitioner Bone

lensSpecification

product: Lens

eye: Right Eye

sphere: -2

Prisms

-AmountBase
*0.5Down

add: 2

lensSpecification

product: Lens

eye: Left Eye

sphere: -1

cylinder: -0.5

axis: 180

Prisms

-AmountBase
*0.5Up

add: 2


Source1

{
  "resourceType": "VisionPrescription",
  "id": "visionprescription-example",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org/prescription",
      "value": "15013"
    }
  ],
  "status": "draft",
  "created": "2014-06-15",
  "patient": {
    "reference": "Patient/example"
  },
  "dateWritten": "2014-06-15",
  "prescriber": {
    "reference": "Practitioner/full"
  },
  "lensSpecification": [
    {
      "product": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/ex-visionprescriptionproduct",
            "code": "lens"
          }
        ]
      },
      "eye": "right",
      "sphere": -2,
      "prism": [
        {
          "amount": 0.5,
          "base": "down"
        }
      ],
      "add": 2
    },
    {
      "product": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/ex-visionprescriptionproduct",
            "code": "lens"
          }
        ]
      },
      "eye": "left",
      "sphere": -1,
      "cylinder": -0.5,
      "axis": 180,
      "prism": [
        {
          "amount": 0.5,
          "base": "up"
        }
      ],
      "add": 2
    }
  ]
}