FHIR Implementation Guide for ABDM
3.1.0 - active India flag

Banner

FHIR Implementation Guide for ABDM - Local Development build (v3.1.0). See the Directory of published versions

: MedicationRequest/example-01 - JSON Representation

Raw json | Download


{
  "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/example-01",
    "display" : "ABC"
  },
  "authoredOn" : "2020-07-09",
  "requester" : {
    "reference" : "Practitioner/example-01",
    "display" : "Dr. DEF"
  },
  "reasonCode" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "11840006",
          "display" : "Traveler's diarrhea"
        }
      ]
    }
  ],
  "reasonReference" : [
    {
      "reference" : "Condition/example-01"
    }
  ],
  "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"
          }
        ]
      }
    }
  ]
}