Skip to content

Commit

Permalink
better outlining examples of FHIR queries
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsmits committed Apr 1, 2016
1 parent 53dc692 commit 491af80
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs_simplifier/simplifierPersonalContent.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ If you choose to add resources from a FHIR server, you can do a simple GET or a

Examples:

- To add a Patient resource with id "example" : ``http://example.org/fhir/Patient/example``
- To add all Patient resources that conform to the DAF profile: ``http://example.org/fhir/Patient/?profile=http://hl7.org/fhir/StringDefinition/daf-patient``
- To add a Patient resource with id "example" :
``http://example.org/fhir/Patient/example``
- To add all Patient resources that conform to the DAF profile:
``http://example.org/fhir/Patient?profile=http://hl7.org/fhir/StringDefinition/daf-patient``

If you add a batch of resources (via a bundle, a zip, or a search query) you can choose how to publish the resources that are part of the batch.
The following options are available:
Expand Down

0 comments on commit 491af80

Please sign in to comment.