Difference between revisions of "Extended $everything Operation"
From Hiasobi - FHIR
(One intermediate revision by the same user not shown) | |||
Line 7: | Line 7: | ||
* _until - optional extension: supports only Zulu time; end of change window | * _until - optional extension: supports only Zulu time; end of change window | ||
* _resources - optional extension: list of resource types to include in the extraction | * _resources - optional extension: list of resource types to include in the extraction | ||
− | * _history - optional extension: present as history of changes including DELETE, UPDATE requests; [true|false | + | * _history - optional extension: present as history of changes including DELETE, UPDATE requests; [true|false] |
+ | |||
+ | |||
+ | |||
+ | * Use /Metadata to get supported resource type list | ||
Latest revision as of 13:23, 13 June 2018
$everything includes extract of all supported resource types; and includes Lists for problems and current medications as default.
- _since - optional standard: supports only Zulu time; standard argument
- _until - optional extension: supports only Zulu time; end of change window
- _resources - optional extension: list of resource types to include in the extraction
- _history - optional extension: present as history of changes including DELETE, UPDATE requests; [true|false]
- Use /Metadata to get supported resource type list
Example:
https://localhost.oridashi.com.au:8102/Patient/6FA2AA1CA439ABFB38D48297E0ACC3FF.13/$everything? _resources=Patient,Organization,Location,Practitioner,Condition,Procedure,FamilyMemberHistory,MedicationStatement,MedicationRequest, Immunization,Encounter,AllergyIntolerance,DiagnosticReport,DocumentReference,Observation,ProcedureRequest,Binary& _since=2018-04-04T06:30:55Z&_until=_2018-05-04T06:30:55Z&_history=true