PACIO Transitions of Care Implementation Guide
1.0.0-ballot - STU 1 Ballot United States of America flag

This page is part of the PACIO Transitions of Care Implementation Guide (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. No current official version has been published yet. For a full list of available versions, see the Directory of published versions

: Medication statement for Glipizide 2.5 MG Extended Release Oral Tablet - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "MedicationStatement",
  "id" : "BSJ-SMPMedStmt5",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement BSJ-SMPMedStmt5</b></p><a name=\"BSJ-SMPMedStmt5\"> </a><a name=\"hcBSJ-SMPMedStmt5\"> </a><a name=\"BSJ-SMPMedStmt5-en-US\"> </a><p><b>basedOn</b>: <a href=\"MedicationRequest-BSJ-SMPMedReq5.html\">MedicationRequest: status = active; intent = order; medication[x] = 24 HR glipizide 2.5 MG Extended Release Oral Tablet; authoredOn = 2024-08-11; reasonCode = Diabetes mellitus type 2 in nonobese (disorder)</a></p><p><b>status</b>: Active</p><p><b>medication</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 310489}\">24 HR glipizide 2.5 MG Extended Release Oral Tablet</span></p><p><b>subject</b>: <a href=\"Patient-Example-Smith-Johnson-Patient1.html\">Betsy Smith-Johnson</a></p><p><b>dateAsserted</b>: 2024-08-11</p><p><b>informationSource</b>: <a href=\"Organization-org-SNF-Happy-Nursing-Facility.html\">Happy Nursing Facility</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 359642000}\">Diabetes mellitus type 2 in nonobese (disorder)</span></p><h3>Dosages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Sequence</b></td><td><b>Text</b></td></tr><tr><td style=\"display: none\">*</td><td>1</td><td>daily</td></tr></table></div>"
  },
  "basedOn" : [
    {
      🔗 "reference" : "MedicationRequest/BSJ-SMPMedReq5"
    }
  ],
  "status" : "active",
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code" : "310489",
        "display" : "24 HR glipizide 2.5 MG Extended Release Oral Tablet"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/Example-Smith-Johnson-Patient1",
    "display" : "Betsy Smith-Johnson"
  },
  "dateAsserted" : "2024-08-11",
  "informationSource" : {
    🔗 "reference" : "Organization/org-SNF-Happy-Nursing-Facility",
    "display" : "Happy Nursing Facility"
  },
  "reasonCode" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "359642000",
          "display" : "Diabetes mellitus type 2 in nonobese (disorder)"
        }
      ]
    }
  ],
  "dosage" : [
    {
      "sequence" : 1,
      "text" : "daily"
    }
  ]
}