This page is part of the FHIR Specification (v4.3.0: R4B - STU). 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 | Standards Status: Informative | Compartments: Not linked to any defined compartments |
Raw XML (canonical form + also see XML Format Specification)
Example of guidanceresponse (id = "example")
<?xml version="1.0" encoding="UTF-8"?> <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</b> </p> <div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource "example" </p> </div> <p> <b> requestIdentifier</b> : id: guidanceRequest1</p> <p> <b> identifier</b> : id: guidanceResponse1</p> <p> <b> module</b> : <a href="http://someguidelineprovider.org/radiology-appropriateness-guidelines.html">http://someguidelineprovider.org/radiology-appropriateness-guidelines.html</a> </p> <p> <b> status</b> : success</p> <p> <b> subject</b> : <a href="patient-example.html">Patient/example</a> "Peter CHALMERS"</p> <p> <b> encounter</b> : <a href="encounter-example.html">Encounter/example</a> </p> <p> <b> occurrenceDateTime</b> : 2017-03-10T16:02:00Z</p> <p> <b> performer</b> : <a href="todo.html">Device/software</a> </p> <p> <b> reasonCode</b> : Guideline Appropriate Ordering Assessment <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> ()</span> </p> <p> <b> outputParameters</b> : <a name="outputParameters1"> </a> </p> <blockquote> <div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource "outputParameters1" </p> </div> <blockquote> <p> <b> parameter</b> </p> <p> <b> name</b> : score</p> <p> <b> value</b> : 7</p> </blockquote> <blockquote> <p> <b> parameter</b> </p> <p> <b> name</b> : item-assessed</p> <p> <b> value</b> : CT, head, wo iv contrast <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/3.1.0/CodeSystem-CPT.html">Current Procedural Terminology (CPT®)</a> #70450)</span> </p> </blockquote> <blockquote> <p> <b> parameter</b> </p> <p> <b> name</b> : device</p> <p> <b> value</b> : <a href="todo.html">Device/software</a> </p> </blockquote> <blockquote> <p> <b> parameter</b> </p> <p> <b> name</b> : guideline-followed</p> <p> <b> value</b> : <a href="http://someguidelineprovider.org/radiology-appropriateness-guidelines.html">http://someguidelineprovider.org/radiology-appropriateness-guidelines.html</a> </p> </blockquote> </blockquote> </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> <requestIdentifier> <system value="http://example.org"/> <value value="guidanceRequest1"/> </requestIdentifier> <identifier> <system value="http://example.org"/> <value value="guidanceResponse1"/> </identifier> <moduleUri value="http://someguidelineprovider.org/radiology-appropriateness-guidelines.html"/> <status value="success"/> <subject> <reference value="Patient/example"/> </subject> <encounter> <reference value="Encounter/example"/> </encounter> <occurrenceDateTime value="2017-03-10T16:02:00Z"/> <performer> <reference value="Device/software"/> </performer> <reasonCode> <text value="Guideline Appropriate Ordering Assessment"/> </reasonCode> <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.