@medplum/definitions 1.0.6 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -61292,9 +61292,17 @@
61292
61292
  "description": "Client secret string used to verify the identity of a client.",
61293
61293
  "$ref": "#/definitions/string"
61294
61294
  },
61295
+ "jwksUri": {
61296
+ "description": "Optional JWKS URI for public key verification of JWTs issued by the authorization server (client_secret_jwt)",
61297
+ "$ref": "#/definitions/string"
61298
+ },
61295
61299
  "redirectUri": {
61296
61300
  "description": "Redirect URI used when redirecting a client back to the client application.",
61297
61301
  "$ref": "#/definitions/string"
61302
+ },
61303
+ "launchUri": {
61304
+ "description": "Optional launch URI for SMART EHR launch sequence.",
61305
+ "$ref": "#/definitions/string"
61298
61306
  }
61299
61307
  },
61300
61308
  "required": [
@@ -428,6 +428,16 @@
428
428
  "type" : [{
429
429
  "code" : "uri"
430
430
  }]
431
+ },
432
+ {
433
+ "id" : "ClientApplication.identityProvider",
434
+ "path" : "ClientApplication.identityProvider",
435
+ "definition" : "Optional external Identity Provider (IdP) for the client application.",
436
+ "min" : 0,
437
+ "max" : "1",
438
+ "type" : [{
439
+ "code" : "IdentityProvider"
440
+ }]
431
441
  }
432
442
  ]
433
443
  }
@@ -857,6 +867,17 @@
857
867
  "code" : "code"
858
868
  }]
859
869
  },
870
+ {
871
+ "id" : "Bot.identifier",
872
+ "path" : "Bot.identifier",
873
+ "short" : "An identifier for this bot",
874
+ "definition" : "An identifier for this bot.",
875
+ "min" : 0,
876
+ "max" : "*",
877
+ "type" : [{
878
+ "code" : "Identifier"
879
+ }]
880
+ },
860
881
  {
861
882
  "id" : "Bot.name",
862
883
  "path" : "Bot.name",
@@ -2336,14 +2357,14 @@
2336
2357
  "abstract" : false,
2337
2358
  "type" : "SmartAppLaunch",
2338
2359
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/DomainResource",
2339
- "description" : "User specific configuration for the Medplum application.",
2360
+ "description" : "This resource contains context details for a SMART App Launch.",
2340
2361
  "snapshot" : {
2341
2362
  "element" : [
2342
2363
  {
2343
2364
  "id" : "SmartAppLaunch",
2344
2365
  "path" : "SmartAppLaunch",
2345
- "short" : "User specific configuration for the Medplum application.",
2346
- "definition" : "User specific configuration for the Medplum application.",
2366
+ "short" : "This resource contains context details for a SMART App Launch.",
2367
+ "definition" : "This resource contains context details for a SMART App Launch.",
2347
2368
  "min" : 0,
2348
2369
  "max" : "*"
2349
2370
  },
@@ -2428,5 +2449,185 @@
2428
2449
  ]
2429
2450
  }
2430
2451
  }
2452
+ },
2453
+ {
2454
+ "fullUrl" : "https://medplum.com/fhir/StructureDefinition/DomainConfiguration",
2455
+ "resource" : {
2456
+ "resourceType" : "StructureDefinition",
2457
+ "id" : "DomainConfiguration",
2458
+ "name" : "DomainConfiguration",
2459
+ "url" : "https://medplum.com/fhir/StructureDefinition/DomainConfiguration",
2460
+ "status" : "active",
2461
+ "kind" : "resource",
2462
+ "abstract" : false,
2463
+ "type" : "DomainConfiguration",
2464
+ "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/DomainResource",
2465
+ "description" : "Domain specific configuration for the Medplum application.",
2466
+ "snapshot" : {
2467
+ "element" : [
2468
+ {
2469
+ "id" : "DomainConfiguration",
2470
+ "path" : "DomainConfiguration",
2471
+ "short" : "Domain specific configuration for the Medplum application.",
2472
+ "definition" : "Domain specific configuration for the Medplum application.",
2473
+ "min" : 0,
2474
+ "max" : "*"
2475
+ },
2476
+ {
2477
+ "id" : "DomainConfiguration.id",
2478
+ "path" : "DomainConfiguration.id",
2479
+ "short" : "Logical id of this artifact",
2480
+ "definition" : "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.",
2481
+ "min" : 0,
2482
+ "max" : "1",
2483
+ "base" : {
2484
+ "path" : "Resource.id",
2485
+ "min" : 0,
2486
+ "max" : "1"
2487
+ },
2488
+ "type" : [{
2489
+ "code" : "string"
2490
+ }]
2491
+ },
2492
+ {
2493
+ "id" : "DomainConfiguration.meta",
2494
+ "path" : "DomainConfiguration.meta",
2495
+ "definition" : "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.",
2496
+ "min" : 0,
2497
+ "max" : "1",
2498
+ "base" : {
2499
+ "path" : "Resource.meta",
2500
+ "min" : 0,
2501
+ "max" : "1"
2502
+ },
2503
+ "type" : [{
2504
+ "code" : "Meta"
2505
+ }]
2506
+ },
2507
+ {
2508
+ "id" : "DomainConfiguration.implicitRules",
2509
+ "path" : "DomainConfiguration.implicitRules",
2510
+ "definition" : "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.",
2511
+ "min" : 0,
2512
+ "max" : "1",
2513
+ "base" : {
2514
+ "path" : "Resource.implicitRules",
2515
+ "min" : 0,
2516
+ "max" : "1"
2517
+ },
2518
+ "type" : [{
2519
+ "code" : "uri"
2520
+ }]
2521
+ },
2522
+ {
2523
+ "id" : "DomainConfiguration.language",
2524
+ "path" : "DomainConfiguration.language",
2525
+ "definition" : "The base language in which the resource is written.",
2526
+ "min" : 0,
2527
+ "max" : "1",
2528
+ "type" : [{
2529
+ "code" : "code"
2530
+ }]
2531
+ },
2532
+ {
2533
+ "id" : "DomainConfiguration.domain",
2534
+ "path" : "DomainConfiguration.domain",
2535
+ "definition" : "Globally unique domain name for this configuration.",
2536
+ "min" : 1,
2537
+ "max" : "1",
2538
+ "type" : [{
2539
+ "code" : "uri"
2540
+ }]
2541
+ },
2542
+ {
2543
+ "id" : "DomainConfiguration.identityProvider",
2544
+ "path" : "DomainConfiguration.identityProvider",
2545
+ "definition" : "Optional external Identity Provider (IdP) for the domain name.",
2546
+ "min" : 0,
2547
+ "max" : "1",
2548
+ "type" : [{
2549
+ "code" : "IdentityProvider"
2550
+ }]
2551
+ }
2552
+ ]
2553
+ }
2554
+ }
2555
+ },
2556
+ {
2557
+ "fullUrl" : "https://medplum.com/fhir/StructureDefinition/IdentityProvider",
2558
+ "resource" : {
2559
+ "resourceType" : "StructureDefinition",
2560
+ "id" : "IdentityProvider",
2561
+ "name" : "IdentityProvider",
2562
+ "url" : "https://medplum.com/fhir/StructureDefinition/IdentityProvider",
2563
+ "status" : "active",
2564
+ "kind" : "complex-type",
2565
+ "abstract" : false,
2566
+ "type" : "IdentityProvider",
2567
+ "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Element",
2568
+ "description" : "External Identity Provider (IdP) configuration details.",
2569
+ "snapshot" : {
2570
+ "element" : [
2571
+ {
2572
+ "id" : "IdentityProvider",
2573
+ "path" : "IdentityProvider",
2574
+ "short" : "External Identity Provider (IdP) configuration details.",
2575
+ "definition" : "External Identity Provider (IdP) configuration details.",
2576
+ "min" : 0,
2577
+ "max" : "*"
2578
+ },
2579
+ {
2580
+ "id" : "IdentityProvider.authorizeUrl",
2581
+ "path" : "IdentityProvider.authorizeUrl",
2582
+ "definition" : "Remote URL for the external Identity Provider authorize endpoint.",
2583
+ "min" : 1,
2584
+ "max" : "1",
2585
+ "type" : [{
2586
+ "code" : "string"
2587
+ }]
2588
+ },
2589
+ {
2590
+ "id" : "IdentityProvider.tokenUrl",
2591
+ "path" : "IdentityProvider.tokenUrl",
2592
+ "definition" : "Remote URL for the external Identity Provider token endpoint.",
2593
+ "min" : 1,
2594
+ "max" : "1",
2595
+ "type" : [{
2596
+ "code" : "string"
2597
+ }]
2598
+ },
2599
+ {
2600
+ "id" : "IdentityProvider.userInfoUrl",
2601
+ "path" : "IdentityProvider.userInfoUrl",
2602
+ "definition" : "Remote URL for the external Identity Provider userinfo endpoint.",
2603
+ "min" : 1,
2604
+ "max" : "1",
2605
+ "type" : [{
2606
+ "code" : "string"
2607
+ }]
2608
+ },
2609
+ {
2610
+ "id" : "IdentityProvider.clientId",
2611
+ "path" : "IdentityProvider.clientId",
2612
+ "definition" : "External Identity Provider client ID.",
2613
+ "min" : 1,
2614
+ "max" : "1",
2615
+ "type" : [{
2616
+ "code" : "string"
2617
+ }]
2618
+ },
2619
+ {
2620
+ "id" : "IdentityProvider.clientSecret",
2621
+ "path" : "IdentityProvider.clientSecret",
2622
+ "definition" : "External Identity Provider client secret.",
2623
+ "min" : 1,
2624
+ "max" : "1",
2625
+ "type" : [{
2626
+ "code" : "string"
2627
+ }]
2628
+ }
2629
+ ]
2630
+ }
2631
+ }
2431
2632
  }]
2432
2633
  }
@@ -65865,5 +65865,24 @@
65865
65865
  "xpathUsage" : "normal",
65866
65866
  "target" : ["Practitioner", "PractitionerRole", "Organization"]
65867
65867
  }
65868
+ },
65869
+ {
65870
+ "fullUrl" : "http://hl7.org/fhir/SearchParameter/DomainConfiguration-domain",
65871
+ "resource" : {
65872
+ "resourceType" : "SearchParameter",
65873
+ "id" : "DomainConfiguration-domain",
65874
+ "url" : "https://medplum.com/fhir/SearchParameter/DomainConfiguration-domain",
65875
+ "version" : "4.0.1",
65876
+ "name" : "publisher",
65877
+ "status" : "draft",
65878
+ "publisher" : "Medplum",
65879
+ "description" : "The publisher of the observation definition.",
65880
+ "code" : "domain",
65881
+ "base" : ["DomainConfiguration"],
65882
+ "type" : "token",
65883
+ "expression" : "DomainConfiguration.domain",
65884
+ "xpath" : "f:DomainConfiguration/f:domain",
65885
+ "xpathUsage" : "normal"
65886
+ }
65868
65887
  }]
65869
65888
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medplum/definitions",
3
- "version": "1.0.6",
3
+ "version": "2.0.1",
4
4
  "description": "Medplum Data Definitions",
5
5
  "author": "Medplum <hello@medplum.com>",
6
6
  "license": "Apache-2.0",