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

FHIR IG analytics

Packagehl7.fhir.us.smp.r4b
Resource TypeMedicationAdministration
IdMedicationAdministration-smp-medadm-1.json
FHIR VersionR4B

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: MedicationAdministration smp-medadm-1

version: 1; Last updated: 2024-07-08 06:38:52+0000

Profile: Standardized Medication Profile - MedicationAdministration

status: In Progress

medication: empagliflozin 10 MG Oral Tablet

subject: Amy V. Baxter Female, DoB: 1987-02-20 ( Medical Record Number: 1032702 (use: usual, ))

effective: 2024-06-01

reasonCode: Diabetes mellitus type 2 in nonobese

Dosages

-TextDose
*po qd10 mg (Details: UCUM codemg = 'mg')

Source1

{
  "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": "<!-- snip (see above) -->"
  },
  "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"
    }
  }
}