This page is part of the FHIR Specification (v1.4.0: STU 3 Ballot 3). 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
@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 xs: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- <http://hl7.org/fhir//DecisionSupportServiceModule/example> a fhir:DecisionSupportServiceModule; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "example"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ] ]; fhir:DecisionSupportServiceModule.moduleMetadata [ fhir:ModuleMetadata.identifier [ fhir:index 0; fhir:Identifier.use [ fhir:value "official" ]; fhir:Identifier.value [ fhir:value "guildeline-appropriate-ordering" ] ]; fhir:ModuleMetadata.version [ fhir:value "1.0.0" ]; fhir:ModuleMetadata.title [ fhir:value "Guideline Appropriate Ordering Module" ]; fhir:ModuleMetadata.type [ fhir:value "module" ]; fhir:ModuleMetadata.status [ fhir:value "draft" ]; fhir:ModuleMetadata.description [ fhir:value "Guideline appropriate ordering is used to assess appropriateness of an order given a patient, a proposed order, and a set of clinical indications." ]; fhir:ModuleMetadata.publicationDate [ fhir:value "2015-07-22"^^xs:date ]; fhir:ModuleMetadata.topic [ fhir:index 0; fhir:CodeableConcept.text [ fhir:value "Guideline Appropriate Ordering" ] ]; fhir:ModuleMetadata.topic [ fhir:index 1; fhir:CodeableConcept.text [ fhir:value "Appropriate Use Criteria" ] ] ]; fhir:DecisionSupportServiceModule.parameter [ fhir:index 0; fhir:ParameterDefinition.name [ fhir:value "patient" ]; fhir:ParameterDefinition.use [ fhir:value "in" ]; fhir:ParameterDefinition.type [ fhir:value "Patient" ]; fhir:ParameterDefinition.profile [ fhir:reference <http://hl7.org/fhir/StructureDefinition/gao-patient>; fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/gao-patient" ] ] ]; fhir:DecisionSupportServiceModule.parameter [ fhir:index 1; fhir:ParameterDefinition.name [ fhir:value "order" ]; fhir:ParameterDefinition.use [ fhir:value "in" ]; fhir:ParameterDefinition.type [ fhir:value "Order" ]; fhir:ParameterDefinition.profile [ fhir:reference <http://hl7.org/fhir/StructureDefinition/gao-order>; fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/gao-order" ] ] ]; fhir:DecisionSupportServiceModule.parameter [ fhir:index 2; fhir:ParameterDefinition.name [ fhir:value "order" ]; fhir:ParameterDefinition.use [ fhir:value "out" ]; fhir:ParameterDefinition.type [ fhir:value "Order" ]; fhir:ParameterDefinition.profile [ fhir:reference <http://hl7.org/fhir/StructureDefinition/gao-order>; fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/gao-order" ] ] ]; fhir:DecisionSupportServiceModule.parameter [ fhir:index 3; fhir:ParameterDefinition.name [ fhir:value "result" ]; fhir:ParameterDefinition.use [ fhir:value "out" ]; fhir:ParameterDefinition.type [ fhir:value "Basic" ]; fhir:ParameterDefinition.profile [ fhir:reference <http://hl7.org/fhir/StructureDefinition/gao-result>; fhir:Reference.reference [ fhir:value "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.