Standardized Medication Profile (SMP) FHIR IG
1.0.0-ballot - STU1 Ballot United States of America flag

Standardized Medication Profile (SMP) FHIR IG, published by HL7 International / Pharmacy. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/smp-ig/ and changes regularly. See the Directory of published versions

: Hospital Medication Administration List - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "List",
  "id" : "smp-medlist-1",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2024-04-08T06:38:52Z",
    "profile" : [
      🔗 "http://hl7.org/fhir/us/smp/StructureDefinition/smp-medication-list"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: List smp-medlist-1</b></p><a name=\"smp-medlist-1\"> </a><a name=\"hcsmp-medlist-1\"> </a><a name=\"smp-medlist-1-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">version: 1; Last updated: 2024-04-08 06:38:52+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-smp-medication-list.html\">Standardized Medication Profile - Medication List</a></p></div><h2>Hospital Medication Administration List</h2><table class=\"clstu\"><tr><td>Date: 2024-07-01 </td><td>Mode: Working List </td><td>Status: Current </td><td>Code: Medication administration list [Identifier] Episode Pharmacy </td></tr><tr><td>Subject: <a href=\"http://hl7.org/fhir/us/core/STU6.1/Patient-example.html\">??</a>Source: </td></tr></table><table class=\"grid\"><tr style=\"backgound-color: #eeeeee\"><td><b>Items</b></td><td>Date</td></tr><tr><td><a href=\"MedicationStatement-smp-medstmt-1.html\">MedicationStatement: status = active; medication[x] = metformin 250 MG Oral Tablet; effective[x] = 2024-06-01; dateAsserted = 2024-07-01; reasonCode = Diabetes mellitus type 2 in nonobese</a></td><td>2024-07-01</td></tr></table></div>"
  },
  "status" : "current",
  "mode" : "working",
  "title" : "Hospital Medication Administration List",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "104207-6"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/example"
  },
  "date" : "2024-07-01",
  "source" : {
    "reference" : "Practitioner/practitioner-1"
  },
  "entry" : [
    {
      "date" : "2024-07-01",
      "item" : {
        🔗 "reference" : "MedicationStatement/smp-medstmt-1"
      }
    }
  ]
}