FHIR Clinical Guidelines (v1.0.0) (STU1)

This page is part of the Clinical Guidelines (v1.0.0: STU 1) based on FHIR R4. This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

MedicationRequest/chf-scenario1-lasix-po

Formats: Narrative, XML, JSON, Turtle

Raw json


{
  "resourceType" : "MedicationRequest",
  "id" : "chf-scenario1-lasix-po",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>status</b>: draft</p><p><b>intent</b>: proposal</p><p><b>priority</b>: routine</p><p><b>medication</b>: <span title=\"Codes: {http://hl7.org/fhir/uv/cpg/CodeSystem/chf-codes lasix-po}\">LASIX PO</span></p><p><b>subject</b>: <a href=\"Patient-chf-scenario1.html\">Generated Summary: active; Patterson, Jeremy; gender: male; birthDate: 1949-03-17; </a></p><p><b>instantiatesCanonical</b>: <a href=\"http://hl7.org/fhir/uv/cpg/ActivityDefinition/chf-lasix-po\">http://hl7.org/fhir/uv/cpg/ActivityDefinition/chf-lasix-po</a></p><h3>DosageInstructions</h3><table class=\"grid\"><tr><td>-</td></tr><tr><td>*</td></tr></table></div>"
  },
  "status" : "draft",
  "intent" : "proposal",
  "priority" : "routine",
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/uv/cpg/CodeSystem/chf-codes",
        "code" : "lasix-po",
        "display" : "LASIX PO"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/chf-scenario1"
  },
  "instantiatesCanonical" : [
    "http://hl7.org/fhir/uv/cpg/ActivityDefinition/chf-lasix-po"
  ],
  "dosageInstruction" : [
    {
      "sequence" : 1,
      "text" : "40mg",
      "route" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "26643006",
            "display" : "Oral Route (qualifier value)"
          }
        ]
      },
      "doseAndRate" : [
        {
          "type" : {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/dose-rate-type",
                "code" : "ordered",
                "display" : "Ordered"
              }
            ]
          },
          "doseQuantity" : {
            "value" : 40,
            "unit" : "mg",
            "system" : "http://unitsofmeasure.org",
            "code" : "mg"
          }
        }
      ]
    }
  ]
}