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

FHIR IG analytics

Packagehl7.fhir.us.nhsn-med-admin
Resource TypeMedicationAdministration
IdMedicationAdministration-medicationadministration-azithromycin-med-admin-1.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

status: completed

medication: Azithromycin 500 MG Oral Tablet

subject: Generated Summary: id: ?ngen-9?; active; ; gender: female; birthDate: 1974-11-24

effective: 2021-01-02 --> 2021-01-10

Dosages

-TextRouteMethodDose
*Two tablets at onceOral RouteSwallow - dosing instruction imperative (qualifier value)2 TAB

Source1

{
  "resourceType": "MedicationAdministration",
  "id": "medicationadministration-azithromycin-med-admin-1",
  "meta": {
    "versionId": "3",
    "lastUpdated": "2021-09-07T05:30:27.121+00:00",
    "source": "#vmWyX3NJuGgt3muR",
    "profile": [
      "http://hl7.org/fhir/us/nhsn-med-admin/StructureDefinition/MedicationAdministration-inpatient-med-admin"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code": "248656",
        "display": "Azithromycin 500 MG Oral Tablet"
      }
    ],
    "text": "Azithromycin 500 MG Oral Tablet"
  },
  "subject": {
    "reference": "Patient/patient-med-admin-1"
  },
  "effectivePeriod": {
    "start": "2021-01-02",
    "end": "2021-01-10"
  },
  "dosage": {
    "text": "Two tablets at once",
    "route": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "26643006",
          "display": "Oral Route"
        }
      ]
    },
    "method": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "421521009",
          "display": "Swallow - dosing instruction imperative (qualifier value)"
        }
      ]
    },
    "dose": {
      "value": 2,
      "unit": "TAB",
      "system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
      "code": "TAB"
    }
  }
}