This page is part of the FHIR Specification (v1.8.0: STU 3 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
InfoButton Module Example (id = "infobutton")
<ServiceDefinition xmlns="http://hl7.org/fhir"> <id value="infobutton"/> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml">InfoButton Module</div> </text> <identifier> <use value="official"/> <value value="infobutton"/> </identifier> <version value="1.0.0"/> <title value="InfoButton Module"/> <status value="draft"/> <date value="2016-07-05"/> <description value="The InfoButton specification defines a mechanism for retrieving relevant clinical context based a particular set of search criteria.."/> <topic> <text value="InfoButton Module"/> </topic> <topic> <text value="InfoButton"/> </topic> <!-- Main Search Criteria --> <!-- TODO: Move to OperationDefinition --> <!-- <parameter> <name value="mainSearchCriteria"/> <use value="in"/> <min value="0"/> <max value="*"/> <type value="CodeableConcept"/> </parameter> --> <!-- Patient Data Requirement --> <dataRequirement> <type value="Patient"/> <mustSupport value="gender"/> <mustSupport value="birthDate"/> </dataRequirement> <!-- Problem List --> <dataRequirement> <type value="Condition"/> </dataRequirement> <!-- Medication List --> <dataRequirement> <type value="MedicationStatement"/> </dataRequirement> </ServiceDefinition>
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.