Healthcare Financial Services IG Edition 1 - Local Development build (v0.3.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "VisionPrescription",
"id" : "3",
"meta" : {
"profile" : [
🔗 "http://nphies.sa/fhir/ksa/nphies-fs/StructureDefinition/vision-prescription"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: VisionPrescription 3</b></p><a name=\"3\"> </a><a name=\"hc3\"> </a><a name=\"3-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-vision-prescription.html\">Nphies VisionPrescription</a></p></div><p><b>identifier</b>: <code>http://saudivisioncare.com.sa/identifiers/visionprescription</code>/2193073</p><p><b>status</b>: Active</p><p><b>created</b>: 2023-12-02 14:56:49+0300</p><p><b>patient</b>: <a href=\"Patient-453.html\">Sara Abbas Female, DoB: 1989-03-13 ( Permanent Resident Card Number: 2000000003)</a></p><p><b>dateWritten</b>: 2023-12-02 14:56:49+0300</p><p><b>prescriber</b>: Identifier: Medical License number/N-P-00004</p><blockquote><p><b>lensSpecification</b></p><p><b>product</b>: <span title=\"Codes:{http://nphies.sa/terminology/CodeSystem/lens-type lens}\">Lens</span></p><p><b>eye</b>: Left Eye</p><p><b>sphere</b>: 1.5</p><p><b>cylinder</b>: 0.75</p><p><b>axis</b>: 110</p><h3>Prisms</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Amount</b></td><td><b>Base</b></td></tr><tr><td style=\"display: none\">*</td><td>2</td><td>Up</td></tr></table></blockquote><blockquote><p><b>lensSpecification</b></p><p><b>product</b>: <span title=\"Codes:{http://nphies.sa/terminology/CodeSystem/lens-type lens}\">Lens</span></p><p><b>eye</b>: Right Eye</p><p><b>sphere</b>: 2.25</p><p><b>cylinder</b>: 0.75</p><p><b>axis</b>: 80</p></blockquote></div>"
},
"identifier" : [
{
"system" : "http://saudivisioncare.com.sa/identifiers/visionprescription",
"value" : "2193073"
}
],
"status" : "active",
"created" : "2023-12-02T14:56:49.034+03:00",
"patient" : {
🔗 "reference" : "Patient/453"
},
"dateWritten" : "2023-12-02T14:56:49.034+03:00",
"prescriber" : {
"type" : "Practitioner",
"identifier" : {
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "MD"
}
]
},
"system" : "http://nphies.sa/licenses/practitioner",
"value" : "N-P-00004"
}
},
"lensSpecification" : [
{
"product" : {
"coding" : [
{
"system" : "http://nphies.sa/terminology/CodeSystem/lens-type",
"code" : "lens"
}
]
},
"eye" : "left",
"sphere" : 1.5,
"cylinder" : 0.75,
"axis" : 110,
"prism" : [
{
"amount" : 2,
"base" : "up"
}
]
},
{
"product" : {
"coding" : [
{
"system" : "http://nphies.sa/terminology/CodeSystem/lens-type",
"code" : "lens"
}
]
},
"eye" : "right",
"sphere" : 2.25,
"cylinder" : 0.75,
"axis" : 80
}
]
}