This page is part of the FHIR Specification (v1.2.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
Example of decisionsupportservicemodule
{ "resourceType": "DecisionSupportServiceModule", "id": "example", "text": { "status": "generated", "div": "<div>Guideline Appropriate Ordering Module</div>" }, "contained": [ { "resourceType": "ModuleMetadata", "id": "example-module-metadata", "identifier": [ { "use": "official", "value": "guildeline-appropriate-ordering" } ], "version": "1.0.0", "title": "Guideline Appropriate Ordering Module", "type": "module", "status": "draft", "description": "Guideline appropriate ordering is used to assess appropriateness of an order given a patient, a proposed order, and a set of clinical indications.", "publicationDate": "2015-07-22", "topic": [ { "text": "Guideline Appropriate Ordering" } ], "keyword": [ "Appropriate Use Criteria" ] } ], "identifier": [ { "use": "official", "value": "guideline-appropriate-ordering" } ], "version": "2.0.0", "moduleMetadata": { "reference": "#example-module-metadata" }, "parameter": [ { "fhir_comments": [ " Patient Data Requirement " ], "name": "patient", "use": "in", "type": "Patient", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/gao-patient" }, "mustSupport": [ "gender", "birthDate" ] }, { "fhir_comments": [ " Order Data Requirement " ], "name": "order", "use": "in", "type": "Order", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/gao-order" } }, { "fhir_comments": [ " Order Output " ], "name": "order", "use": "out", "type": "Order", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/gao-order" } }, { "fhir_comments": [ " Result " ], "name": "result", "use": "out", "type": "Basic", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/gao-result" } } ] }
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.