-
Type:
Change Request
-
Resolution: Persuasive with Modification
-
Priority:
Medium
-
US Core (FHIR)
-
3.1.0 [deprecated]
-
Cross-Group Projects
-
Profiles and Extensions
-
2.1.1.11
-
-
Eric Haas/Jean Duteau: 5-0-2
-
Clarification
-
Non-substantive
Discussed for zulip https://chat.fhir.org/#narrow/stream/179175-argonaut/topic/token.20search.3F
1) Need clarify in search syntax page: https://build.fhir.org/ig/HL7/US-Core-R4/general-guidance.html#search-syntax that curly bracket {} means optional.
2) Update all Quick Start pages containing similar token syntax (example taken from 3.3.1.4.1)
code={[system]}|[code],{[system]}|[code],... GET [base]/Observation?patient=[reference]&code={[system]}|[code]{,{[system]}|[code],...}
To:
code={system|}[code],{system|}[code],... GET [base]/Observation?patient=[reference]&code={system|}[code]{,{system|}[code],...}
3) Clarify that while using such search syntax, server SHALL support both code, and code + system search syntax. Client SHOULD be able to query with either syntax.