FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagendhm.in
Resource TypeMedicationRequest
IdMedicationRequest-example-02.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: MedicationRequest example-02

status: Active

intent: Order

medication: Metformin hydrochloride 500 mg prolonged-release oral tablet

subject: Adarsh Agrawal

authoredOn: 2023-09-07

requester: Dr. Aayush Agrawal

reasonCode: Type 2 diabetes mellitus

reasonReference: Condition Type 2 diabetes mellitus

DosageInstructions

-TextAdditionalInstructionTimingRouteMethod
*One tablet at onceWith or after foodOnce per 1 dayOral RouteSwallow

Source1

{
  "resourceType": "MedicationRequest",
  "id": "example-02",
  "meta": {
    "profile": [
      "https://nrces.in/ndhm/fhir/r4/StructureDefinition/MedicationRequest"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "intent": "order",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "765507008",
        "display": "Metformin hydrochloride 500 mg prolonged-release oral tablet"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example-01",
    "display": "Adarsh Agrawal"
  },
  "authoredOn": "2023-09-07",
  "requester": {
    "reference": "Practitioner/example-01",
    "display": "Dr. Aayush Agrawal"
  },
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "44054006",
          "display": "Type 2 diabetes mellitus"
        }
      ]
    }
  ],
  "reasonReference": [
    {
      "reference": "Condition/example-02"
    }
  ],
  "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"
          }
        ]
      }
    }
  ]
}