MedicinalProductUndesirableEffect - FHIR Resource (r4)
This MedicinalProductUndesirableEffect Resource uses the
FHIR API standard for access and structure.
Validate an MedicinalProductUndesirableEffect FHIR Resource (r4)
Resource Attributes
Attribute | Field is list | Type | Description |
---|
classification | false | CodeableConcept | # Classification of the effect |
frequencyOfOccurrence | false | CodeableConcept | # The frequency of occurrence of the effect |
population | true | Population | # The population group to which this applies |
subject | true | Reference | # The medication for which this is an indication |
symptomConditionEffect | false | CodeableConcept | # The symptom, condition or undesirable effect |
MedicinalProductUndesirableEffect Example
{
"resourceType": "MedicinalProductUndesirableEffect",
"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>symptomConditionEffect</b>: Prevention of\\nVTE in adult\\npatients who have\\nundergone\\nelective hip or\\nknee replacement\\nsurgery (VTEp) <span>(Details : {http://ema.europa.eu/example/undesirableeffectassymptom-condition-effect code 'Anaemia' = 'Anaemia)</span></p><p><b>classification</b>: Bloodandlymphaticsystemdisorders <span>(Details : {http://ema.europa.eu/example/symptom-condition-effectclassification code 'Bloodandlymphaticsystemdisorders' = 'Bloodandlymphaticsystemdisorders)</span></p><p><b>frequencyOfOccurrence</b>: Common <span>(Details : {http://ema.europa.eu/example/frequencyofoccurrence code 'Common' = 'Common)</span></p></div>"
},
"symptomConditionEffect": {
"coding": [
{
"system": "http://ema.europa.eu/example/undesirableeffectassymptom-condition-effect",
"code": "Anaemia"
}
],
"text": "Prevention of\\nVTE in adult\\npatients who have\\nundergone\\nelective hip or\\nknee replacement\\nsurgery (VTEp)"
},
"classification": {
"coding": [
{
"system": "http://ema.europa.eu/example/symptom-condition-effectclassification",
"code": "Bloodandlymphaticsystemdisorders"
}
]
},
"frequencyOfOccurrence": {
"coding": [
{
"system": "http://ema.europa.eu/example/frequencyofoccurrence",
"code": "Common"
}
]
}
}
MedicinalProductUndesirableEffect Structure
{
"resourceType" : "MedicinalProductUndesirableEffect",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"subject" : [{ Reference(MedicinalProduct|Medication) }], // The medication for which this is an indication
"symptomConditionEffect" : { CodeableConcept }, // The symptom, condition or undesirable effect
"classification" : { CodeableConcept }, // Classification of the effect
"frequencyOfOccurrence" : { CodeableConcept }, // The frequency of occurrence of the effect
"population" : [{ Population }] // The population group to which this applies
}
MedicinalProductUndesirableEffect Search Parameters
The following search parameters can be used to query MedicinalProductUndesirableEffect resources. Just submit them like so:
https://api.1up.health/fhir/r4/MedicinalProductUndesirableEffect?query-param=queryvalue
Search Parameter | Field Type | Resource Fields Searched |
---|
subject | reference | subject |