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

FHIR IG analytics

Packagehl7.fhir.us.dental-data-exchange
Resource TypeMedicationRequest
IdMedicationRequest-Lisinopril-medreq.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 Lisinopril-medreq

version: 3; Last updated: 2021-03-09 17:53:52+0000;

Information Source: #bztlt43F4rcoHhww

Profile: US Core MedicationRequest Profile

status: Active

intent: Plan

medication: Medication Lisinopril 10 mg Oral Tablet

subject: Patient A

authoredOn: 2020-02-14

requester: Dr. John M, MD

reasonReference: Condition High blood pressure

DosageInstructions

-TextTimingRoute
*Take 1 tab once a dayOnceOral use

Source1

{
  "resourceType": "MedicationRequest",
  "id": "Lisinopril-medreq",
  "meta": {
    "versionId": "3",
    "lastUpdated": "2021-03-09T17:53:52.369+00:00",
    "source": "#bztlt43F4rcoHhww",
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationrequest"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "intent": "plan",
  "medicationReference": {
    "reference": "Medication/Lisinopril-med-example"
  },
  "subject": {
    "reference": "Patient/example-dental",
    "display": "Patient A"
  },
  "authoredOn": "2020-02-14",
  "requester": {
    "reference": "Practitioner/practitioner-M",
    "display": "Dr. John M, MD"
  },
  "reasonReference": [
    {
      "reference": "Condition/HTN-example"
    }
  ],
  "dosageInstruction": [
    {
      "text": "Take 1 tab once a day",
      "timing": {
        "repeat": {
          "boundsPeriod": {
            "start": "2020-01-03"
          }
        }
      },
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "26643006",
            "display": "Oral use"
          }
        ]
      }
    }
  ]
}