This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ns innovaccer | |
import #{aidbox aidbox.ops | |
fhir.Patient.search-params | |
fhir.Encounter.search-params} | |
;; here we define sever and include apis | |
server | |
{:apis #{apis aidbox/api}} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ns innovaccer | |
import #{aidbox aidbox.ops | |
fhir.Patient.search-params | |
fhir.Encounter.search-params} | |
server | |
{:apis #{apis aidbox/api}} | |
apis |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
select * from list | |
where | |
resource#>'{code,coding}' | |
@> jsonb_build_array( | |
jsonb_build_object( | |
'system', 'http://physicianslab.com/fhir/List/testing-method', | |
'code', {{params.teting-method}}), | |
jsonb_build_object( | |
'system', 'http://physicianslab.com/fhir/List/testing-category', | |
'code', {{params.teting-category}}), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:tags #{profile} | |
:title "Организация " | |
:id "urn:ru:organization" | |
:created "2021-12-05" | |
:authors ^people[niquola kogan timur] | |
:summary / |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;;; zd-mode.el --- Major mode for Zd code -*- lexical-binding: t; -*- | |
;; Copyright © 2007-2020 Jeffrey Chu, Lennart Staflin, Phil Hagelberg | |
;; Copyright © 2013-2020 Bozhidar Batsov, Artur Malabarba | |
;; | |
;; Authors: Jeffrey Chu <[email protected]> | |
;; Lennart Staflin <[email protected]> | |
;; Phil Hagelberg <[email protected]> | |
;; Bozhidar Batsov <[email protected]> | |
;; Artur Malabarba <[email protected]> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:tags #{special-tag} | |
:title "This is my document" | |
:date "????" | |
:author persons.niquola | |
:details {:key "value"} | |
:votes #{^niquola } | |
;; comment | |
:summary md/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:tags #{special-tag} | |
:title "This is my document" | |
:date "????" | |
:author persons.niquola | |
:details {:key "value"} | |
:votes #{^niquola } | |
;; comment | |
:summary md/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;;; zd-mode.el --- Major mode for Zd code -*- lexical-binding: t; -*- | |
;; Copyright © 2007-2020 Jeffrey Chu, Lennart Staflin, Phil Hagelberg | |
;; Copyright © 2013-2020 Bozhidar Batsov, Artur Malabarba | |
;; | |
;; Authors: Jeffrey Chu <[email protected]> | |
;; Lennart Staflin <[email protected]> | |
;; Phil Hagelberg <[email protected]> | |
;; Bozhidar Batsov <[email protected]> | |
;; Artur Malabarba <[email protected]> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:tags #{special-tag} | |
:title "This is my document" | |
:date "????" | |
:author persons.niquola | |
:details {:key "value"} | |
;; comment | |
:summary md/ | |
# Sub Title |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:tags #{special-tag} | |
:title "This is my document" | |
:date "????" | |
:author persons.niquola | |
:details {:key "value"} | |
;; comment | |
:summary md/ | |
## Sub Title |