@medplum/definitions 1.0.6 → 2.0.0

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": [
@@ -2336,14 +2336,14 @@
2336
2336
  "abstract" : false,
2337
2337
  "type" : "SmartAppLaunch",
2338
2338
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/DomainResource",
2339
- "description" : "User specific configuration for the Medplum application.",
2339
+ "description" : "This resource contains context details for a SMART App Launch.",
2340
2340
  "snapshot" : {
2341
2341
  "element" : [
2342
2342
  {
2343
2343
  "id" : "SmartAppLaunch",
2344
2344
  "path" : "SmartAppLaunch",
2345
- "short" : "User specific configuration for the Medplum application.",
2346
- "definition" : "User specific configuration for the Medplum application.",
2345
+ "short" : "This resource contains context details for a SMART App Launch.",
2346
+ "definition" : "This resource contains context details for a SMART App Launch.",
2347
2347
  "min" : 0,
2348
2348
  "max" : "*"
2349
2349
  },
@@ -2428,5 +2428,158 @@
2428
2428
  ]
2429
2429
  }
2430
2430
  }
2431
+ },
2432
+ {
2433
+ "fullUrl" : "https://medplum.com/fhir/StructureDefinition/DomainConfiguration",
2434
+ "resource" : {
2435
+ "resourceType" : "StructureDefinition",
2436
+ "id" : "DomainConfiguration",
2437
+ "name" : "DomainConfiguration",
2438
+ "url" : "https://medplum.com/fhir/StructureDefinition/DomainConfiguration",
2439
+ "status" : "active",
2440
+ "kind" : "resource",
2441
+ "abstract" : false,
2442
+ "type" : "DomainConfiguration",
2443
+ "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/DomainResource",
2444
+ "description" : "Domain specific configuration for the Medplum application.",
2445
+ "snapshot" : {
2446
+ "element" : [
2447
+ {
2448
+ "id" : "DomainConfiguration",
2449
+ "path" : "DomainConfiguration",
2450
+ "short" : "Domain specific configuration for the Medplum application.",
2451
+ "definition" : "Domain specific configuration for the Medplum application.",
2452
+ "min" : 0,
2453
+ "max" : "*"
2454
+ },
2455
+ {
2456
+ "id" : "DomainConfiguration.id",
2457
+ "path" : "DomainConfiguration.id",
2458
+ "short" : "Logical id of this artifact",
2459
+ "definition" : "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.",
2460
+ "min" : 0,
2461
+ "max" : "1",
2462
+ "base" : {
2463
+ "path" : "Resource.id",
2464
+ "min" : 0,
2465
+ "max" : "1"
2466
+ },
2467
+ "type" : [{
2468
+ "code" : "string"
2469
+ }]
2470
+ },
2471
+ {
2472
+ "id" : "DomainConfiguration.meta",
2473
+ "path" : "DomainConfiguration.meta",
2474
+ "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.",
2475
+ "min" : 0,
2476
+ "max" : "1",
2477
+ "base" : {
2478
+ "path" : "Resource.meta",
2479
+ "min" : 0,
2480
+ "max" : "1"
2481
+ },
2482
+ "type" : [{
2483
+ "code" : "Meta"
2484
+ }]
2485
+ },
2486
+ {
2487
+ "id" : "DomainConfiguration.implicitRules",
2488
+ "path" : "DomainConfiguration.implicitRules",
2489
+ "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.",
2490
+ "min" : 0,
2491
+ "max" : "1",
2492
+ "base" : {
2493
+ "path" : "Resource.implicitRules",
2494
+ "min" : 0,
2495
+ "max" : "1"
2496
+ },
2497
+ "type" : [{
2498
+ "code" : "uri"
2499
+ }]
2500
+ },
2501
+ {
2502
+ "id" : "DomainConfiguration.language",
2503
+ "path" : "DomainConfiguration.language",
2504
+ "definition" : "The base language in which the resource is written.",
2505
+ "min" : 0,
2506
+ "max" : "1",
2507
+ "type" : [{
2508
+ "code" : "code"
2509
+ }]
2510
+ },
2511
+ {
2512
+ "id" : "DomainConfiguration.domain",
2513
+ "path" : "DomainConfiguration.domain",
2514
+ "definition" : "Globally unique domain name for this configuration.",
2515
+ "min" : 1,
2516
+ "max" : "1",
2517
+ "type" : [{
2518
+ "code" : "uri"
2519
+ }]
2520
+ },
2521
+ {
2522
+ "id" : "DomainConfiguration.identityProvider",
2523
+ "path" : "DomainConfiguration.identityProvider",
2524
+ "definition" : "Optional external Identity Provider (IdP) for the domain name.",
2525
+ "min" : 0,
2526
+ "max" : "1",
2527
+ "type" : [{
2528
+ "code" : "BackboneElement"
2529
+ }]
2530
+ },
2531
+ {
2532
+ "id" : "DomainConfiguration.identityProvider.authorizeUrl",
2533
+ "path" : "DomainConfiguration.identityProvider.authorizeUrl",
2534
+ "definition" : "Remote URL for the external Identity Provider authorize endpoint.",
2535
+ "min" : 1,
2536
+ "max" : "1",
2537
+ "type" : [{
2538
+ "code" : "string"
2539
+ }]
2540
+ },
2541
+ {
2542
+ "id" : "DomainConfiguration.identityProvider.tokenUrl",
2543
+ "path" : "DomainConfiguration.identityProvider.tokenUrl",
2544
+ "definition" : "Remote URL for the external Identity Provider token endpoint.",
2545
+ "min" : 1,
2546
+ "max" : "1",
2547
+ "type" : [{
2548
+ "code" : "string"
2549
+ }]
2550
+ },
2551
+ {
2552
+ "id" : "DomainConfiguration.identityProvider.userInfoUrl",
2553
+ "path" : "DomainConfiguration.identityProvider.userInfoUrl",
2554
+ "definition" : "Remote URL for the external Identity Provider userinfo endpoint.",
2555
+ "min" : 1,
2556
+ "max" : "1",
2557
+ "type" : [{
2558
+ "code" : "string"
2559
+ }]
2560
+ },
2561
+ {
2562
+ "id" : "DomainConfiguration.identityProvider.clientId",
2563
+ "path" : "DomainConfiguration.identityProvider.clientId",
2564
+ "definition" : "External Identity Provider client ID.",
2565
+ "min" : 1,
2566
+ "max" : "1",
2567
+ "type" : [{
2568
+ "code" : "string"
2569
+ }]
2570
+ },
2571
+ {
2572
+ "id" : "DomainConfiguration.identityProvider.clientSecret",
2573
+ "path" : "DomainConfiguration.identityProvider.clientSecret",
2574
+ "definition" : "External Identity Provider client secret.",
2575
+ "min" : 1,
2576
+ "max" : "1",
2577
+ "type" : [{
2578
+ "code" : "string"
2579
+ }]
2580
+ }
2581
+ ]
2582
+ }
2583
+ }
2431
2584
  }]
2432
2585
  }
@@ -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.0",
4
4
  "description": "Medplum Data Definitions",
5
5
  "author": "Medplum <hello@medplum.com>",
6
6
  "license": "Apache-2.0",