FHIR R4 Symptoms Implementation Guide
1.0.0-ballot - STU 1 Ballot International flag

FHIR R4 Symptoms Implementation Guide, published by HL7 International / Clinical Interoperability Council. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-symptoms-ig/ and changes regularly. See the Directory of published versions

Exchange Patterns

Page standards status: Informative

Overview

This guide presumes that systems that are exchange symptom data shall do so using the FHIR RESTful API.

Symptoms Recording

Symptoms and Absent Symptoms SHALL be recorded using the CREATE and UPDATE interactions.

If a Symptom was recorded with a pre-coordinated concept or text, the original concept SHALL be sent as an additional Coding with the userSelected element set to 'true' or as CodeableConcept.text. This would be in addition to the post-coordinated set of terms that are sent in the Symptoms profile.

Symptoms Reading

Symptoms and Absent Symptoms SHALL be retrieved using the READ interaction.

Symptoms Searching

Systems SHALL allow for Symptoms and Absent Symptoms to be searched for using the SEARCH interaction with the following search parameters:

  • category - searching for observations that are of category symptoms, i.e. all symptoms and absent symptoms
  • patient - searching for a specific patient
  • code - searching for observations that are either a symptom (LOINC code 75325-1) or an absent symptom (LOINC code 111551-8)
  • code-value-concept - searching for whether a patient has or does not have a specific symptom
  • date - searching for a symptom that happened on a certain date