HL7 / US-Core-STU3

This repository contains the US Core Implementation Guide is based on FHIR STU3 and defines the minimum conformance requirements for accessing patient data. For the Continuous Integration Build of the US Core Implementation Guide use the following link:
http://build.fhir.org/ig/HL7/US-Core
6 stars 9 forks source link

Add Allowable combos of search params to conformance statements #7

Closed Healthedata1 closed 7 years ago

Healthedata1 commented 7 years ago

see http://build.fhir.org/extension-capabilitystatement-search-parameter-combination.html

Healthedata1 commented 7 years ago

For example by patient +category + date for observation

or GET /CarePlan?patient=[id]&category=assess-plan&date=[date] is an example of a combination of two search parameters

 extension
    extension = "required"
     valueString = patient
   extension = "required"
    valueString = category
   extension = "required"
    valueString = code
   extension = "required"
    valueString = date
Healthedata1 commented 7 years ago

done