HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm
2.1.2 - STU 2 United States of America flag

HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 2.1.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/case-reporting/ and changes regularly. See the Directory of published versions

: MedicationAdministration Example: Eve Everywoman, azithromycin - JSON Representation

Raw json | Download

{
  "resourceType" : "MedicationAdministration",
  "id" : "medicationadministration-eve-everywoman-azithromycin",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-medicationadministration"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationAdministration medicationadministration-eve-everywoman-azithromycin</b></p><a name=\"medicationadministration-eve-everywoman-azithromycin\"> </a><a name=\"hcmedicationadministration-eve-everywoman-azithromycin\"> </a><a name=\"medicationadministration-eve-everywoman-azithromycin-en-US\"> </a><p><b>status</b>: Completed</p><p><b>medication</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 248656}\">Azithromycin 500 MG Oral Tablet</span></p><p><b>subject</b>: <a href=\"Patient-patient-ecr-eve-everywoman.html\">Eve Everywoman</a></p><p><b>effective</b>: 2018-03-07 --&gt; 2018-03-07</p><h3>Dosages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td><td><b>Route</b></td><td><b>Method</b></td><td><b>Dose</b></td></tr><tr><td style=\"display: none\">*</td><td>Two tablets at once</td><td><span title=\"Codes:{http://snomed.info/sct 26643006}\">Oral route</span></td><td><span title=\"Codes:{http://snomed.info/sct 421521009}\">Swallow - dosing instruction imperative (qualifier value)</span></td><td>2 TAB<span style=\"background: LightGoldenRodYellow\"> (Details: Orderable Drug Form  codeTAB = 'Tablet')</span></td></tr></table></div>"
  },
  "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"
    }
  }
}