API for the Exchange of Medicinal Product Information (APIX)
0.1.0 - ci-build International flag

API for the Exchange of Medicinal Product Information (APIX), published by HL7 International / Biomedical Research and Regulation. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/APIX---API-Exchange-for-Medicinal-Products/ and changes regularly. See the Directory of published versions

: WonderDrug - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "MedicinalProductDefinition",
  "id" : "example-ma",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicinalProductDefinition example-ma</b></p><a name=\"example-ma\"> </a><a name=\"hcexample-ma\"> </a><p><b>combinedPharmaceuticalDoseForm</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/emedicinal-product-info/CodeSystem/manufactured-item-dose-form-category-cs TabletPellet}\">Tablet/Pellet</span></p><p><b>classification</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/emedicinal-product-info/CodeSystem/atc-code-cs C06DX01}\">Other medicinal products</span></p><h3>Characteristics</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://hl7.org/fhir/uv/emedicinal-product-info/CodeSystem/product-characteristic-cs 100000073456}\">Strength</span></td><td>50 mg</td></tr></table></div>"
  },
  "combinedPharmaceuticalDoseForm" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/uv/emedicinal-product-info/CodeSystem/manufactured-item-dose-form-category-cs",
        "code" : "TabletPellet",
        "display" : "Tablet/Pellet"
      }
    ]
  },
  "classification" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/uv/emedicinal-product-info/CodeSystem/atc-code-cs",
          "code" : "C06DX01",
          "display" : "Other medicinal products"
        }
      ]
    }
  ],
  "characteristic" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/uv/emedicinal-product-info/CodeSystem/product-characteristic-cs",
            "code" : "100000073456",
            "display" : "Strength"
          }
        ]
      },
      "valueQuantity" : {
        "value" : 50,
        "unit" : "mg"
      }
    }
  ]
}