This page is part of the FHIR Specification (v3.0.2: STU 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 . Page versions: R5 R4B R4 R3
Clinical Decision Support Work Group | Maturity Level: N/A | Ballot Status: Informative | Compartments: Not linked to any defined compartments |
Example of guidanceresponse (id = "example")
<GuidanceResponse xmlns="http://hl7.org/fhir"> <id value="example"/> <!-- This example demonstrates the response to an $evaluate operation using the GuidanceResponse resource. --> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"><p> <b> Generated Narrative with Details</b> </p> <p> <b> id</b> : example</p> <p> <b> contained</b> : </p> <p> <b> requestId</b> : guidanceRequest1</p> <p> <b> identifier</b> : guidanceResponse1</p> <p> <b> module</b> : <a> ServiceDefinition/example</a> </p> <p> <b> status</b> : success</p> <p> <b> subject</b> : <a> Patient/example</a> </p> <p> <b> context</b> : <a> Encounter/example</a> </p> <p> <b> occurrenceDateTime</b> : 10/03/2017 4:02:00 PM</p> <p> <b> performer</b> : <a> Device/software</a> </p> <p> <b> reason</b> : Guideline Appropriate Ordering Assessment <span> (Details )</span> </p> <p> <b> outputParameters</b> : id: outputParameters1</p> </div> </text> <contained> <Parameters> <id value="outputParameters1"/> <parameter> <name value="score"/> <valueDecimal value="7"/> </parameter> <parameter> <name value="item-assessed"/> <valueCodeableConcept> <coding> <system value="http://www.ama-assn.org/go/cpt"/> <code value="70450"/> <display value="CT, head, wo iv contrast"/> </coding> </valueCodeableConcept> </parameter> <parameter> <name value="device"/> <valueReference> <reference value="Device/software"/> </valueReference> </parameter> <parameter> <name value="guideline-followed"/> <valueUri value="http://someguidelineprovider.org/radiology-appropriateness-guidelines.html"/> </parameter> </Parameters> </contained> <requestId value="guidanceRequest1"/> <identifier> <system value="http://example.org"/> <value value="guidanceResponse1"/> </identifier> <module> <reference value="ServiceDefinition/example"/> </module> <status value="success"/> <subject> <reference value="Patient/example"/> </subject> <context> <reference value="Encounter/example"/> </context> <occurrenceDateTime value="2017-03-10T16:02:00Z"/> <performer> <reference value="Device/software"/> </performer> <reasonCodeableConcept> <text value="Guideline Appropriate Ordering Assessment"/> </reasonCodeableConcept> <outputParameters> <reference value="#outputParameters1"/> </outputParameters> </GuidanceResponse>
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.