This page is part of the FHIR Specification (v3.2.0: R4 Ballot 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions 
| Clinical Decision Support Work Group | Maturity Level: N/A | Ballot Status: Informative | Compartments: Not linked to any defined compartments |
InfoButton Module Example
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/ServiceDefinition/infobutton> a fhir:ServiceDefinition;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "infobutton"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <table class=\"grid dict\">\n <tr>\n <td>\n <b>Id: </b>\n </td>\n </tr>\n <tr>\n <td style=\"padding-left: 25px; padding-right: 25px;\">ServiceDefinition/infobutton</td>\n </tr>\n </table>\n <p/>\n <table class=\"grid dict\">\n <tr>\n <td>\n <b>Identifier: </b>\n </td>\n </tr>\n <tr>\n <td style=\"padding-left: 25px; padding-right: 25px;\">\n <b>value: </b>\n <span>infobutton</span>\n </td>\n </tr>\n </table>\n <p/>\n <table class=\"grid dict\">\n <tr>\n <td>\n <b>Title: </b>\n </td>\n </tr>\n <tr>\n <td style=\"padding-left: 25px; padding-right: 25px;\">InfoButton Module</td>\n </tr>\n </table>\n <p/>\n <table class=\"grid dict\">\n <tr>\n <td>\n <b>Status: </b>\n </td>\n </tr>\n <tr>\n <td style=\"padding-left: 25px; padding-right: 25px;\">draft</td>\n </tr>\n </table>\n <p/>\n <table class=\"grid dict\">\n <tr>\n <td>\n <b>Description: </b>\n </td>\n </tr>\n <tr>\n <td style=\"padding-left: 25px; padding-right: 25px;\">The InfoButton specification defines a mechanism for retrieving relevant clinical context based a particular set of search criteria..</td>\n </tr>\n </table>\n <p/>\n <table class=\"grid dict\">\n <tr>\n <td>\n <b>Topic: </b>\n </td>\n </tr>\n <tr>\n <td style=\"padding-right: 25px;\">\n <span style=\"padding-left: 25px;\">\n <b>text: </b>\n <span>InfoButton Module</span>\n <br/>\n </span>\n </td>\n </tr>\n </table>\n <table class=\"grid dict\">\n <tr>\n <td>\n <b>Topic: </b>\n </td>\n </tr>\n <tr>\n <td style=\"padding-right: 25px;\">\n <span style=\"padding-left: 25px;\">\n <b>text: </b>\n <span>InfoButton</span>\n <br/>\n </span>\n </td>\n </tr>\n </table>\n <p/>\n <table class=\"grid dict\">\n <tr>\n <td>\n <b>Data Requirements: </b>\n </td>\n </tr>\n <tr>\n <td style=\"padding-left: 25px; padding-right: 25px;\">\n <div>\n <p style=\"margin-top: 5px;\">\n <b>type: </b>\n <span>Patient</span>\n </p>\n <p style=\"margin-top: 5px;\">\n <b>must support: </b>\n <span>gender</span>\n </p>\n <p style=\"margin-top: 5px;\">\n <b>must support: </b>\n <span>birthDate</span>\n </p>\n </div>\n </td>\n </tr>\n </table>\n <table class=\"grid dict\">\n <tr>\n <td>\n <b>Data Requirements: </b>\n </td>\n </tr>\n <tr>\n <td style=\"padding-left: 25px; padding-right: 25px;\">\n <div>\n <p style=\"margin-top: 5px;\">\n <b>type: </b>\n <span>Condition</span>\n </p>\n </div>\n </td>\n </tr>\n </table>\n <table class=\"grid dict\">\n <tr>\n <td>\n <b>Data Requirements: </b>\n </td>\n </tr>\n <tr>\n <td style=\"padding-left: 25px; padding-right: 25px;\">\n <div>\n <p style=\"margin-top: 5px;\">\n <b>type: </b>\n <span>MedicationStatement</span>\n </p>\n </div>\n </td>\n </tr>\n </table>\n </div>"
];
fhir:ServiceDefinition.identifier [
fhir:index 0;
fhir:Identifier.use [ fhir:value "official" ];
fhir:Identifier.value [ fhir:value "infobutton" ]
];
fhir:ServiceDefinition.version [ fhir:value "1.0.0"];
fhir:ServiceDefinition.title [ fhir:value "InfoButton Module"];
fhir:ServiceDefinition.status [ fhir:value "draft"];
fhir:ServiceDefinition.date [ fhir:value "2016-07-05"^^xsd:date];
fhir:ServiceDefinition.description [ fhir:value "The InfoButton specification defines a mechanism for retrieving relevant clinical context based a particular set of search criteria.."];
fhir:ServiceDefinition.topic [
fhir:index 0;
fhir:CodeableConcept.text [ fhir:value "InfoButton Module" ]
], [
fhir:index 1;
fhir:CodeableConcept.text [ fhir:value "InfoButton" ]
];
fhir:ServiceDefinition.dataRequirement [
fhir:index 0;
fhir:DataRequirement.type [ fhir:value "Patient" ];
fhir:DataRequirement.mustSupport [
fhir:value "gender";
fhir:index 0
], [
fhir:value "birthDate";
fhir:index 1
]
], [
fhir:index 1;
fhir:DataRequirement.type [ fhir:value "Condition" ]
], [
fhir:index 2;
fhir:DataRequirement.type [ fhir:value "MedicationStatement" ]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/ServiceDefinition/infobutton.ttl> a owl:Ontology;
owl:imports fhir:fhir.ttl;
owl:versionIRI <http://build.fhir.org/ServiceDefinition/infobutton.ttl> .
# -------------------------------------------------------------------------------------
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.