{

"resourceType": "MedicinalProductPharmaceutical",
"id": "example",
"identifier": [
  {
    "system": "http://ema.europa.eu/example/phpididentifiersets",
    "value": "{PhPID}"
  }
],
"administrableDoseForm": {
  "coding": [
    {
      "system": "http://ema.europa.eu/example/administrabledoseform",
      "code": "Film-coatedtablet"
    }
  ]
},
"unitOfPresentation": {
  "coding": [
    {
      "system": "http://ema.europa.eu/example/unitofpresentation",
      "code": "Tablet"
    }
  ]
},
"ingredient": [
  {
    "reference": "MedicinalProductIngredient/example"
  }
],
"routeOfAdministration": [
  {
    "code": {
      "coding": [
        {
          "system": "http://ema.europa.eu/example/routeofadministration",
          "code": "OralUse"
        }
      ]
    }
  }
],
"meta": {
  "tag": [
    {
      "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
      "code": "HTEST",
      "display": "test health data"
    }
  ]
}

}