FHIR Chat · Including text field within GuidanceResponse/CDSS service · implementers

Stream: implementers

Topic: Including text field within GuidanceResponse/CDSS service


view this post on Zulip albertomorenoconde . (Oct 30 2017 at 12:51):

Dear all,

This is my first post to the FHIR community and I would require your help with the use of text field as part the Clinical decision support service response.

We are developing a system based on FHIR for stroke patient decision support in our hospital. We are developing a FHIR Clinical decision support service based on the STU 3.0. specification but we are unsure about how include the human readible text within the GuidanceResponse. We developed our specification based on the FHIR specification website but our outsourced development company claims that the provided XML schema doesn't satisfy the HAPI FHIR opensource API.

Please could you check if our proposed XML example is correct? As you can see here it applies the Text field within (parameter/parameters/contained/GuidanceResponse) structure:

  • <GuidanceResponse>
    - <contained>
    - <Parameters>
    <id>outputParameters1</id>
    - <parameter>
    <name>response</name>
    <valueString>It is required fibrinolosis</valueString>
    </parameter>
    - <parameter>
    <name>result1</name>
    - <text>
    <status>Rule satisfied</status>
    - <div>
    <p>Patient with stroke</p>
    </div>
    </text>
    </parameter>

view this post on Zulip Lloyd McKenzie (Oct 30 2017 at 18:47):

How are you pointing to the Parameters instance from within GuidanceResponse? (Contained resources need to be pointed to by a reference in the containing resource)

view this post on Zulip Bryn Rhodes (Nov 01 2017 at 03:40):

Yes, there is an outputParameters element that you point to the contained Parameters: http://hl7.org/fhir/guidanceresponse-example.xml.html


Last updated: Apr 12 2022 at 19:14 UTC