forked from FHIR/ig-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fhir-ig-list.json
7524 lines (7524 loc) · 298 KB
/
fhir-ig-list.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"guides" : [
{
"name" : "US Core",
"category" : "National Base",
"npm-name" : "hl7.fhir.us.core",
"description" : "Base US national implementation guide",
"authority" : "HL7",
"product" : ["fhir"],
"country" : "us",
"language" : ["en"],
"implementations" : [
{
"name" : "Test Server",
"type" : "server",
"url" : "http://test.fhir.org"
},
{
"name" : "Source Code",
"type" : "source",
"url" : "https://github.com/HealthIntersections/fhirserver"
}
],
"history" : "http://hl7.org/fhir/us/core/history.html",
"canonical" : "http://hl7.org/fhir/us/core",
"ci-build" : "http://build.fhir.org/ig/HL7/US-Core",
"analysis" : {
"content" : true,
"rest" : true,
"documents" : true,
"clinicalCore" : true,
"medsMgmt" : true,
"profiles" : 42,
"extensions" : 5,
"operations" : 1,
"valuesets" : 31,
"codeSystems" : 4,
"examples" : 111
},
"editions" : [
{
"name" : "STU7",
"ig-version" : "7.0.0",
"package" : "hl7.fhir.us.core#7.0.0",
"fhir-version" : ["4.0.1"],
"url" : "http://hl7.org/fhir/us/core/STU7"
}
]
},
{
"name" : "AU Base",
"category" : "National Base",
"npm-name" : "hl7.fhir.au.base",
"description" : "AU Base implementation guide provides support for the use of FHIR®© in an Australian context.",
"authority" : "HL7",
"product" : ["fhir"],
"country" : "au",
"language" : ["en"],
"history" : "http://hl7.org.au/fhir/history.html",
"canonical" : "http://hl7.org.au/fhir",
"ci-build" : "http://build.fhir.org/ig/hl7au/au-fhir-base",
"editions" : [
{
"name" : "Preview",
"ig-version" : "4.2.1-preview",
"package" : "hl7.fhir.au.base#4.2.1-preview",
"fhir-version" : ["4.0.1"],
"url" : "http://hl7.org.au/fhir/4.2.1-preview"
}
],
"analysis" : {
"error" : "JsonObject"
}
},
{
"name" : "AU Core",
"category" : "National Base",
"npm-name" : "hl7.fhir.au.core",
"description" : "AU Core implementation guide provides support for the use of FHIR®© in an Australian context, and defines the minimum set of constraints on the FHIR resources to create the AU Core profiles.",
"authority" : "HL7",
"product" : ["fhir"],
"country" : "au",
"language" : ["en"],
"history" : "http://hl7.org.au/fhir/core/history.html",
"canonical" : "http://hl7.org.au/fhir/core",
"ci-build" : "http://build.fhir.org/ig/hl7au/au-fhir-core",
"editions" : [
{
"name" : "Preview",
"ig-version" : "0.4.0-preview",
"package" : "hl7.fhir.au.core#0.4.0-preview",
"fhir-version" : ["4.0.1"],
"url" : "http://hl7.org.au/fhir/core/0.4.0-preview"
}
],
"analysis" : {
"error" : "JsonObject"
}
},
{
"name" : "NZ Base",
"category" : "National Base",
"npm-name" : "fhir.org.nz.ig.base",
"description" : "Base New Zealand national implementation guide",
"authority" : "HL7",
"product" : ["fhir"],
"country" : "nz",
"language" : ["en"],
"canonical" : "http://fhir.org.nz/ig/base",
"history" : "https://fhir.org.nz/ig/base/package-list.json",
"ci-build" : "http://build.fhir.org/ig/HL7NZ/nzbase/branches/master/index.html",
"editions" : [
{
"name" : "Release 3",
"ig-version" : "3.0.0",
"package" : "fhir.org.nz.ig.base#3.0.0",
"fhir-version" : ["4.0.1"],
"url" : "http://fhir.org.nz/ig/base"
}
],
"analysis" : {
"error" : "Error fetching package directly (http://fhir.org.nz/ig/base/1.0.0/package.tgz), or fetching package list for fhir.org.nz.ig.base from http://fhir.org.nz/ig/base/package-list.json: Unable to fetch: Invalid HTTP response 404 from https://fhir.org.nz/ig/base/1.0.0/package.tgz (Not Found) (content in /var/folders/85/j9nrkr152ds51j69d7nrxq7r0000gn/T/fhir-http-6.log)"
}
},
{
"name" : "CCDA on FHIR",
"category" : "Clinical Documents",
"npm-name" : "hl7.fhir.us.ccda",
"description" : "US Realm Implementation Guide (IG) addressing the key aspects of Consolidated CDA (C-CDA) required for Meaningful Use (MU). This IG focuses on the clinical document header and narrative constraints necessary for human readability, and references the Data Access Framework (DAF) implementation guide for coded data representation",
"authority" : "HL7",
"product" : ["fhir"],
"country" : "us",
"language" : ["en"],
"history" : "http://hl7.org/fhir/us/ccda/history.html",
"canonical" : "http://hl7.org/fhir/us/ccda",
"ci-build" : "http://build.fhir.org/ig/HL7/ccda-on-fhir",
"analysis" : {
"content" : true,
"rest" : true,
"profiles" : 12,
"extensions" : 8,
"valuesets" : 10,
"examples" : 32
},
"editions" : [
{
"name" : "STU 1",
"ig-version" : "1.2.0",
"package" : "hl7.fhir.us.ccda#1.2.0",
"fhir-version" : ["4.0.1"],
"url" : "http://hl7.org/fhir/us/ccda/STU1.2"
}
]
},
{
"name" : "SDC (Structured Data Capture)",
"category" : "Forms Management",
"npm-name" : "hl7.fhir.uv.sdc",
"description" : "Defines expectations for sharing of Questionnaires and answers, including mechanisms for automatically populating portions of a questionnaire based on embedded mappings to underlying data elements",
"authority" : "HL7",
"product" : ["fhir"],
"country" : "uv",
"language" : ["en"],
"history" : "http://hl7.org/fhir/us/sdc/history.html",
"canonical" : "http://hl7.org/fhir/uv/sdc",
"ci-build" : "http://build.fhir.org/ig/HL7/sdc",
"analysis" : {
"content" : true,
"rest" : true,
"clinicalCore" : true,
"carePlanning" : true,
"questionnaire" : true,
"profiles" : 26,
"extensions" : 42,
"logicals" : 2,
"operations" : 7,
"valuesets" : 9,
"codeSystems" : 7,
"examples" : 48
},
"editions" : [
{
"name" : "STU 3",
"ig-version" : "3.0.0",
"package" : "hl7.fhir.uv.sdc#3.0.0",
"fhir-version" : ["4.0.1"],
"url" : "http://hl7.org/fhir/uv/sdc/STU3"
},
{
"name" : "STU 2",
"ig-version" : "2.0.0",
"package" : "hl7.fhir.uv.sdc#2.0.0",
"fhir-version" : ["3.0.1"],
"url" : "http://hl7.org/fhir/us/sdc/STU2"
},
{
"name" : "DSTU 1",
"ig-version" : "1.0.2",
"package" : "hl7.fhir.uv.sdc#1.0.2",
"fhir-version" : ["1.0.2"],
"url" : "http://hl7.org/fhir/DSTU2/sdc/sdc.html"
}
]
},
{
"name" : "SDC Data Elements Registry",
"category" : "Forms Management",
"npm-name" : "hl7.fhir.us.sdcde",
"description" : "Defines expectations for sharing of data elements between registries",
"authority" : "HL7",
"product" : ["fhir"],
"country" : "us",
"language" : ["en"],
"history" : "http://hl7.org/fhir/us/sdcde/history.html",
"canonical" : "http://hl7.org/fhir/us/sdcde",
"ci-build" : "http://build.fhir.org/ig/HL7/sdc-de",
"analysis" : {
"error" : "Unable to resolve package id hl7.fhir.us.sdcde#1.0.2"
},
"editions" : [
{
"name" : "STU 2",
"ig-version" : "2.0",
"package" : "hl7.fhir.us.sdcde#2.0",
"fhir-version" : ["3.0.1"],
"url" : "http://hl7.org/fhir/us/sdcde/STU2"
},
{
"name" : "STU 1",
"ig-version" : "1.0.2",
"package" : "hl7.fhir.us.sdcde#1.0.2",
"fhir-version" : ["1.0.2"],
"url" : "http://hl7.org/fhir/DSTU2/sdcde/sdcde.html"
}
]
},
{
"name" : "US Lab",
"category" : "Diagnostics",
"npm-name" : "hl7.fhir.us.lab",
"description" : "US Realm Laboratory ordering and reporting between ambulatory care setting and the laboratory and laboratory reporting to public health jurisdictions",
"authority" : "HL7",
"product" : ["fhir"],
"country" : "us",
"language" : ["en"],
"editions" : [
{
"name" : "DSTU2",
"ig-version" : "n/a",
"package" : "hl7.fhir.us.lab#n/a",
"fhir-version" : ["1.0.2"],
"url" : "http://hl7.org/fhir/DSTU2/uslab/uslab.html"
}
],
"analysis" : {
"error" : "Unable to resolve package id hl7.fhir.us.lab#n/a"
}
},
{
"name" : "DAF",
"category" : "EHR Access",
"npm-name" : "hl7.fhir.us.daf",
"description" : "Basic arrangements for accessing meaningful use data from EHR systems **NOTE: DAF has been superseded by Argonaut, DAF-Research and US-Core**",
"authority" : "HL7",
"product" : ["fhir"],
"country" : "us",
"language" : ["en"],
"history" : "http://hl7.org/fhir/us/daf/history.html",
"canonical" : "http://hl7.org/fhir/us/daf",
"ci-build" : "http://build.fhir.org/ig/HL7/daf-research",
"analysis" : {
"content" : true,
"rest" : true,
"clinicalCore" : true,
"carePlanning" : true,
"profiles" : 5,
"extensions" : 2,
"operations" : 3,
"valuesets" : 2,
"codeSystems" : 2
},
"editions" : [
{
"name" : "STU 2",
"ig-version" : "2.0.0",
"package" : "hl7.fhir.us.daf#2.0.0",
"fhir-version" : ["3.0.1"],
"url" : "http://hl7.org/fhir/us/daf-research/STU2"
},
{
"name" : "DSTU 1",
"ig-version" : "1.0.2",
"package" : "hl7.fhir.us.daf#1.0.2",
"fhir-version" : ["1.0.2"],
"url" : "http://hl7.org/fhir/DSTU2/daf/daf.html"
}
]
},
{
"name" : "Argonaut Data Query",
"category" : "EHR Access",
"npm-name" : "fhir.argonaut.r2",
"description" : "This implementation guide is based upon DSTU2 FHIR standard and covers the US EHR data access for the ONC Common Clinical Data Set and retrieval of static documents",
"authority" : "Argonaut (US)",
"product" : ["fhir"],
"country" : "us",
"language" : ["en"],
"history" : "http://www.fhir.org/guides/argonaut/r2/history.html",
"ci-build" : "http://build.fhir.org/ig/argonautproject/data-query",
"canonical" : "http://fhir.org/guides/argonaut/r2",
"editions" : [
{
"name" : "First Release",
"ig-version" : "1.0.0",
"package" : "fhir.argonaut.r2#1.0.0",
"fhir-version" : ["1.0.2"],
"url" : "http://fhir.org/guides/argonaut/r2/1.0"
}
],
"analysis" : {
"content" : true,
"rest" : true,
"documents" : true,
"clinicalCore" : true,
"medsMgmt" : true,
"profiles" : 17,
"extensions" : 5,
"operations" : 1,
"valuesets" : 25
}
},
{
"name" : "HSPC EHR Guide",
"category" : "EHR Access",
"npm-name" : "fhir.hspc.core",
"description" : "Builds on Argonaut to make agreements around consistent data (in progress)",
"authority" : "HSPC (USA)",
"product" : ["fhir"],
"country" : "us",
"language" : ["en"],
"history" : "http://fhir.org/guides/hspc/core/history.html",
"canonical" : "http://fhir.org/guides/hspc/core",
"ci-build" : "http://build.fhir.org/ig/hspc/core",
"editions" : [],
"analysis" : {
}
},
{
"name" : "US Meds Maturity Project",
"category" : "Medications / Immunizations",
"npm-name" : "hl7.fhir.us.meds",
"description" : "US Meds Maturity Project: promote consistent use of the FHIR pharmacy resources in the US Realm",
"authority" : "HL7",
"product" : ["fhir"],
"country" : "us",
"language" : ["en"],
"history" : "http://hl7.org/fhir/us/meds/history.html",
"canonical" : "http://hl7.org/fhir/us/meds",
"ci-build" : "http://build.fhir.org/ig/HL7/FHIR-ONC-Meds",
"analysis" : {
"content" : true,
"rest" : true,
"clinicalCore" : true,
"medsMgmt" : true,
"profiles" : 2
},
"editions" : [
{
"name" : "STU 2",
"ig-version" : "1.2.0",
"package" : "hl7.fhir.us.meds#1.2.0",
"fhir-version" : ["3.0.1"],
"url" : "http://hl7.org/fhir/us/meds/STU2"
},
{
"name" : "STU 1",
"ig-version" : "1.0.0",
"package" : "hl7.fhir.us.meds#1.0.0",
"fhir-version" : ["3.0.1"],
"url" : "http://hl7.org/fhir/us/meds/STU1"
}
]
},
{
"name" : "QICore",
"category" : "Quality / CDS",
"npm-name" : "hl7.fhir.us.qicore",
"description" : "QICore defines a uniform way for quality measurement and decision support knowledge to refer to clinical data. The profiles align as much as possible with DAF and incorporate content from the (Quality Data Model) and the (Virtual Medical Record) specifications",
"authority" : "HL7",
"product" : ["fhir"],
"country" : "us",
"language" : ["en"],
"history" : "http://hl7.org/fhir/us/qicore/history.html",
"canonical" : "http://hl7.org/fhir/us/qicore",
"ci-build" : "http://build.fhir.org/ig/HL7/fhir-qi-core",
"analysis" : {
"content" : true,
"clinicalCore" : true,
"carePlanning" : true,
"financials" : true,
"medsMgmt" : true,
"diagnostics" : true,
"profiles" : 51,
"extensions" : 8,
"valuesets" : 21,
"codeSystems" : 5,
"examples" : 66
},
"editions" : [
{
"name" : "STU7 (v7.0.0) Ballot",
"ig-version" : "7.0.0-ballot",
"package" : "hl7.fhir.us.qicore#7.0.0-ballot",
"fhir-version" : ["4.0.1"],
"url" : "http://hl7.org/fhir/us/qicore/2024Sep"
}
]
},
{
"name" : "DAF-Research",
"category" : "Research",
"npm-name" : "hl7.fhir.us.daf-research",
"description" : "DAF-Research IG focuses on enabling researchers to access data from multiple organizations",
"authority" : "HL7",
"product" : ["fhir"],
"country" : "us",
"language" : ["en"],
"history" : "http://hl7.org/fhir/us/daf/history.html",
"canonical" : "http://hl7.org/fhir/us/daf",
"ci-build" : "http://build.fhir.org/ig/HL7/daf-research",
"editions" : [
{
"name" : "STU",
"ig-version" : "2.0.0",
"package" : "hl7.fhir.us.daf-research#2.0.0",
"fhir-version" : ["3.0.1"],
"url" : "http://hl7.org/fhir/us/daf-research"
}
],
"analysis" : {
"error" : "Unable to resolve package id hl7.fhir.us.daf-research#2.0.0"
}
},
{
"name" : "US HAI",
"category" : "Public Health",
"npm-name" : "hl7.fhir.us.hai",
"description" : "Specifies standards for electronic submission of Healthcare Associated Infection (HAI) reports to the National Healthcare Safety Network (NHSN) of the Centers for Disease Control and Prevention (CDC)",
"authority" : "HL7",
"product" : ["fhir"],
"country" : "us",
"language" : ["en"],
"history" : "http://hl7.org/fhir/us/hai/history.html",
"canonical" : "http://hl7.org/fhir/us/hai",
"ci-build" : "http://build.fhir.org/ig/HL7/HAI",
"analysis" : {
"content" : true,
"questionnaire" : true,
"profiles" : 4,
"valuesets" : 15,
"codeSystems" : 2
},
"editions" : [
{
"name" : "STU2",
"ig-version" : "2.1.0",
"package" : "hl7.fhir.us.hai#2.1.0",
"fhir-version" : ["4.0.1"],
"url" : "http://hl7.org/fhir/us/hai/STU2.1"
}
]
},
{
"name" : "US Breast Cancer Data",
"category" : "Diagnostics",
"npm-name" : "hl7.fhir.us.breastcancer",
"description" : "Logical models and FHIR profiles for supporting breast cancer staging estimation, including the traditional three-component staging involving primary tumor classification, regional lymph nodes and distant metastases, as well as other factors important to prognosis and recurrence risk, such as tumor grade, hormone receptor status (progesterone and estrogen), as well as human epidermal growth factor 2 (HER 2) status",
"authority" : "HL7",
"product" : ["fhir"],
"country" : "us",
"language" : ["en"],
"history" : "http://hl7.org/fhir/us/breastcancer/history.html",
"canonical" : "http://hl7.org/fhir/us/breastcancer",
"ci-build" : "http://build.fhir.org/ig/HL7/us-breastcancer",
"analysis" : {
"content" : true,
"clinicalCore" : true,
"medsMgmt" : true,
"diagnostics" : true,
"profiles" : 57,
"extensions" : 46,
"logicals" : 260,
"valuesets" : 35,
"codeSystems" : 9
},
"editions" : [
{
"name" : "STU 1 Draft",
"ig-version" : "0.2.0",
"package" : "hl7.fhir.us.breastcancer#0.2.0",
"fhir-version" : ["3.0.1"],
"url" : "http://hl7.org/fhir/us/breastcancer/2018Sep"
}
]
},
{
"name" : "Genomics Reporting",
"category" : "Diagnostics",
"npm-name" : "hl7.fhir.uv.genomics-reporting",
"description" : "This implementation guide tries to provide guidance that will enable improved interoperable and computable sharing of genetic testing results",
"authority" : "HL7",
"product" : ["fhir"],
"country" : "uv",
"language" : ["en"],
"history" : "http://hl7.org/fhir/uv/genomics-reporting/history.html",
"canonical" : "http://hl7.org/fhir/uv/genomics-reporting",
"ci-build" : "http://build.fhir.org/ig/HL7/genomics-reporting",
"analysis" : {
"content" : true,
"clinicalCore" : true,
"carePlanning" : true,
"profiles" : 18,
"extensions" : 4,
"operations" : 1,
"valuesets" : 10,
"codeSystems" : 3,
"examples" : 65
},
"editions" : [
{
"name" : "STU 3 Ballot",
"ig-version" : "3.0.0-ballot",
"package" : "hl7.fhir.uv.genomics-reporting#3.0.0-ballot",
"fhir-version" : ["4.0.1"],
"url" : "http://hl7.org/fhir/uv/genomics-reporting/2024Jan"
}
]
},
{
"name" : "Argonaut Provider Directory",
"category" : "Administration",
"npm-name" : "fhir.argonaut.pd",
"description" : "This implementation guide is based upon STU3 FHIR standard and outlines the key data elements for any provider directory and basic query guidance. The components developed in this guide are intended to provide a foundation for a central or distributed Provider or Healthcare Directory",
"authority" : "Argonaut (US)",
"product" : ["fhir"],
"country" : "us",
"language" : ["en"],
"history" : "http://www.fhir.org/guides/argonaut/pd/history.html",
"ci-build" : "http://build.fhir.org/ig/argonautproject/provider-directory",
"canonical" : "http://fhir.org/guides/argonaut/pd",
"editions" : [
{
"name" : "Release 1",
"ig-version" : "1.0.0",
"package" : "fhir.argonaut.pd#1.0.0",
"fhir-version" : ["3.0.1"],
"url" : "http://fhir.org/guides/argonaut/pd/release1"
}
],
"analysis" : {
"error" : "Unknown FHIRVersion code 'STU3'"
}
},
{
"name" : "Argonaut Scheduling",
"category" : "Administration",
"npm-name" : "fhir.argonaut.scheduling",
"description" : "This implementation guide is based upon STU3 FHIR standard and provides FHIR RESTful APIs and guidance for access to and booking of appointments for patients by both patient and practitioner end users",
"authority" : "Argonaut (US)",
"product" : ["fhir"],
"country" : "us",
"language" : ["en"],
"history" : "http://www.fhir.org/guides/argonaut/scheduling/history.html",
"ci-build" : "http://build.fhir.org/ig/argonautproject/scheduling",
"canonical" : "http://fhir.org/guides/argonaut/scheduling",
"editions" : [
{
"name" : "First Release",
"ig-version" : "1.0.0",
"package" : "fhir.argonaut.scheduling#1.0.0",
"fhir-version" : ["3.0.1"],
"url" : "http://fhir.org/guides/argonaut/scheduling/release1"
}
],
"analysis" : {
"content" : true,
"rest" : true,
"financials" : true,
"scheduling" : true,
"profiles" : 7,
"extensions" : 4,
"operations" : 4,
"valuesets" : 7,
"codeSystems" : 3
}
},
{
"name" : "International Patient Summary",
"category" : "Patient Summary",
"npm-name" : "hl7.fhir.uv.ips",
"description" : "The International Patient Summary (IPS) is a minimal and non-exhaustive patient summary, specialty-agnostic, condition-independent, but readily usable by clinicians for the cross-border unscheduled care of a patient",
"authority" : "HL7",
"product" : ["fhir"],
"country" : "uv",
"language" : ["en"],
"history" : "http://hl7.org/fhir/uv/ips/history.html",
"canonical" : "http://hl7.org/fhir/uv/ips",
"ci-build" : "http://build.fhir.org/ig/HL7/fhir-ips",
"analysis" : {
"content" : true,
"clinicalCore" : true,
"medsMgmt" : true,
"diagnostics" : true,
"profiles" : 33,
"extensions" : 1,
"valuesets" : 44,
"codeSystems" : 1,
"examples" : 33
},
"editions" : [
{
"name" : "STU 2 Ballot",
"ig-version" : "2.0.0-ballot",
"package" : "hl7.fhir.uv.ips#2.0.0-ballot",
"fhir-version" : ["4.0.1"],
"url" : "http://hl7.org/fhir/uv/ips/2024Sep"
}
]
},
{
"name" : "IHE Patient Demographics Query for Mobile (PDQm)",
"category" : "Administration",
"npm-name" : "ihe.iti.pdqm",
"description" : "Defines a lightweight RESTful interface to a patient demographics supplier leveraging technologies readily available to mobile applications and lightweight browser based applications",
"authority" : "IHE",
"product" : ["fhir"],
"country" : "uv",
"language" : ["en"],
"history" : "http://profiles.ihe.net/ITI/PDQm/history.html",
"ci-build" : "http://build.fhir.org/ig/IHE/ITI.PDQm/branches/main",
"canonical" : "https://profiles.ihe.net/ITI/PDQm",
"analysis" : {
"content" : true,
"rest" : true,
"clinicalCore" : true,
"profiles" : 3,
"examples" : 4
},
"editions" : [
{
"name" : "Publication",
"ig-version" : "3.0.0",
"package" : "ihe.iti.pdqm#3.0.0",
"fhir-version" : ["4.0.1"],
"url" : "https://profiles.ihe.net/ITI/PDQm/3.0.0"
}
]
},
{
"name" : "IHE Patient Identifier Cross-referencing for Mobile (PIXm)",
"category" : "Administration",
"npm-name" : "ihe.iti.pixm",
"description" : "Defines a lightweight RESTful interface to a Patient Identifier Cross-reference Manager, leveraging technologies readily available to mobile applications and lightweight browser based applications",
"authority" : "IHE",
"product" : ["fhir"],
"country" : "uv",
"history" : "https://profiles.ihe.net/ITI/PIXm/history.html",
"language" : ["en"],
"canonical" : "https://profiles.ihe.net/ITI/PIXm",
"ci-build" : "http://build.fhir.org/ig/IHE/ITI.PIXm",
"analysis" : {
"content" : true,
"rest" : true,
"clinicalCore" : true,
"profiles" : 8,
"operations" : 1,
"examples" : 17
},
"editions" : [
{
"name" : "Publication",
"ig-version" : "3.0.4",
"package" : "ihe.iti.pixm#3.0.4",
"fhir-version" : ["4.0.1"],
"url" : "https://profiles.ihe.net/ITI/PIXm/3.0.4"
}
]
},
{
"name" : "IHE Patient Master Identity Registry (PMIR)",
"category" : "Administration",
"npm-name" : "ihe.iti.pmir",
"description" : "Supports the creating, updating and deprecating of patient master identity information about a subject of care, as well as subscribing to these changes, using the HL7 FHIR standard and its RESTful transactions. In PMIR, “patient identity” information includes all information found in the FHIR Patient Resource such as identifier, name, phone, gender, birth date, address, marital status, photo, others to contact, preference for language, general practitioner, and links to other instances of identities. The “patient master identity” is a dominant identity managed centrally among many participating organizations (a.k.a., “Golden Patient Identity”).",
"authority" : "IHE",
"product" : ["fhir"],
"country" : "uv",
"language" : ["en"],
"history" : "https://profiles.ihe.net/ITI/PMIR/history.html",
"analysis" : {
"error" : "Error fetching package directly (https://profiles.ihe.net/ITI/PMIR/0.1.0/package.tgz), or fetching package list for ihe.iti.pmir from https://profiles.ihe.net/ITI/PMIR/package-list.json: Unable to fetch: Invalid HTTP response 404 from https://profiles.ihe.net/ITI/PMIR/0.1.0/package.tgz (Not Found) (content in /var/folders/85/j9nrkr152ds51j69d7nrxq7r0000gn/T/fhir-http-23.log)"
},
"ci-build" : "http://build.fhir.org/ig/IHE/ITI.PMIR/branches/master/index.html",
"canonical" : "https://profiles.ihe.net/ITI/PMIR",
"editions" : [
{
"name" : "Publication",
"ig-version" : "1.5.0",
"package" : "ihe.iti.pmir#1.5.0",
"fhir-version" : ["4.0.1"],
"url" : "https://profiles.ihe.net/ITI/PMIR/1.5.0"
},
{
"name" : "Publication",
"ig-version" : "1.3.0",
"package" : "ihe.iti.pmir#1.3.0",
"fhir-version" : ["4.0.1"],
"url" : "https://www.ihe.net/wp-content/uploads/uploadedFiles/Documents/ITI/IHE_ITI_Suppl_PMIR_Rev1-3_TI_2020-12-11.pdf"
}
]
},
{
"name" : "IHE FHIR AuditEvent query and feed to ATNA",
"category" : "Security",
"npm-name" : "ihe.iti.atna",
"description" : "Enable audit log recording (feed) and access to ATNA Audit Repository queries using FHIR AuditEvent resource",
"authority" : "IHE",
"product" : ["fhir"],
"country" : "uv",
"language" : ["en"],
"history" : "https://wiki.ihe.net/index.php/Audit_Trail_and_Node_Authentication",
"canonical" : "https://wiki.ihe.net/index.php/Audit_Trail_and_Node_Authentication",
"editions" : [
{
"name" : "R4 Trial-Implementation",
"ig-version" : "0.2.0",
"package" : "ihe.iti.atna#0.2.0",
"fhir-version" : ["4.0.1"],
"url" : "https://wiki.ihe.net/index.php/Audit_Trail_and_Node_Authentication"
}
],
"analysis" : {
"error" : "Unable to resolve package id ihe.iti.atna#0.2.0"
}
},
{
"name" : "IHE Mobile Alert Communication Management(mACM)",
"category" : "Communications",
"npm-name" : "ihe.iti.macm",
"description" : "Provides the infrastructural components needed to send short, unstructured text alerts to human recipients and can record the outcomes of any human interactions upon receipt of the alert. ",
"authority" : "IHE",
"product" : ["fhir"],
"country" : "uv",
"language" : ["en"],
"history" : "http://wiki.ihe.net/index.php/Mobile_Alert_Communication_Management(mACM)",
"canonical" : "http://wiki.ihe.net/index.php/Mobile_Alert_Communication_Management(mACM)",
"editions" : [
{
"name" : "R4 Trial-Implementation",
"ig-version" : "0.2.0",
"package" : "ihe.iti.macm#0.2.0",
"fhir-version" : ["4.0.1"],
"url" : "http://wiki.ihe.net/index.php/Mobile_Alert_Communication_Management(mACM)"
}
],
"analysis" : {
"error" : "Unable to resolve package id ihe.iti.macm#0.2.0"
}
},
{
"name" : "IHE Mobile Cross-Enterprise Document Data Element Extraction (mXDE)",
"category" : "Clinical Documents",
"npm-name" : "ihe.iti.mxde",
"description" : "Provides the means to access data elements extracted from shared structured documents",
"authority" : "IHE",
"product" : ["fhir"],
"country" : "uv",
"language" : ["en"],
"history" : "http://wiki.ihe.net/index.php/Mobile_Cross-Enterprise_Document_Data_Element_Extraction",
"analysis" : {
"error" : "Unable to resolve package id ihe.iti.mxde#0.1.2"
},
"canonical" : "https://profiles.ihe.net/ITI/mXDE",
"ci-build" : "http://build.fhir.org/ig/IHE/ITI.mXDE/branches/master/index.html",
"editions" : [
{
"name" : "Publication",
"ig-version" : "1.3.0",
"package" : "ihe.iti.mxde#1.3.0",
"fhir-version" : ["4.0.1"],
"url" : "https://profiles.ihe.net/ITI/mXDE/1.3.0"
}
]
},
{
"name" : "IHE Query for Existing Data for Mobile (QEDm)",
"category" : "EHR Access",
"npm-name" : "ihe.pcc.qedm",
"description" : "Supports queries for clinical data elements, including observations, allergy and intolerances, conditions, diagnostic results, medications, immunizations, procedures, encounters and provenance by making the information widely available to other systems within and across enterprises",
"authority" : "IHE",
"product" : ["fhir"],
"country" : "uv",
"language" : ["en"],
"history" : "http://wiki.ihe.net/index.php/Query_for_Existing_Data_for_Mobile",
"analysis" : {
"error" : "Unable to resolve package id ihe.pcc.qedm#0.2.1"
},
"canonical" : "https://profiles.ihe.net/PCC/QEDm",
"ci-build" : "http://build.fhir.org/ig/IHE/PCC.QEDm/branches/master/index.html",
"editions" : [
{
"name" : "Publication Ballot",
"ig-version" : "3.0.0-comment1",
"package" : "ihe.pcc.qedm#3.0.0-comment1",
"fhir-version" : ["4.0.1"],
"url" : "https://profiles.ihe.net/PCC/QEDm/3.0.0-comment1"
}
]
},
{
"name" : "IHE Non-Patient File Sharing (NPFS)",
"category" : "Administration",
"npm-name" : "ihe.iti.npfs",
"description" : "Defines how to enable the sharing of non-patient files such as workflow definitions, privacy policies, blank forms, and stylesheets",
"authority" : "IHE",
"product" : ["fhir"],
"country" : "uv",
"language" : ["en"],
"history" : "http://wiki.ihe.net/index.php/Non-patient_File_Sharing_(NPFS)",
"analysis" : {
"error" : "Unable to resolve package id ihe.iti.npfs#0.2.0"
},
"canonical" : "https://profiles.ihe.net/ITI/NPFS",
"ci-build" : "http://build.fhir.org/ig/IHE/ITI.NPFS/branches/master/index.html",
"editions" : [
{
"name" : "Publication",
"ig-version" : "2.2.0",
"package" : "ihe.iti.npfs#2.2.0",
"fhir-version" : ["4.0.1"],
"url" : "https://profiles.ihe.net/ITI/NPFS/2.2.0"
}
]
},
{
"name" : "IHE Standardized Operational Log of Events (SOLE)",
"category" : "Administration",
"npm-name" : "ihe.rad.sole",
"description" : "Defines a way to exchange information about events that can then be collected and displayed using standard methods",
"authority" : "IHE",
"product" : ["fhir"],
"country" : "uv",
"language" : ["en"],
"history" : "http://wiki.ihe.net/index.php/Standardized_Operational_Log_of_Events",
"canonical" : "http://wiki.ihe.net/index.php/Standardized_Operational_Log_of_Events",
"editions" : [
{
"name" : "STU3 Trial-Implementation",
"ig-version" : "0.1.0",
"package" : "ihe.rad.sole#0.1.0",
"fhir-version" : ["3.0.1"],
"url" : "http://wiki.ihe.net/index.php/Standardized_Operational_Log_of_Events"
}
],
"analysis" : {
"error" : "Unable to resolve package id ihe.rad.sole#0.1.0"
}
},
{
"name" : "IHE Mobile Medication Administration (MMA)",
"category" : "Medications / Immunizations",
"npm-name" : "ihe.pharm.mma",
"description" : "Defines the integration between healthcare systems and mobile (or any other) clients using RESTful web services. This allows connecting EHRs with smartphones, smart pill boxes, and other personal or professional devices",
"authority" : "IHE",
"product" : ["fhir"],
"country" : "uv",
"language" : ["en"],
"history" : "http://wiki.ihe.net/index.php/Mobile_Medication_Administration",
"canonical" : "http://wiki.ihe.net/index.php/Mobile_Medication_Administration",
"editions" : [
{
"name" : "STU3 Trial-Implementation",
"ig-version" : "0.1.0",
"package" : "ihe.pharm.mma#0.1.0",
"fhir-version" : ["3.0.1"],
"url" : "http://wiki.ihe.net/index.php/Mobile_Medication_Administration"
}
],
"analysis" : {
"error" : "Unable to resolve package id ihe.pharm.mma#0.1.0"
}
},
{
"name" : "IHE Uniform Barcode Processing (UBP)",
"category" : "Medications / Immunizations",
"npm-name" : "ihe.pharm.ubp",
"description" : "Uniform Barcode Processing for Medications",
"authority" : "IHE",
"product" : ["fhir"],
"country" : "uv",
"language" : ["en"],
"history" : "http://wiki.ihe.net/index.php/Uniform_Barcode_Processing",
"canonical" : "http://wiki.ihe.net/index.php/Uniform_Barcode_Processing",
"editions" : [
{
"name" : "STU3 Trial-Implementation",
"ig-version" : "0.1.0",
"package" : "ihe.pharm.ubp#0.1.0",
"fhir-version" : ["3.0.1"],
"url" : "http://wiki.ihe.net/index.php/Uniform_Barcode_Processing"
}
],
"analysis" : {
"error" : "Unable to resolve package id ihe.pharm.ubp#0.1.0"
}
},
{
"name" : "IHE Mobile Retrieve Form for Data Capture (mRFD)",
"category" : "Forms Management",
"npm-name" : "ihe.qrph.mrfd",
"description" : "Provides a method for gathering data within a user’s current application to meet the requirements of an external system. mRFD supports RESTful retrieval of forms from a form source, display and completion of a form, and return of instance data from the display application to the source application. The workflows defined in this profile are based on those defined by the Retrieve Form for Data Capture (RFD) profile",
"authority" : "IHE",
"product" : ["fhir"],
"country" : "uv",
"language" : ["en"],
"history" : "http://wiki.ihe.net/index.php/Mobile_Retrieve_Form_for_Data_Capture",
"canonical" : "http://wiki.ihe.net/index.php/Mobile_Retrieve_Form_for_Data_Capture",
"editions" : [
{
"name" : "STU3 Trial-Implementation",
"ig-version" : "0.1.0",
"package" : "ihe.qrph.mrfd#0.1.0",
"fhir-version" : ["3.0.1"],
"url" : "http://wiki.ihe.net/index.php/Mobile_Retrieve_Form_for_Data_Capture"
}
],
"analysis" : {
"error" : "Unable to resolve package id ihe.qrph.mrfd#0.1.0"
}
},
{
"name" : "IHE Vital Records Death Reporting (VRDR)",
"category" : "Public Health",
"npm-name" : "ihe.qrph.vrdr",
"description" : "Defines a Retrieve Form for Data Capture (RFD) content profile that will specify derivation of source content from a medical summary document. by defining requirements for form filler content and form manager handling of the content",
"authority" : "IHE",
"product" : ["fhir"],
"country" : "uv",
"language" : ["en"],
"history" : "http://wiki.ihe.net/index.php/Vital_Records_Death_Reporting",
"canonical" : "http://wiki.ihe.net/index.php/Vital_Records_Death_Reporting",
"editions" : [
{
"name" : "STU3 Trial-Implementation",
"ig-version" : "0.1.0",
"package" : "ihe.qrph.vrdr#0.1.0",
"fhir-version" : ["3.0.1"],
"url" : "http://wiki.ihe.net/index.php/Vital_Records_Death_Reporting"
}
],
"analysis" : {
"error" : "Unable to resolve package id ihe.qrph.vrdr#0.1.0"
}
},
{
"name" : "IHE Dynamic Care Planning (DCP)",
"category" : "Care Planning",
"npm-name" : "ihe.pcc.dcp",
"description" : "Provides the structures and transactions for care planning, sharing Care Plans that meet the needs of many, such as providers, patients and payers",
"authority" : "IHE",
"product" : ["fhir"],
"country" : "uv",
"language" : ["en"],
"history" : "http://wiki.ihe.net/index.php/Dynamic_Care_Planning",
"canonical" : "http://wiki.ihe.net/index.php/Dynamic_Care_Planning",
"editions" : [
{
"name" : "R4 Trial-Implementation",
"ig-version" : "0.2.0",
"package" : "ihe.pcc.dcp#0.2.0",
"fhir-version" : ["4.0.1"],
"url" : "http://wiki.ihe.net/index.php/Dynamic_Care_Planning"
}
],
"analysis" : {
"error" : "Unable to resolve package id ihe.pcc.dcp#0.2.0"
}
},
{
"name" : "IHE Dynamic Care Team Management (DCTM)",
"category" : "Care Planning",
"npm-name" : "ihe.pcc.dctm",
"description" : "Provides the means for sharing care team information about a patient’s care teams that meet the needs of many users, such as providers, patients and payers",
"authority" : "IHE",
"product" : ["fhir"],
"country" : "uv",
"language" : ["en"],
"history" : "http://wiki.ihe.net/index.php/Dynamic_Care_Team_Management",
"canonical" : "http://wiki.ihe.net/index.php/Dynamic_Care_Team_Management",
"editions" : [
{