FHIR IG analytics| Package | hl7.fhir.us.davinci-crd.r4 |
| Resource Type | VisionPrescription |
| Id | VisionPrescription-visionprescription-example.json |
| FHIR Version | R4 |
No resources found
No resources found
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
Amount Base 0.5 Down add: 2
lensSpecification
product: Lens
eye: Left Eye
sphere: -1
cylinder: -0.5
axis: 180
Prisms
Amount Base 0.5 Up add: 2
{
"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
}
]
}