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

FHIR IG analytics

Packagehl7.fhir.us.nhsn-dqm.r4
Resource TypeMedicationAdministration
IdMedicationAdministration-medicationadministration-example-ach-pass2-heparin-2.json
FHIR VersionR4

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-heparin-2

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

status: Completed

category: Inpatient Medication

medication: 0.5 ML heparin sodium, porcine 10000 UNT/ML Prefilled Syringe

subject: Pass2 ACH

context: Hospital Admission

effective: 2024-02-02 13:26:00-0500

request: MedicationRequest: identifier = http://example.org/identifiers/798#101888895 (use: usual, ); status = completed; intent = order; category = Inpatient; medication[x] = ->0.5 ML heparin sodium, porcine 10000 UNT/ML Prefilled Syringe; authoredOn = 2024-02-01 12:00:00-0500

Dosages

-TextSiteRouteDose
*0.5 mLStructure of blood vessel of left upper arm (body structure)IV5000 uL (Details: UCUM codeuL = 'uL')

Source1

{
  "resourceType": "MedicationAdministration",
  "id": "medicationadministration-example-ach-pass2-heparin-2",
  "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": "101888895"
    }
  ],
  "status": "completed",
  "category": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/medicationrequest-category",
        "code": "inpatient",
        "display": "Inpatient"
      }
    ],
    "text": "Inpatient Medication"
  },
  "medicationReference": {
    "reference": "Medication/medication-example-heparin",
    "display": "0.5 ML heparin sodium, porcine 10000 UNT/ML Prefilled Syringe"
  },
  "subject": {
    "reference": "Patient/patient-example-ach-ach-pass2",
    "display": "Pass2 ACH"
  },
  "context": {
    "reference": "Encounter/encounter-example-ach-ach-pass2-inpatient",
    "display": "Hospital Admission"
  },
  "effectiveDateTime": "2024-02-02T13:26:00-05:00",
  "request": {
    "reference": "MedicationRequest/medicationrequest-example-ach-pass2-heparin"
  },
  "dosage": {
    "text": "0.5 mL",
    "site": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "1255295007",
          "display": "Structure of blood vessel of left upper arm (body structure)"
        }
      ]
    },
    "route": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "47625008",
          "display": "Intravenous route"
        }
      ],
      "text": "IV"
    },
    "dose": {
      "value": 5000,
      "unit": "uL",
      "system": "http://unitsofmeasure.org",
      "code": "uL"
    }
  }
}