"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"
}
]
"device":
"characteristics":
"routeOfAdministration": [
{
"code": {
"coding": [
{
"system": "http://ema.europa.eu/example/routeofadministration",
"code": "OralUse"
}
]
}
}
]
{
"resourceType": "MedicinalProductPharmaceutical",
"id": "example",
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example</p><p><b>identifier</b>: {PhPID}</p><p><b>administrableDoseForm</b>: Film-coatedtablet <span>(Details : {http://ema.europa.eu/example/administrabledoseform code 'Film-coatedtablet' = 'Film-coatedtablet)</span></p><p><b>unitOfPresentation</b>: Tablet <span>(Details : {http://ema.europa.eu/example/unitofpresentation code 'Tablet' = 'Tablet)</span></p><p><b>ingredient</b>: <a>MedicinalProductIngredient/example</a></p><h3>RouteOfAdministrations</h3><table><tr><td>-</td><td><b>Code</b></td></tr><tr><td>*</td><td>OralUse <span>(Details : {http://ema.europa.eu/example/routeofadministration code 'OralUse' = 'OralUse)</span></td></tr></table></div>"
},
"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"
}
]
}
}
]
}
{
"resourceType" : "MedicinalProductPharmaceutical",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"identifier" : [{ Identifier }], // An identifier for the pharmaceutical medicinal product
"administrableDoseForm" : { CodeableConcept }, // R! The administrable dose form, after necessary reconstitution
"unitOfPresentation" : { CodeableConcept }, // Todo
"ingredient" : [{ Reference(MedicinalProductIngredient) }], // Ingredient
"device" : [{ Reference(DeviceDefinition) }], // Accompanying device
"characteristics" : [{ // Characteristics e.g. a products onset of action
"code" : { CodeableConcept }, // R! A coded characteristic
"status" : { CodeableConcept } // The status of characteristic e.g. assigned or pending
}],
"routeOfAdministration" : [{ // R! The path by which the pharmaceutical product is taken into or makes contact with the body
"code" : { CodeableConcept }, // R! Coded expression for the route
"firstDose" : { Quantity }, // The first dose (dose quantity) administered in humans can be specified, for a product under investigation, using a numerical value and its unit of measurement
"maxSingleDose" : { Quantity }, // The maximum single dose that can be administered as per the protocol of a clinical trial can be specified using a numerical value and its unit of measurement
"maxDosePerDay" : { Quantity }, // The maximum dose per day (maximum dose quantity to be administered in any one 24-h period) that can be administered as per the protocol referenced in the clinical trial authorisation
"maxDosePerTreatmentPeriod" : { Ratio }, // The maximum dose per treatment period that can be administered as per the protocol referenced in the clinical trial authorisation
"maxTreatmentPeriod" : { Duration }, // The maximum treatment period during which an Investigational Medicinal Product can be administered as per the protocol referenced in the clinical trial authorisation
"targetSpecies" : [{ // A species for which this route applies
"code" : { CodeableConcept }, // R! Coded expression for the species
"withdrawalPeriod" : [{ // A species specific time during which consumption of animal product is not appropriate
"tissue" : { CodeableConcept }, // R! Coded expression for the type of tissue for which the withdrawal period applues, e.g. meat, milk
"value" : { Quantity }, // R! A value for the time
"supportingInformation" : "<string>" // Extra information about the withdrawal period
}]
}]
}]
}
The following search parameters can be used to query MedicinalProductPharmaceutical resources. Just submit them like so:
https://api.1up.health/fhir/r4/MedicinalProductPharmaceutical?query-param=queryvalue
Search Parameter | Field Type | Resource Fields Searched |
---|---|---|
identifier | text | identifier |
route | text | routeOfAdministration.code |
target-species | text | routeOfAdministration.targetSpecies.code |