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

: smp-medadm-1 - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "MedicationAdministration",
  "id" : "smp-medadm-1",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2024-07-08T06:38:52Z",
    "profile" : [
      🔗 "http://hl7.org/fhir/us/smp/StructureDefinition/smp-medicationadministration"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationAdministration smp-medadm-1</b></p><a name=\"smp-medadm-1\"> </a><a name=\"hcsmp-medadm-1\"> </a><a name=\"smp-medadm-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-07-08 06:38:52+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-smp-medicationadministration.html\">Standardized Medication Profile - MedicationAdministration</a></p></div><p><b>status</b>: In Progress</p><p><b>medication</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 1545658}\">empagliflozin 10 MG Oral Tablet</span></p><p><b>subject</b>: <a href=\"http://hl7.org/fhir/us/core/STU6.1/Patient-example.html\">??</a></p><p><b>effective</b>: 2024-06-01</p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 359642000}\">Diabetes mellitus type 2 in nonobese</span></p><h3>Dosages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td><td><b>Dose</b></td></tr><tr><td style=\"display: none\">*</td><td>po qd</td><td>10 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemg = 'mg')</span></td></tr></table></div>"
  },
  "status" : "in-progress",
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code" : "1545658"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/example"
  },
  "effectiveDateTime" : "2024-06-01",
  "reasonCode" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "359642000"
        }
      ]
    }
  ],
  "dosage" : {
    "text" : "po qd",
    "dose" : {
      "value" : 10,
      "system" : "http://unitsofmeasure.org",
      "code" : "mg"
    }
  }
}