Dental Data Exchange
1.0.0 - STU 1

This page is part of the Dental Data Exchange (v1.0.0: STU1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: MedicationRequest- Lisinopril Medication Request example - JSON Representation

Raw json | Download


{
  "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" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>status</b>: active</p><p><b>intent</b>: plan</p><p><b>medication</b>: <a href=\"Medication-Lisinopril-med-example.html\">Generated Summary: <span title=\"Codes: {http://www.nlm.nih.gov/research/umls/rxnorm 314076}\">Lisinopril 10 mg Oral Tablet</span></a></p><p><b>subject</b>: <a href=\"Patient-example-dental.html\">Patient A. Generated Summary: Medical Record Number: 5152020 (USUAL); active: true; Patient A ; Phone: 123-456-7890, testA@email.com; gender: male; birthDate: 1990-01-01</a></p><p><b>authoredOn</b>: 2020-02-14</p><p><b>requester</b>: <a href=\"Practitioner-practitioner-M.html\">Dr. John M, MD. Generated Summary: id: 1234569999; John M ; Phone: 303-303-6443; gender: male; birthDate: 1975-06-09</a></p><p><b>reasonReference</b>: <a href=\"Condition-HTN-example.html\">Generated Summary: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span>; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}\">Confirmed</span>; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/condition-category problem-list-item}\">Problem</span>; <span title=\"Codes: {http://snomed.info/sct 38341003}, {http://www.ada.org/snodent 175027D}\">Hypertensive disorder (disorder)</span>; onset: 2013-07-06</a></p></div>"
  },
  "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"
          }
        ]
      }
    }
  ]
}