{
  "resourceType" : "Medication",
  "id" : "medicamento-ejemplo-whoDrug",
  "meta" : {
    "profile" : ["https://hl7.comisca.org/fhir/StructureDefinition/medicamento-facedra"]
  },
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Medication medicamento-ejemplo-whoDrug</b></p><a name=\"medicamento-ejemplo-whoDrug\"> </a><a name=\"hcmedicamento-ejemplo-whoDrug\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-medicamento-facedra.html\">Medicamento FACEDRA</a></p></div><p><b>code</b>: <span title=\"Codes:{https://hl7.comisca.org/fhir/CodeSystem/whoDrug-regional 00000101001}\">Methyldopa 250 mg comprimidos</span></p><p><b>status</b>: Active</p><p><b>doseForm</b>: <span title=\"Codes:{http://snomed.info/sct 385055001}\">Tablet</span></p><blockquote><p><b>ingredient</b></p><h3>Items</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">Methyldopa</span></td></tr></table><p><b>strength</b>: 250 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemg = 'mg')</span>/1 1<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code1 = '1')</span></p></blockquote><h3>Batches</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>LotNumber</b></td><td><b>ExpirationDate</b></td></tr><tr><td style=\"display: none\">*</td><td>MDL2025001</td><td>2027-06</td></tr></table></div>"
  },
  "code" : {
    "coding" : [{
      "system" : "https://hl7.comisca.org/fhir/CodeSystem/whoDrug-regional",
      "code" : "00000101001",
      "display" : "Methyldopa"
    }],
    "text" : "Methyldopa 250 mg comprimidos"
  },
  "status" : "active",
  "doseForm" : {
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "385055001",
      "display" : "Tablet"
    }]
  },
  "ingredient" : [{
    "item" : {
      "concept" : {
        "text" : "Methyldopa"
      }
    },
    "strengthRatio" : {
      "numerator" : {
        "value" : 250,
        "unit" : "mg",
        "system" : "http://unitsofmeasure.org",
        "code" : "mg"
      },
      "denominator" : {
        "value" : 1,
        "unit" : "1",
        "system" : "http://unitsofmeasure.org",
        "code" : "1"
      }
    }
  }],
  "batch" : {
    "lotNumber" : "MDL2025001",
    "expirationDate" : "2027-06"
  }
}