FHIR Implementation Guide for NDHM CI Build v2.0
banner

NDHM (R4), Published and maintained by NRCeS for NHA.
This version is based on the NDHM Health Data Interchange Specifications 1.0 and updated periodically.

JSON Format: MedicationRequest-example-01

Download Raw json

{
  "resourceType" : "MedicationRequest",
  "id" : "example-01",
  "meta" : {
    "profile" : [
      "https://nrces.in/ndhm/fhir/r4/StructureDefinition/MedicationRequest"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Narrative with Details</b></p><p><b>id</b>: example-01</p><p><b>status</b>: active</p><p><b>intent</b>: order</p><p><b>subject</b>: ABC</p><p><b>requester</b>: Dr. DEF</p><p><b>reasonCode</b>: Traveller's Diarrhea</p><p><b>medication</b>: Azithromycin (as azithromycin dihydrate) 250 mg oral capsule</p><p><b>authoredOn</b>: 2020-07-09</p><p><b>dosageInstruction</b>: One tablet at once (With or after food)</p></div>"
  },
  "status" : "active",
  "intent" : "order",
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "324252006",
        "display" : "Azithromycin (as azithromycin dihydrate) 250 mg oral capsule"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/1",
    "display" : "ABC"
  },
  "authoredOn" : "2020-07-09",
  "requester" : {
    "reference" : "Practitioner/1",
    "display" : "Dr. DEF"
  },
  "reasonCode" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "11840006",
          "display" : "Traveler's diarrhea"
        }
      ]
    }
  ],
  "reasonReference" : [
    {
      "reference" : "Condition/1"
    }
  ],
  "dosageInstruction" : [
    {
      "text" : "One tablet at once",
      "additionalInstruction" : [
        {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "311504000",
              "display" : "With or after food"
            }
          ]
        }
      ],
      "timing" : {
        "repeat" : {
          "frequency" : 1,
          "period" : 1,
          "periodUnit" : "d"
        }
      },
      "route" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "26643006",
            "display" : "Oral Route"
          }
        ]
      },
      "method" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "421521009",
            "display" : "Swallow"
          }
        ]
      }
    }
  ]
}