FHIR Clinical Documents
1.0.0-ballot - STU1 Ballot International flag

FHIR Clinical Documents, published by HL7 International / Structured Documents. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-clinical-document/ and changes regularly. See the Directory of published versions

: revised-MedRequest-124a6916-5d84-4b8c-b250-10cefb8e6e86 - JSON Representation

Raw json | Download

{
  "resourceType" : "MedicationRequest",
  "id" : "revised-MedRequest-124a6916-5d84-4b8c-b250-10cefb8e6e86",
  "meta" : {
    "lastUpdated" : "2024-05-07T11:28:17.000+00:00"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest revised-MedRequest-124a6916-5d84-4b8c-b250-10cefb8e6e86</b></p><a name=\"revised-MedRequest-124a6916-5d84-4b8c-b250-10cefb8e6e86\"> </a><a name=\"hcrevised-MedRequest-124a6916-5d84-4b8c-b250-10cefb8e6e86\"> </a><a name=\"revised-MedRequest-124a6916-5d84-4b8c-b250-10cefb8e6e86-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\">Last updated: 2024-05-07 11:28:17+0000</p></div><p><b>status</b>: Unknown</p><p><b>intent</b>: Order</p><p><b>medication</b>: <span title=\"Codes:{http://snomed.info/sct 66493003}\">Theophylline 200mg</span></p><p><b>subject</b>: <a href=\"Patient-revised-Patient.html\">Eve Everywoman</a></p><p><b>requester</b>: <a href=\"Practitioner-Doctor1.html\">Peter Practitioner</a></p><p><b>reasonCode</b>: <span title=\"Codes:\">Management of Asthma</span></p><blockquote><p><b>dosageInstruction</b></p><p><b>additionalInstruction</b>: <span title=\"Codes:\">Take with Food</span></p><p><b>timing</b>: 2 per 1 days</p><p><b>route</b>: <span title=\"Codes:{http://snomed.info/sct 394899003}\">oral administration of treatment</span></p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Dose[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/dose-rate-type ordered}\">Ordered</span></td><td>1 tablet<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code{tablet} = '{tablet}')</span></td></tr></table></blockquote></div>"
  },
  "status" : "unknown",
  "intent" : "order",
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "66493003"
      }
    ],
    "text" : "Theophylline 200mg"
  },
  "subject" : {
    🔗 "reference" : "Patient/revised-Patient",
    "display" : "Eve Everywoman"
  },
  "requester" : {
    🔗 "reference" : "Practitioner/Doctor1",
    "display" : "Peter Practitioner"
  },
  "reasonCode" : [
    {
      "text" : "Management of Asthma"
    }
  ],
  "dosageInstruction" : [
    {
      "additionalInstruction" : [
        {
          "text" : "Take with Food"
        }
      ],
      "timing" : {
        "repeat" : {
          "frequency" : 2,
          "period" : 1,
          "periodUnit" : "d"
        }
      },
      "route" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "394899003",
            "display" : "oral administration of treatment"
          }
        ]
      },
      "doseAndRate" : [
        {
          "type" : {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/dose-rate-type",
                "code" : "ordered",
                "display" : "Ordered"
              }
            ]
          },
          "doseQuantity" : {
            "value" : 1,
            "unit" : "tablet",
            "system" : "http://unitsofmeasure.org",
            "code" : "{tablet}"
          }
        }
      ]
    }
  ]
}