This page is part of the FHIR Specification (v1.6.0: STU 3 Ballot 4). The current version which supercedes this version is 4.0.1. For a full list of available versions, see the Directory of published versions 
InfoButton Module Example
{
"resourceType": "DecisionSupportServiceModule",
"id": "infobutton",
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">InfoButton Module</div>"
},
"identifier": [
{
"use": "official",
"value": "infobutton"
}
],
"version": "1.0.0",
"title": "InfoButton Module",
"status": "draft",
"description": "The InfoButton specification defines a mechanism for retrieving relevant clinical context based a particular set of search criteria..",
"publicationDate": "2016-07-05",
"topic": [
{
"text": "InfoButton Module"
},
{
"text": "InfoButton"
}
],
"parameter": [
{
"name": "mainSearchCriteria",
"use": "in",
"min": 0,
"max": "*",
"type": "CodeableConcept"
}
],
"dataRequirement": [
{
"type": "Patient",
"mustSupport": [
"gender",
"birthDate"
]
},
{
"type": "Condition"
},
{
"type": "MedicationStatement"
}
]
}
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.