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

FHIR IG analytics

Packagehl7.fhir.us.nhsn-dqm.r4b
Resource TypeMedicationAdministration
IdMedicationAdministration-eff062fd-e0b2-4eeb-a628-e9ec88e29fb5.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 medicationadministration-example-ach-pass3-metronidazole-3

identifier: http://example.org/identifiers/798/1018888323 (use: usual, )

status: Completed

category: Inpatient Medication

medication: Metronidazole 500 MG

subject: Pass2 ACH

context: Short Stay

effective: 2024-02-03 09:09:00-0500

request: MedicationRequest: identifier = http://example.org/identifiers/798#101888832 (use: usual, ); status = active; intent = order; category = Inpatient; medication[x] = ->Metronidazole 500 MG; authoredOn = 2024-02-01 20:33:00-0500

Dosages

-TextRouteDose
*5mg tablet by mouth twice dailyOral5 mg (Details: UCUM codemg = 'mg')

Source1

{
  "resourceType": "MedicationAdministration",
  "id": "medicationadministration-example-ach-pass3-metronidazole-3",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-medicationadministration|6.0.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "usual",
      "system": "http://example.org/identifiers/798",
      "value": "1018888323"
    }
  ],
  "status": "completed",
  "category": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/medicationrequest-category",
        "code": "inpatient",
        "display": "Inpatient"
      }
    ],
    "text": "Inpatient Medication"
  },
  "medicationReference": {
    "reference": "Medication/medication-example-metronidazole",
    "display": "Metronidazole 500 MG"
  },
  "subject": {
    "reference": "Patient/patient-example-ach-ach-pass3",
    "display": "Pass2 ACH"
  },
  "context": {
    "reference": "Encounter/encounter-example-ach-ach-pass3-short-stay",
    "display": "Short Stay"
  },
  "effectiveDateTime": "2024-02-03T09:09:00-05:00",
  "request": {
    "reference": "MedicationRequest/medicationrequest-example-ach-pass3-metronidazole"
  },
  "dosage": {
    "text": "5mg tablet by mouth twice daily",
    "route": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "26643006",
          "display": "Oral Use"
        }
      ],
      "text": "Oral"
    },
    "dose": {
      "value": 5,
      "unit": "mg",
      "system": "http://unitsofmeasure.org",
      "code": "mg"
    }
  }
}