Healthcare Financial Services IG Edition 1
0.3.0 - STU-Ballot Saudi Arabia flag

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

: Medication Request #1 - JSON Representation

Raw json | Download

{
  "resourceType" : "MedicationRequest",
  "id" : "998",
  "meta" : {
    "profile" : [
      🔗 "http://nphies.sa/fhir/ksa/nphies-fs/StructureDefinition/medicationRequest|0.3.0"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest 998</b></p><a name=\"998\"> </a><a name=\"hc998\"> </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-medicationRequest.html\">Nphies MedicationRequestversion: null0.3.0)</a></p></div><p><b>identifier</b>: <code>http://saudigeneralhospital.com.sa/identifiers/medicationrequest</code>/9988811</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <span title=\"Codes:{http://nphies.sa/terminology/CodeSystem/scientific-codes 7000000961-500-100000073665}\">PARACETAMOL-500mg-Film-coated tablet</span></p><p><b>subject</b>: <a href=\"Patient-123454186.html\">Ahmad Khaled Abbas(official) Male, DoB: 1984-12-25 ( Passport Number: G12345678)</a></p><p><b>authoredOn</b>: 2023-01-09</p><p><b>requester</b>: <a href=\"Practitioner-4.html\">Practitioner Dr. Ashraf Naeem</a></p><blockquote><p><b>dosageInstruction</b></p><p><b>sequence</b>: 1</p><p><b>text</b>: 2 tbls daily for 7 days</p><p><b>patientInstruction</b>: take 2 tablets daily for 7 days</p><p><b>timing</b>: Duration 7days , 2 per 1 day</p><p><b>route</b>: <span title=\"Codes:{http://nphies.sa/terminology/CodeSystem/route-of-admin EBPROA0079}\">oral</span></p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Dose[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>1 {tbl}<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code1 = '1')</span></td></tr></table></blockquote></div>"
  },
  "identifier" : [
    {
      "system" : "http://saudigeneralhospital.com.sa/identifiers/medicationrequest",
      "value" : "9988811"
    }
  ],
  "status" : "active",
  "intent" : "order",
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://nphies.sa/terminology/CodeSystem/scientific-codes",
        "code" : "7000000961-500-100000073665"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/123454186"
  },
  "authoredOn" : "2023-01-09",
  "requester" : {
    🔗 "reference" : "Practitioner/4"
  },
  "dosageInstruction" : [
    {
      "sequence" : 1,
      "text" : "2 tbls daily for 7 days",
      "patientInstruction" : "take 2 tablets daily for 7 days",
      "timing" : {
        "repeat" : {
          "boundsPeriod" : {
            "start" : "2023-01-23T09:41:11+03:00",
            "end" : "2023-01-30T09:41:11+03:00"
          },
          "duration" : 7,
          "durationUnit" : "d",
          "frequency" : 2,
          "period" : 1,
          "periodUnit" : "d"
        }
      },
      "route" : {
        "coding" : [
          {
            "system" : "http://nphies.sa/terminology/CodeSystem/route-of-admin",
            "code" : "EBPROA0079",
            "display" : "oral"
          }
        ]
      },
      "doseAndRate" : [
        {
          "doseQuantity" : {
            "value" : 1,
            "unit" : "{tbl}",
            "system" : "http://unitsofmeasure.org",
            "code" : "1"
          }
        }
      ]
    }
  ]
}