{
  "resourceType" : "AdministrableProductDefinition",
  "id" : "example",
  "identifier" : [{
    "system" : "http://ema.europa.eu/example/phpididentifiersets",
    "value" : "{PhPID}"
  }],
  "status" : "active",
  "administrableDoseForm" : {
    "coding" : [{
      "system" : "http://ema.europa.eu/example/administrabledoseform",
      "code" : "Film-coatedtablet"
    }]
  },
  "unitOfPresentation" : {
    "coding" : [{
      "system" : "http://ema.europa.eu/example/unitofpresentation",
      "code" : "Tablet"
    }]
  },
  "routeOfAdministration" : [{
    "code" : {
      "coding" : [{
        "system" : "http://ema.europa.eu/example/routeofadministration",
        "code" : "OralUse"
      }]
    }
  }]
}