"manufacturedDoseForm": {
"coding": [
{
"system": "http://ema.europa.eu/example/manufactureddoseform",
"code": "Film-coatedtablet"
}
]
}
"unitOfPresentation": {
"coding": [
{
"system": "http://ema.europa.eu/example/unitofpresentation",
"code": "Tablet"
}
]
}
"quantity": {
"value": 10,
"unit": "1"
}
"manufacturer": [
{
"reference": "Organization/example"
}
]
"ingredient": [
{
"reference": "MedicinalProductIngredient/example"
}
]
"physicalCharacteristics": {
"shape": "Oval",
"color": [
"Pink"
],
"imprint": [
"894"
]
}
"otherCharacteristics":
{
"resourceType": "MedicinalProductManufactured",
"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>manufacturedDoseForm</b>: Film-coatedtablet <span>(Details : {http://ema.europa.eu/example/manufactureddoseform 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>quantity</b>: 10 1</p><p><b>manufacturer</b>: <a>Organization/example</a></p><p><b>ingredient</b>: <a>MedicinalProductIngredient/example</a></p><p><b>physicalCharacteristics</b>: </p></div>"
},
"manufacturedDoseForm": {
"coding": [
{
"system": "http://ema.europa.eu/example/manufactureddoseform",
"code": "Film-coatedtablet"
}
]
},
"unitOfPresentation": {
"coding": [
{
"system": "http://ema.europa.eu/example/unitofpresentation",
"code": "Tablet"
}
]
},
"quantity": {
"value": 10,
"unit": "1"
},
"manufacturer": [
{
"reference": "Organization/example"
}
],
"ingredient": [
{
"reference": "MedicinalProductIngredient/example"
}
],
"physicalCharacteristics": {
"shape": "Oval",
"color": [
"Pink"
],
"imprint": [
"894"
]
}
}
{
"resourceType" : "MedicinalProductManufactured",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"manufacturedDoseForm" : { CodeableConcept }, // R! Dose form as manufactured and before any transformation into the pharmaceutical product
"unitOfPresentation" : { CodeableConcept }, // The “real world� units in which the quantity of the manufactured item is described
"quantity" : { Quantity }, // R! The quantity or "count number" of the manufactured item
"manufacturer" : [{ Reference(Organization) }], // Manufacturer of the item (Note that this should be named "manufacturer" but it currently causes technical issues)
"ingredient" : [{ Reference(MedicinalProductIngredient) }], // Ingredient
"physicalCharacteristics" : { ProdCharacteristic }, // Dimensions, color etc.
"otherCharacteristics" : [{ CodeableConcept }] // Other codeable characteristics
}
The following search parameters can be used to query MedicinalProductManufactured resources. Just submit them like so:
https://api.1up.health/fhir/r4/MedicinalProductManufactured?query-param=queryvalue
Search Parameter | Field Type | Resource Fields Searched |
---|