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

FHIR IG analytics

Packagehl7.fhir.us.ecr.r4
Resource TypeMedicationAdministration
IdMedicationAdministration-medicationadministration-eve-everywoman-azithromycin.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-eve-everywoman-azithromycin

status: Completed

medication: Azithromycin 500 MG Oral Tablet

subject: Eve Everywoman

effective: 2018-03-07 --> 2018-03-07

Dosages

-TextRouteMethodDose
*Two tablets at onceOral routeSwallow - dosing instruction imperative (qualifier value)2 TAB (Details: Orderable Drug Form codeTAB = 'Tablet')

Source1

{
  "resourceType": "MedicationAdministration",
  "id": "medicationadministration-eve-everywoman-azithromycin",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-medicationadministration"
    ]
  },
  "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-ecr-eve-everywoman",
    "display": "Eve Everywoman"
  },
  "effectivePeriod": {
    "start": "2018-03-07",
    "end": "2018-03-07"
  },
  "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"
    }
  }
}