"subject":
"disease": {
"coding": [
{
"system": "http://ema.europa.eu/example/contraindicationsasdisease-symptom-procedure",
"code": "Coagulopathiesandbleedingdiatheses(exclthrombocytopenic)"
}
],
"text": "Hepatic disease associated with coagulopathy and clinically relevant bleeding risk"
}
"diseaseStatus":
"comorbidity": [
{
"coding": [
{
"system": "http://ema.europa.eu/example/comorbidity",
"code": "Hepaticdisease"
}
]
}
]
"therapeuticIndication":
"otherTherapy":
"population":
{
"resourceType": "MedicinalProductContraindication",
"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>disease</b>: Hepatic disease associated with coagulopathy and clinically relevant bleeding risk <span>(Details : {http://ema.europa.eu/example/contraindicationsasdisease-symptom-procedure code 'Coagulopathiesandbleedingdiatheses(exclthrombocytopenic)' = 'Coagulopathiesandbleedingdiatheses(exclthrombocytopenic))</span></p><p><b>comorbidity</b>: Hepaticdisease <span>(Details : {http://ema.europa.eu/example/comorbidity code 'Hepaticdisease' = 'Hepaticdisease)</span></p></div>"
},
"disease": {
"coding": [
{
"system": "http://ema.europa.eu/example/contraindicationsasdisease-symptom-procedure",
"code": "Coagulopathiesandbleedingdiatheses(exclthrombocytopenic)"
}
],
"text": "Hepatic disease associated with coagulopathy and clinically relevant bleeding risk"
},
"comorbidity": [
{
"coding": [
{
"system": "http://ema.europa.eu/example/comorbidity",
"code": "Hepaticdisease"
}
]
}
]
}
{
"resourceType" : "MedicinalProductContraindication",
// 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
"disease" : { CodeableConcept }, // The disease, symptom or procedure for the contraindication
"diseaseStatus" : { CodeableConcept }, // The status of the disease or symptom for the contraindication
"comorbidity" : [{ CodeableConcept }], // A comorbidity (concurrent condition) or coinfection
"therapeuticIndication" : [{ Reference(MedicinalProductIndication) }], // Information about the use of the medicinal product in relation to other therapies as part of the indication
"otherTherapy" : [{ // Information about the use of the medicinal product in relation to other therapies described as part of the indication
"therapyRelationshipType" : { CodeableConcept }, // R! The type of relationship between the medicinal product indication or contraindication and another therapy
// medication[x]:
Reference to a specific medication (active substance, medicinal product or class of products) as part of an indication or contraindication. One of these 2:
"medicationCodeableConcept" : { CodeableConcept }
"medicationReference" : { Reference(MedicinalProduct|Medication|Substance|
SubstanceSpecification) }
}],
"population" : [{ Population }] // The population group to which this applies
}
The following search parameters can be used to query MedicinalProductContraindication resources. Just submit them like so:
https://api.1up.health/fhir/r4/MedicinalProductContraindication?query-param=queryvalue
Search Parameter | Field Type | Resource Fields Searched |
---|---|---|
subject | reference | subject |