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-medicationadministration-example-ach-pass2-dex4.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-pass2-dex4

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

status: Completed

category: Outpatient

medication: Dex4 4 gm chewable tablet X1

subject: Pass2 ACH

context: Emergency Encounter

effective: 2024-01-31 04:54:00-0500

request: MedicationRequest: identifier = http://example.org/identifiers/798#101888892 (use: usual, ); status = active; intent = plan; category = Outpatient; medication[x] = ->Dex4 4 gm chewable tablet X1; authoredOn = 2024-01-31 04:46:00-0500

Dosages

-TextRouteDose
*4 gm chewable tablet X1Oral4 g (Details: UCUM codeg = 'g')

Source1

{
  "resourceType": "MedicationAdministration",
  "id": "medicationadministration-example-ach-pass2-dex4",
  "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": "101888893"
    }
  ],
  "status": "completed",
  "category": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/medicationrequest-category",
        "code": "outpatient",
        "display": "Outpatient"
      }
    ],
    "text": "Outpatient"
  },
  "medicationReference": {
    "reference": "Medication/medication-example-dex4-tablet",
    "display": "Dex4 4 gm chewable tablet X1"
  },
  "subject": {
    "reference": "Patient/patient-example-ach-ach-pass2",
    "display": "Pass2 ACH"
  },
  "context": {
    "reference": "Encounter/encounter-example-ach-ach-pass2-emergency",
    "display": "Emergency Encounter"
  },
  "effectiveDateTime": "2024-01-31T04:54:00-05:00",
  "request": {
    "reference": "MedicationRequest/medicationrequest-example-ach-pass2-dex4-tablet"
  },
  "dosage": {
    "text": "4 gm chewable tablet X1",
    "route": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "26643006",
          "display": "Oral Use"
        }
      ],
      "text": "Oral"
    },
    "dose": {
      "value": 4,
      "unit": "g",
      "system": "http://unitsofmeasure.org",
      "code": "g"
    }
  }
}