@medplum/definitions 5.1.27 → 5.1.28
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.
|
@@ -810,7 +810,7 @@
|
|
|
810
810
|
}],
|
|
811
811
|
"binding" : {
|
|
812
812
|
"strength" : "required",
|
|
813
|
-
"valueSet" : "https://medplum.com/fhir/
|
|
813
|
+
"valueSet" : "https://medplum.com/fhir/ValueSet/client-application-status"
|
|
814
814
|
}
|
|
815
815
|
},
|
|
816
816
|
{
|
|
@@ -888,6 +888,21 @@
|
|
|
888
888
|
"max" : "1"
|
|
889
889
|
}
|
|
890
890
|
},
|
|
891
|
+
{
|
|
892
|
+
"id" : "ClientApplication.signInForm.showScopeSelection",
|
|
893
|
+
"path" : "ClientApplication.signInForm.showScopeSelection",
|
|
894
|
+
"definition" : "Whether the Log In Form prompts the user to select OAuth and SMART scopes. When set, this value is authoritative. When unset, the scope selection screen is shown if the authorization request asks for any scope other than \"openid\". Setting this to false suppresses the prompt and grants the client the full scope that it requested. Note that granular scope selection is required for patient-facing apps under ONC 170.315(g)(10), so this should only be disabled for provider-facing or trusted first-party clients.",
|
|
895
|
+
"min" : 0,
|
|
896
|
+
"max" : "1",
|
|
897
|
+
"type" : [{
|
|
898
|
+
"code" : "boolean"
|
|
899
|
+
}],
|
|
900
|
+
"base": {
|
|
901
|
+
"path" : "ClientApplication.signInForm.showScopeSelection",
|
|
902
|
+
"min" : 0,
|
|
903
|
+
"max" : "1"
|
|
904
|
+
}
|
|
905
|
+
},
|
|
891
906
|
{
|
|
892
907
|
"id" : "ClientApplication.secret",
|
|
893
908
|
"path" : "ClientApplication.secret",
|
|
@@ -9171,5 +9186,1115 @@
|
|
|
9171
9186
|
}
|
|
9172
9187
|
]
|
|
9173
9188
|
}
|
|
9189
|
+
},
|
|
9190
|
+
{
|
|
9191
|
+
"fullUrl" : "https://medplum.com/fhir/StructureDefinition/DicomStudy",
|
|
9192
|
+
"resource" : {
|
|
9193
|
+
"resourceType" : "StructureDefinition",
|
|
9194
|
+
"id" : "DicomStudy",
|
|
9195
|
+
"name" : "DicomStudy",
|
|
9196
|
+
"url" : "https://medplum.com/fhir/StructureDefinition/DicomStudy",
|
|
9197
|
+
"status" : "active",
|
|
9198
|
+
"kind" : "resource",
|
|
9199
|
+
"abstract" : false,
|
|
9200
|
+
"type" : "DicomStudy",
|
|
9201
|
+
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/DomainResource",
|
|
9202
|
+
"description" : "Definition of a DICOM study, which represents a collection of DICOM images and related metadata.",
|
|
9203
|
+
"snapshot" : {
|
|
9204
|
+
"element" : [
|
|
9205
|
+
{
|
|
9206
|
+
"id" : "DicomStudy",
|
|
9207
|
+
"path" : "DicomStudy",
|
|
9208
|
+
"short" : "Definition of a DICOM series.",
|
|
9209
|
+
"definition" : "Definition of a DICOM series, which represents a collection of DICOM images and related metadata that are part of a DICOM study.",
|
|
9210
|
+
"min" : 0,
|
|
9211
|
+
"max" : "*",
|
|
9212
|
+
"base" : {
|
|
9213
|
+
"path" : "DicomStudy",
|
|
9214
|
+
"min" : 0,
|
|
9215
|
+
"max" : "*"
|
|
9216
|
+
}
|
|
9217
|
+
},
|
|
9218
|
+
{
|
|
9219
|
+
"id" : "DicomStudy.id",
|
|
9220
|
+
"path" : "DicomStudy.id",
|
|
9221
|
+
"short" : "Logical id of this artifact",
|
|
9222
|
+
"definition" : "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.",
|
|
9223
|
+
"min" : 0,
|
|
9224
|
+
"max" : "1",
|
|
9225
|
+
"base" : {
|
|
9226
|
+
"path" : "Resource.id",
|
|
9227
|
+
"min" : 0,
|
|
9228
|
+
"max" : "1"
|
|
9229
|
+
},
|
|
9230
|
+
"type" : [{
|
|
9231
|
+
"code" : "string"
|
|
9232
|
+
}]
|
|
9233
|
+
},
|
|
9234
|
+
{
|
|
9235
|
+
"id" : "DicomStudy.meta",
|
|
9236
|
+
"path" : "DicomStudy.meta",
|
|
9237
|
+
"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.",
|
|
9238
|
+
"min" : 0,
|
|
9239
|
+
"max" : "1",
|
|
9240
|
+
"base" : {
|
|
9241
|
+
"path" : "Resource.meta",
|
|
9242
|
+
"min" : 0,
|
|
9243
|
+
"max" : "1"
|
|
9244
|
+
},
|
|
9245
|
+
"type" : [{
|
|
9246
|
+
"code" : "Meta"
|
|
9247
|
+
}]
|
|
9248
|
+
},
|
|
9249
|
+
{
|
|
9250
|
+
"id" : "DicomStudy.implicitRules",
|
|
9251
|
+
"path" : "DicomStudy.implicitRules",
|
|
9252
|
+
"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.",
|
|
9253
|
+
"min" : 0,
|
|
9254
|
+
"max" : "1",
|
|
9255
|
+
"base" : {
|
|
9256
|
+
"path" : "Resource.implicitRules",
|
|
9257
|
+
"min" : 0,
|
|
9258
|
+
"max" : "1"
|
|
9259
|
+
},
|
|
9260
|
+
"type" : [{
|
|
9261
|
+
"code" : "uri"
|
|
9262
|
+
}]
|
|
9263
|
+
},
|
|
9264
|
+
{
|
|
9265
|
+
"id" : "DicomStudy.language",
|
|
9266
|
+
"path" : "DicomStudy.language",
|
|
9267
|
+
"definition" : "The base language in which the resource is written.",
|
|
9268
|
+
"min" : 0,
|
|
9269
|
+
"max" : "1",
|
|
9270
|
+
"base" : {
|
|
9271
|
+
"path" : "Resource.language",
|
|
9272
|
+
"min" : 0,
|
|
9273
|
+
"max" : "1"
|
|
9274
|
+
},
|
|
9275
|
+
"type" : [{
|
|
9276
|
+
"code" : "code"
|
|
9277
|
+
}]
|
|
9278
|
+
},
|
|
9279
|
+
{
|
|
9280
|
+
"id" : "DicomStudy.text",
|
|
9281
|
+
"path" : "DicomStudy.text",
|
|
9282
|
+
"short" : "Text summary of the resource, for human interpretation",
|
|
9283
|
+
"definition" : "A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.",
|
|
9284
|
+
"min" : 0,
|
|
9285
|
+
"max" : "1",
|
|
9286
|
+
"base" : {
|
|
9287
|
+
"path" : "DomainResource.text",
|
|
9288
|
+
"min" : 0,
|
|
9289
|
+
"max" : "1"
|
|
9290
|
+
},
|
|
9291
|
+
"type" : [{
|
|
9292
|
+
"code" : "Narrative"
|
|
9293
|
+
}]
|
|
9294
|
+
},
|
|
9295
|
+
{
|
|
9296
|
+
"id" : "DicomStudy.contained",
|
|
9297
|
+
"path" : "DicomStudy.contained",
|
|
9298
|
+
"short" : "Contained, inline Resources",
|
|
9299
|
+
"definition" : "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.",
|
|
9300
|
+
"min" : 0,
|
|
9301
|
+
"max" : "*",
|
|
9302
|
+
"base" : {
|
|
9303
|
+
"path" : "DomainResource.contained",
|
|
9304
|
+
"min" : 0,
|
|
9305
|
+
"max" : "*"
|
|
9306
|
+
},
|
|
9307
|
+
"type" : [{
|
|
9308
|
+
"code" : "Resource"
|
|
9309
|
+
}]
|
|
9310
|
+
},
|
|
9311
|
+
{
|
|
9312
|
+
"id" : "DicomStudy.extension",
|
|
9313
|
+
"path" : "DicomStudy.extension",
|
|
9314
|
+
"short" : "Additional content defined by implementations",
|
|
9315
|
+
"definition" : "May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
9316
|
+
"min" : 0,
|
|
9317
|
+
"max" : "*",
|
|
9318
|
+
"base" : {
|
|
9319
|
+
"path" : "DomainResource.extension",
|
|
9320
|
+
"min" : 0,
|
|
9321
|
+
"max" : "*"
|
|
9322
|
+
},
|
|
9323
|
+
"type" : [{
|
|
9324
|
+
"code" : "Extension"
|
|
9325
|
+
}]
|
|
9326
|
+
},
|
|
9327
|
+
{
|
|
9328
|
+
"id" : "DicomStudy.modifierExtension",
|
|
9329
|
+
"path" : "DicomStudy.modifierExtension",
|
|
9330
|
+
"short" : "Extensions that cannot be ignored",
|
|
9331
|
+
"definition" : "May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
|
|
9332
|
+
"min" : 0,
|
|
9333
|
+
"max" : "*",
|
|
9334
|
+
"base" : {
|
|
9335
|
+
"path" : "DomainResource.modifierExtension",
|
|
9336
|
+
"min" : 0,
|
|
9337
|
+
"max" : "*"
|
|
9338
|
+
},
|
|
9339
|
+
"type" : [{
|
|
9340
|
+
"code" : "Extension"
|
|
9341
|
+
}]
|
|
9342
|
+
},
|
|
9343
|
+
{
|
|
9344
|
+
"id" : "DicomStudy.studyInstanceUid",
|
|
9345
|
+
"path" : "DicomStudy.studyInstanceUid",
|
|
9346
|
+
"short" : "Study Instance UID",
|
|
9347
|
+
"definition" : "Unique identifier for the study.",
|
|
9348
|
+
"min" : 1,
|
|
9349
|
+
"max" : "1",
|
|
9350
|
+
"type" : [{
|
|
9351
|
+
"code" : "id"
|
|
9352
|
+
}],
|
|
9353
|
+
"base" : {
|
|
9354
|
+
"path" : "DicomStudy.studyInstanceUid",
|
|
9355
|
+
"min" : 1,
|
|
9356
|
+
"max" : "1"
|
|
9357
|
+
}
|
|
9358
|
+
},
|
|
9359
|
+
{
|
|
9360
|
+
"id" : "DicomStudy.studyId",
|
|
9361
|
+
"path" : "DicomStudy.studyId",
|
|
9362
|
+
"short" : "Study ID",
|
|
9363
|
+
"definition" : "User-friendly identifier for the study.",
|
|
9364
|
+
"min" : 0,
|
|
9365
|
+
"max" : "1",
|
|
9366
|
+
"type" : [{
|
|
9367
|
+
"code" : "string"
|
|
9368
|
+
}],
|
|
9369
|
+
"base" : {
|
|
9370
|
+
"path" : "DicomStudy.studyId",
|
|
9371
|
+
"min" : 0,
|
|
9372
|
+
"max" : "1"
|
|
9373
|
+
}
|
|
9374
|
+
},
|
|
9375
|
+
{
|
|
9376
|
+
"id" : "DicomStudy.studyDate",
|
|
9377
|
+
"path" : "DicomStudy.studyDate",
|
|
9378
|
+
"short" : "Study Date",
|
|
9379
|
+
"definition" : "Date the study started.",
|
|
9380
|
+
"min" : 0,
|
|
9381
|
+
"max" : "1",
|
|
9382
|
+
"type" : [{
|
|
9383
|
+
"code" : "date"
|
|
9384
|
+
}],
|
|
9385
|
+
"base" : {
|
|
9386
|
+
"path" : "DicomStudy.studyDate",
|
|
9387
|
+
"min" : 0,
|
|
9388
|
+
"max" : "1"
|
|
9389
|
+
}
|
|
9390
|
+
},
|
|
9391
|
+
{
|
|
9392
|
+
"id" : "DicomStudy.studyTime",
|
|
9393
|
+
"path" : "DicomStudy.studyTime",
|
|
9394
|
+
"short" : "Study Time",
|
|
9395
|
+
"definition" : "Time the study started.",
|
|
9396
|
+
"min" : 0,
|
|
9397
|
+
"max" : "1",
|
|
9398
|
+
"type" : [{
|
|
9399
|
+
"code" : "time"
|
|
9400
|
+
}],
|
|
9401
|
+
"base" : {
|
|
9402
|
+
"path" : "DicomStudy.studyTime",
|
|
9403
|
+
"min" : 0,
|
|
9404
|
+
"max" : "1"
|
|
9405
|
+
}
|
|
9406
|
+
},
|
|
9407
|
+
{
|
|
9408
|
+
"id" : "DicomStudy.accessionNumber",
|
|
9409
|
+
"path" : "DicomStudy.accessionNumber",
|
|
9410
|
+
"short" : "Accession Number",
|
|
9411
|
+
"definition" : "The accession number for the study.",
|
|
9412
|
+
"min" : 0,
|
|
9413
|
+
"max" : "1",
|
|
9414
|
+
"type" : [{
|
|
9415
|
+
"code" : "string"
|
|
9416
|
+
}],
|
|
9417
|
+
"base" : {
|
|
9418
|
+
"path" : "DicomStudy.accessionNumber",
|
|
9419
|
+
"min" : 0,
|
|
9420
|
+
"max" : "1"
|
|
9421
|
+
}
|
|
9422
|
+
},
|
|
9423
|
+
{
|
|
9424
|
+
"id" : "DicomStudy.instanceAvailability",
|
|
9425
|
+
"path" : "DicomStudy.instanceAvailability",
|
|
9426
|
+
"short" : "Instance Availability",
|
|
9427
|
+
"definition" : "Availability of the study instances (e.g., ONLINE, OFFLINE).",
|
|
9428
|
+
"min" : 0,
|
|
9429
|
+
"max" : "1",
|
|
9430
|
+
"type" : [{
|
|
9431
|
+
"code" : "code"
|
|
9432
|
+
}],
|
|
9433
|
+
"base" : {
|
|
9434
|
+
"path" : "DicomStudy.instanceAvailability",
|
|
9435
|
+
"min" : 0,
|
|
9436
|
+
"max" : "1"
|
|
9437
|
+
}
|
|
9438
|
+
},
|
|
9439
|
+
{
|
|
9440
|
+
"id" : "DicomStudy.modalitiesInStudy",
|
|
9441
|
+
"path" : "DicomStudy.modalitiesInStudy",
|
|
9442
|
+
"short" : "Modalities in Study",
|
|
9443
|
+
"definition" : "The modalities (e.g., CT, MR) that are present in the study.",
|
|
9444
|
+
"min" : 0,
|
|
9445
|
+
"max" : "*",
|
|
9446
|
+
"type" : [{
|
|
9447
|
+
"code" : "code"
|
|
9448
|
+
}],
|
|
9449
|
+
"base" : {
|
|
9450
|
+
"path" : "DicomStudy.modalitiesInStudy",
|
|
9451
|
+
"min" : 0,
|
|
9452
|
+
"max" : "*"
|
|
9453
|
+
}
|
|
9454
|
+
},
|
|
9455
|
+
{
|
|
9456
|
+
"id" : "DicomStudy.referringPhysiciansName",
|
|
9457
|
+
"path" : "DicomStudy.referringPhysiciansName",
|
|
9458
|
+
"short" : "Referring Physician's Name",
|
|
9459
|
+
"definition" : "The name of the referring physician.",
|
|
9460
|
+
"min" : 0,
|
|
9461
|
+
"max" : "1",
|
|
9462
|
+
"type" : [{
|
|
9463
|
+
"code" : "string"
|
|
9464
|
+
}],
|
|
9465
|
+
"base" : {
|
|
9466
|
+
"path" : "DicomStudy.referringPhysiciansName",
|
|
9467
|
+
"min" : 0,
|
|
9468
|
+
"max" : "1"
|
|
9469
|
+
}
|
|
9470
|
+
},
|
|
9471
|
+
{
|
|
9472
|
+
"id" : "DicomStudy.timezoneOffsetFromUtc",
|
|
9473
|
+
"path" : "DicomStudy.timezoneOffsetFromUtc",
|
|
9474
|
+
"short" : "Timezone Offset From UTC",
|
|
9475
|
+
"definition" : "The timezone offset from UTC for the study (e.g., -0700).",
|
|
9476
|
+
"min" : 0,
|
|
9477
|
+
"max" : "1",
|
|
9478
|
+
"type" : [{
|
|
9479
|
+
"code" : "string"
|
|
9480
|
+
}],
|
|
9481
|
+
"base" : {
|
|
9482
|
+
"path" : "DicomStudy.timezoneOffsetFromUtc",
|
|
9483
|
+
"min" : 0,
|
|
9484
|
+
"max" : "1"
|
|
9485
|
+
}
|
|
9486
|
+
},
|
|
9487
|
+
{
|
|
9488
|
+
"id" : "DicomStudy.patientName",
|
|
9489
|
+
"path" : "DicomStudy.patientName",
|
|
9490
|
+
"short" : "Patient's Name",
|
|
9491
|
+
"definition" : "The name of the patient.",
|
|
9492
|
+
"min" : 0,
|
|
9493
|
+
"max" : "1",
|
|
9494
|
+
"type" : [{
|
|
9495
|
+
"code" : "string"
|
|
9496
|
+
}],
|
|
9497
|
+
"base" : {
|
|
9498
|
+
"path" : "DicomStudy.patientName",
|
|
9499
|
+
"min" : 0,
|
|
9500
|
+
"max" : "1"
|
|
9501
|
+
}
|
|
9502
|
+
},
|
|
9503
|
+
{
|
|
9504
|
+
"id" : "DicomStudy.patientId",
|
|
9505
|
+
"path" : "DicomStudy.patientId",
|
|
9506
|
+
"short" : "Patient ID",
|
|
9507
|
+
"definition" : "The ID of the patient.",
|
|
9508
|
+
"min" : 0,
|
|
9509
|
+
"max" : "1",
|
|
9510
|
+
"type" : [{
|
|
9511
|
+
"code" : "string"
|
|
9512
|
+
}],
|
|
9513
|
+
"base" : {
|
|
9514
|
+
"path" : "DicomStudy.patientId",
|
|
9515
|
+
"min" : 0,
|
|
9516
|
+
"max" : "1"
|
|
9517
|
+
}
|
|
9518
|
+
},
|
|
9519
|
+
{
|
|
9520
|
+
"id" : "DicomStudy.patientBirthDate",
|
|
9521
|
+
"path" : "DicomStudy.patientBirthDate",
|
|
9522
|
+
"short" : "Patient's Birth Date",
|
|
9523
|
+
"definition" : "The birth date of the patient.",
|
|
9524
|
+
"min" : 0,
|
|
9525
|
+
"max" : "1",
|
|
9526
|
+
"type" : [{
|
|
9527
|
+
"code" : "string"
|
|
9528
|
+
}],
|
|
9529
|
+
"base" : {
|
|
9530
|
+
"path" : "DicomStudy.patientBirthDate",
|
|
9531
|
+
"min" : 0,
|
|
9532
|
+
"max" : "1"
|
|
9533
|
+
}
|
|
9534
|
+
},
|
|
9535
|
+
{
|
|
9536
|
+
"id" : "DicomStudy.patientSex",
|
|
9537
|
+
"path" : "DicomStudy.patientSex",
|
|
9538
|
+
"short" : "Patient's Sex",
|
|
9539
|
+
"definition" : "The sex of the patient.",
|
|
9540
|
+
"min" : 0,
|
|
9541
|
+
"max" : "1",
|
|
9542
|
+
"type" : [{
|
|
9543
|
+
"code" : "string"
|
|
9544
|
+
}],
|
|
9545
|
+
"base" : {
|
|
9546
|
+
"path" : "DicomStudy.patientSex",
|
|
9547
|
+
"min" : 0,
|
|
9548
|
+
"max" : "1"
|
|
9549
|
+
}
|
|
9550
|
+
},
|
|
9551
|
+
{
|
|
9552
|
+
"id" : "DicomStudy.numberOfStudyRelatedSeries",
|
|
9553
|
+
"path" : "DicomStudy.numberOfStudyRelatedSeries",
|
|
9554
|
+
"short" : "Number of Study Related Series",
|
|
9555
|
+
"definition" : "The number of series related to the study.",
|
|
9556
|
+
"min" : 0,
|
|
9557
|
+
"max" : "1",
|
|
9558
|
+
"type" : [{
|
|
9559
|
+
"code" : "unsignedInt"
|
|
9560
|
+
}],
|
|
9561
|
+
"base" : {
|
|
9562
|
+
"path" : "DicomStudy.numberOfStudyRelatedSeries",
|
|
9563
|
+
"min" : 0,
|
|
9564
|
+
"max" : "1"
|
|
9565
|
+
}
|
|
9566
|
+
},
|
|
9567
|
+
{
|
|
9568
|
+
"id" : "DicomStudy.numberOfStudyRelatedInstances",
|
|
9569
|
+
"path" : "DicomStudy.numberOfStudyRelatedInstances",
|
|
9570
|
+
"short" : "Number of Study Related Instances",
|
|
9571
|
+
"definition" : "The number of instances related to the study.",
|
|
9572
|
+
"min" : 0,
|
|
9573
|
+
"max" : "1",
|
|
9574
|
+
"type" : [{
|
|
9575
|
+
"code" : "unsignedInt"
|
|
9576
|
+
}],
|
|
9577
|
+
"base" : {
|
|
9578
|
+
"path" : "DicomStudy.numberOfStudyRelatedInstances",
|
|
9579
|
+
"min" : 0,
|
|
9580
|
+
"max" : "1"
|
|
9581
|
+
}
|
|
9582
|
+
}
|
|
9583
|
+
]
|
|
9584
|
+
}
|
|
9585
|
+
}
|
|
9586
|
+
},
|
|
9587
|
+
{
|
|
9588
|
+
"fullUrl" : "https://medplum.com/fhir/StructureDefinition/DicomSeries",
|
|
9589
|
+
"resource" : {
|
|
9590
|
+
"resourceType" : "StructureDefinition",
|
|
9591
|
+
"id" : "DicomSeries",
|
|
9592
|
+
"name" : "DicomSeries",
|
|
9593
|
+
"url" : "https://medplum.com/fhir/StructureDefinition/DicomSeries",
|
|
9594
|
+
"status" : "active",
|
|
9595
|
+
"kind" : "resource",
|
|
9596
|
+
"abstract" : false,
|
|
9597
|
+
"type" : "DicomSeries",
|
|
9598
|
+
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/DomainResource",
|
|
9599
|
+
"description" : "Definition of a DICOM series, which represents a collection of DICOM images and related metadata that are part of a DICOM study.",
|
|
9600
|
+
"snapshot" : {
|
|
9601
|
+
"element" : [
|
|
9602
|
+
{
|
|
9603
|
+
"id" : "DicomSeries",
|
|
9604
|
+
"path" : "DicomSeries",
|
|
9605
|
+
"short" : "Definition of a DICOM series.",
|
|
9606
|
+
"definition" : "Definition of a DICOM series, which represents a collection of DICOM images and related metadata that are part of a DICOM study.",
|
|
9607
|
+
"min" : 0,
|
|
9608
|
+
"max" : "*",
|
|
9609
|
+
"base" : {
|
|
9610
|
+
"path" : "DicomSeries",
|
|
9611
|
+
"min" : 0,
|
|
9612
|
+
"max" : "*"
|
|
9613
|
+
}
|
|
9614
|
+
},
|
|
9615
|
+
{
|
|
9616
|
+
"id" : "DicomSeries.id",
|
|
9617
|
+
"path" : "DicomSeries.id",
|
|
9618
|
+
"short" : "Logical id of this artifact",
|
|
9619
|
+
"definition" : "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.",
|
|
9620
|
+
"min" : 0,
|
|
9621
|
+
"max" : "1",
|
|
9622
|
+
"base" : {
|
|
9623
|
+
"path" : "Resource.id",
|
|
9624
|
+
"min" : 0,
|
|
9625
|
+
"max" : "1"
|
|
9626
|
+
},
|
|
9627
|
+
"type" : [{
|
|
9628
|
+
"code" : "string"
|
|
9629
|
+
}]
|
|
9630
|
+
},
|
|
9631
|
+
{
|
|
9632
|
+
"id" : "DicomSeries.meta",
|
|
9633
|
+
"path" : "DicomSeries.meta",
|
|
9634
|
+
"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.",
|
|
9635
|
+
"min" : 0,
|
|
9636
|
+
"max" : "1",
|
|
9637
|
+
"base" : {
|
|
9638
|
+
"path" : "Resource.meta",
|
|
9639
|
+
"min" : 0,
|
|
9640
|
+
"max" : "1"
|
|
9641
|
+
},
|
|
9642
|
+
"type" : [{
|
|
9643
|
+
"code" : "Meta"
|
|
9644
|
+
}]
|
|
9645
|
+
},
|
|
9646
|
+
{
|
|
9647
|
+
"id" : "DicomSeries.implicitRules",
|
|
9648
|
+
"path" : "DicomSeries.implicitRules",
|
|
9649
|
+
"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.",
|
|
9650
|
+
"min" : 0,
|
|
9651
|
+
"max" : "1",
|
|
9652
|
+
"base" : {
|
|
9653
|
+
"path" : "Resource.implicitRules",
|
|
9654
|
+
"min" : 0,
|
|
9655
|
+
"max" : "1"
|
|
9656
|
+
},
|
|
9657
|
+
"type" : [{
|
|
9658
|
+
"code" : "uri"
|
|
9659
|
+
}]
|
|
9660
|
+
},
|
|
9661
|
+
{
|
|
9662
|
+
"id" : "DicomSeries.language",
|
|
9663
|
+
"path" : "DicomSeries.language",
|
|
9664
|
+
"definition" : "The base language in which the resource is written.",
|
|
9665
|
+
"min" : 0,
|
|
9666
|
+
"max" : "1",
|
|
9667
|
+
"base" : {
|
|
9668
|
+
"path" : "Resource.language",
|
|
9669
|
+
"min" : 0,
|
|
9670
|
+
"max" : "1"
|
|
9671
|
+
},
|
|
9672
|
+
"type" : [{
|
|
9673
|
+
"code" : "code"
|
|
9674
|
+
}]
|
|
9675
|
+
},
|
|
9676
|
+
{
|
|
9677
|
+
"id" : "DicomSeries.text",
|
|
9678
|
+
"path" : "DicomSeries.text",
|
|
9679
|
+
"short" : "Text summary of the resource, for human interpretation",
|
|
9680
|
+
"definition" : "A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.",
|
|
9681
|
+
"min" : 0,
|
|
9682
|
+
"max" : "1",
|
|
9683
|
+
"base" : {
|
|
9684
|
+
"path" : "DomainResource.text",
|
|
9685
|
+
"min" : 0,
|
|
9686
|
+
"max" : "1"
|
|
9687
|
+
},
|
|
9688
|
+
"type" : [{
|
|
9689
|
+
"code" : "Narrative"
|
|
9690
|
+
}]
|
|
9691
|
+
},
|
|
9692
|
+
{
|
|
9693
|
+
"id" : "DicomSeries.contained",
|
|
9694
|
+
"path" : "DicomSeries.contained",
|
|
9695
|
+
"short" : "Contained, inline Resources",
|
|
9696
|
+
"definition" : "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.",
|
|
9697
|
+
"min" : 0,
|
|
9698
|
+
"max" : "*",
|
|
9699
|
+
"base" : {
|
|
9700
|
+
"path" : "DomainResource.contained",
|
|
9701
|
+
"min" : 0,
|
|
9702
|
+
"max" : "*"
|
|
9703
|
+
},
|
|
9704
|
+
"type" : [{
|
|
9705
|
+
"code" : "Resource"
|
|
9706
|
+
}]
|
|
9707
|
+
},
|
|
9708
|
+
{
|
|
9709
|
+
"id" : "DicomSeries.extension",
|
|
9710
|
+
"path" : "DicomSeries.extension",
|
|
9711
|
+
"short" : "Additional content defined by implementations",
|
|
9712
|
+
"definition" : "May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
9713
|
+
"min" : 0,
|
|
9714
|
+
"max" : "*",
|
|
9715
|
+
"base" : {
|
|
9716
|
+
"path" : "DomainResource.extension",
|
|
9717
|
+
"min" : 0,
|
|
9718
|
+
"max" : "*"
|
|
9719
|
+
},
|
|
9720
|
+
"type" : [{
|
|
9721
|
+
"code" : "Extension"
|
|
9722
|
+
}]
|
|
9723
|
+
},
|
|
9724
|
+
{
|
|
9725
|
+
"id" : "DicomSeries.modifierExtension",
|
|
9726
|
+
"path" : "DicomSeries.modifierExtension",
|
|
9727
|
+
"short" : "Extensions that cannot be ignored",
|
|
9728
|
+
"definition" : "May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
|
|
9729
|
+
"min" : 0,
|
|
9730
|
+
"max" : "*",
|
|
9731
|
+
"base" : {
|
|
9732
|
+
"path" : "DomainResource.modifierExtension",
|
|
9733
|
+
"min" : 0,
|
|
9734
|
+
"max" : "*"
|
|
9735
|
+
},
|
|
9736
|
+
"type" : [{
|
|
9737
|
+
"code" : "Extension"
|
|
9738
|
+
}]
|
|
9739
|
+
},
|
|
9740
|
+
{
|
|
9741
|
+
"id" : "DicomSeries.study",
|
|
9742
|
+
"path" : "DicomSeries.study",
|
|
9743
|
+
"definition" : "The study that this DICOM series belongs to.",
|
|
9744
|
+
"min" : 1,
|
|
9745
|
+
"max" : "1",
|
|
9746
|
+
"type" : [{
|
|
9747
|
+
"code" : "Reference",
|
|
9748
|
+
"targetProfile" : ["https://medplum.com/fhir/StructureDefinition/DicomStudy"]
|
|
9749
|
+
}],
|
|
9750
|
+
"base" : {
|
|
9751
|
+
"path" : "DicomSeries.study",
|
|
9752
|
+
"min" : 1,
|
|
9753
|
+
"max" : "1"
|
|
9754
|
+
}
|
|
9755
|
+
},
|
|
9756
|
+
{
|
|
9757
|
+
"id" : "DicomSeries.seriesInstanceUid",
|
|
9758
|
+
"path" : "DicomSeries.seriesInstanceUid",
|
|
9759
|
+
"short" : "Series Instance UID",
|
|
9760
|
+
"definition" : "Unique identifier for the series.",
|
|
9761
|
+
"min" : 1,
|
|
9762
|
+
"max" : "1",
|
|
9763
|
+
"type" : [{
|
|
9764
|
+
"code" : "id"
|
|
9765
|
+
}],
|
|
9766
|
+
"base" : {
|
|
9767
|
+
"path" : "DicomSeries.seriesInstanceUid",
|
|
9768
|
+
"min" : 1,
|
|
9769
|
+
"max" : "1"
|
|
9770
|
+
}
|
|
9771
|
+
},
|
|
9772
|
+
{
|
|
9773
|
+
"id" : "DicomSeries.seriesNumber",
|
|
9774
|
+
"path" : "DicomSeries.seriesNumber",
|
|
9775
|
+
"short" : "Series Number",
|
|
9776
|
+
"definition" : "The number of this series within the study.",
|
|
9777
|
+
"min" : 0,
|
|
9778
|
+
"max" : "1",
|
|
9779
|
+
"type" : [{
|
|
9780
|
+
"code" : "string"
|
|
9781
|
+
}],
|
|
9782
|
+
"base" : {
|
|
9783
|
+
"path" : "DicomSeries.seriesNumber",
|
|
9784
|
+
"min" : 0,
|
|
9785
|
+
"max" : "1"
|
|
9786
|
+
}
|
|
9787
|
+
},
|
|
9788
|
+
{
|
|
9789
|
+
"id" : "DicomSeries.modality",
|
|
9790
|
+
"path" : "DicomSeries.modality",
|
|
9791
|
+
"short" : "Modality",
|
|
9792
|
+
"definition" : "The modality of the series (e.g., CT, MR, US).",
|
|
9793
|
+
"min" : 0,
|
|
9794
|
+
"max" : "1",
|
|
9795
|
+
"type" : [{
|
|
9796
|
+
"code" : "code"
|
|
9797
|
+
}],
|
|
9798
|
+
"base" : {
|
|
9799
|
+
"path" : "DicomSeries.modality",
|
|
9800
|
+
"min" : 0,
|
|
9801
|
+
"max" : "1"
|
|
9802
|
+
}
|
|
9803
|
+
},
|
|
9804
|
+
{
|
|
9805
|
+
"id" : "DicomSeries.timezoneOffsetFromUtc",
|
|
9806
|
+
"path" : "DicomSeries.timezoneOffsetFromUtc",
|
|
9807
|
+
"short" : "Timezone Offset From UTC",
|
|
9808
|
+
"definition" : "The timezone offset from UTC for the study (e.g., -0700).",
|
|
9809
|
+
"min" : 0,
|
|
9810
|
+
"max" : "1",
|
|
9811
|
+
"type" : [{
|
|
9812
|
+
"code" : "string"
|
|
9813
|
+
}],
|
|
9814
|
+
"base" : {
|
|
9815
|
+
"path" : "DicomSeries.timezoneOffsetFromUtc",
|
|
9816
|
+
"min" : 0,
|
|
9817
|
+
"max" : "1"
|
|
9818
|
+
}
|
|
9819
|
+
},
|
|
9820
|
+
{
|
|
9821
|
+
"id" : "DicomSeries.seriesDescription",
|
|
9822
|
+
"path" : "DicomSeries.seriesDescription",
|
|
9823
|
+
"short" : "Series Description",
|
|
9824
|
+
"definition" : "A description of the series (e.g., 'CT Abdomen with contrast').",
|
|
9825
|
+
"min" : 0,
|
|
9826
|
+
"max" : "1",
|
|
9827
|
+
"type" : [{
|
|
9828
|
+
"code" : "string"
|
|
9829
|
+
}],
|
|
9830
|
+
"base" : {
|
|
9831
|
+
"path" : "DicomSeries.seriesDescription",
|
|
9832
|
+
"min" : 0,
|
|
9833
|
+
"max" : "1"
|
|
9834
|
+
}
|
|
9835
|
+
},
|
|
9836
|
+
{
|
|
9837
|
+
"id" : "DicomSeries.numberOfSeriesRelatedInstances",
|
|
9838
|
+
"path" : "DicomSeries.numberOfSeriesRelatedInstances",
|
|
9839
|
+
"short" : "Number of Series Related Instances",
|
|
9840
|
+
"definition" : "The number of instances related to the series.",
|
|
9841
|
+
"min" : 0,
|
|
9842
|
+
"max" : "1",
|
|
9843
|
+
"type" : [{
|
|
9844
|
+
"code" : "unsignedInt"
|
|
9845
|
+
}],
|
|
9846
|
+
"base" : {
|
|
9847
|
+
"path" : "DicomSeries.numberOfSeriesRelatedInstances",
|
|
9848
|
+
"min" : 0,
|
|
9849
|
+
"max" : "1"
|
|
9850
|
+
}
|
|
9851
|
+
},
|
|
9852
|
+
{
|
|
9853
|
+
"id" : "DicomSeries.performedProcedureStepStartDate",
|
|
9854
|
+
"path" : "DicomSeries.performedProcedureStepStartDate",
|
|
9855
|
+
"short" : "Performed Procedure Step Start Date",
|
|
9856
|
+
"definition" : "The start date of the performed procedure step (YYYYMMDD).",
|
|
9857
|
+
"min" : 0,
|
|
9858
|
+
"max" : "1",
|
|
9859
|
+
"type" : [{
|
|
9860
|
+
"code" : "date"
|
|
9861
|
+
}],
|
|
9862
|
+
"base" : {
|
|
9863
|
+
"path" : "DicomSeries.performedProcedureStepStartDate",
|
|
9864
|
+
"min" : 0,
|
|
9865
|
+
"max" : "1"
|
|
9866
|
+
}
|
|
9867
|
+
},
|
|
9868
|
+
{
|
|
9869
|
+
"id" : "DicomSeries.performedProcedureStepStartTime",
|
|
9870
|
+
"path" : "DicomSeries.performedProcedureStepStartTime",
|
|
9871
|
+
"short" : "Performed Procedure Step Start Time",
|
|
9872
|
+
"definition" : "The start time of the performed procedure step (HHMMSS.frac).",
|
|
9873
|
+
"min" : 0,
|
|
9874
|
+
"max" : "1",
|
|
9875
|
+
"type" : [{
|
|
9876
|
+
"code" : "time"
|
|
9877
|
+
}],
|
|
9878
|
+
"base" : {
|
|
9879
|
+
"path" : "DicomSeries.performedProcedureStepStartTime",
|
|
9880
|
+
"min" : 0,
|
|
9881
|
+
"max" : "1"
|
|
9882
|
+
}
|
|
9883
|
+
},
|
|
9884
|
+
{
|
|
9885
|
+
"id" : "DicomSeries.scheduledProcedureStepId",
|
|
9886
|
+
"path" : "DicomSeries.scheduledProcedureStepId",
|
|
9887
|
+
"short" : "Scheduled Procedure Step ID",
|
|
9888
|
+
"definition" : "The ID of the scheduled procedure step.",
|
|
9889
|
+
"min" : 0,
|
|
9890
|
+
"max" : "1",
|
|
9891
|
+
"type" : [{
|
|
9892
|
+
"code" : "string"
|
|
9893
|
+
}],
|
|
9894
|
+
"base" : {
|
|
9895
|
+
"path" : "DicomSeries.scheduledProcedureStepId",
|
|
9896
|
+
"min" : 0,
|
|
9897
|
+
"max" : "1"
|
|
9898
|
+
}
|
|
9899
|
+
},
|
|
9900
|
+
{
|
|
9901
|
+
"id" : "DicomSeries.requestedProcedureId",
|
|
9902
|
+
"path" : "DicomSeries.requestedProcedureId",
|
|
9903
|
+
"short" : "Requested Procedure ID",
|
|
9904
|
+
"definition" : "The ID of the requested procedure.",
|
|
9905
|
+
"min" : 0,
|
|
9906
|
+
"max" : "1",
|
|
9907
|
+
"type" : [{
|
|
9908
|
+
"code" : "string"
|
|
9909
|
+
}],
|
|
9910
|
+
"base" : {
|
|
9911
|
+
"path" : "DicomSeries.requestedProcedureId",
|
|
9912
|
+
"min" : 0,
|
|
9913
|
+
"max" : "1"
|
|
9914
|
+
}
|
|
9915
|
+
}
|
|
9916
|
+
]
|
|
9917
|
+
}
|
|
9918
|
+
}
|
|
9919
|
+
},
|
|
9920
|
+
{
|
|
9921
|
+
"fullUrl" : "https://medplum.com/fhir/StructureDefinition/DicomInstance",
|
|
9922
|
+
"resource" : {
|
|
9923
|
+
"resourceType" : "StructureDefinition",
|
|
9924
|
+
"id" : "DicomInstance",
|
|
9925
|
+
"name" : "DicomInstance",
|
|
9926
|
+
"url" : "https://medplum.com/fhir/StructureDefinition/DicomInstance",
|
|
9927
|
+
"status" : "active",
|
|
9928
|
+
"kind" : "resource",
|
|
9929
|
+
"abstract" : false,
|
|
9930
|
+
"type" : "DicomInstance",
|
|
9931
|
+
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/DomainResource",
|
|
9932
|
+
"description" : "Definition of a DICOM instance, which represents a single DICOM image and related metadata that are part of a DICOM series.",
|
|
9933
|
+
"snapshot" : {
|
|
9934
|
+
"element" : [
|
|
9935
|
+
{
|
|
9936
|
+
"id" : "DicomInstance",
|
|
9937
|
+
"path" : "DicomInstance",
|
|
9938
|
+
"short" : "Definition of a DICOM instance.",
|
|
9939
|
+
"definition" : "Definition of a DICOM instance, which represents a single DICOM image and related metadata that are part of a DICOM series.",
|
|
9940
|
+
"min" : 0,
|
|
9941
|
+
"max" : "*",
|
|
9942
|
+
"base" : {
|
|
9943
|
+
"path" : "DicomInstance",
|
|
9944
|
+
"min" : 0,
|
|
9945
|
+
"max" : "*"
|
|
9946
|
+
}
|
|
9947
|
+
},
|
|
9948
|
+
{
|
|
9949
|
+
"id" : "DicomInstance.id",
|
|
9950
|
+
"path" : "DicomInstance.id",
|
|
9951
|
+
"short" : "Logical id of this artifact",
|
|
9952
|
+
"definition" : "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.",
|
|
9953
|
+
"min" : 0,
|
|
9954
|
+
"max" : "1",
|
|
9955
|
+
"base" : {
|
|
9956
|
+
"path" : "Resource.id",
|
|
9957
|
+
"min" : 0,
|
|
9958
|
+
"max" : "1"
|
|
9959
|
+
},
|
|
9960
|
+
"type" : [{
|
|
9961
|
+
"code" : "string"
|
|
9962
|
+
}]
|
|
9963
|
+
},
|
|
9964
|
+
{
|
|
9965
|
+
"id" : "DicomInstance.meta",
|
|
9966
|
+
"path" : "DicomInstance.meta",
|
|
9967
|
+
"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.",
|
|
9968
|
+
"min" : 0,
|
|
9969
|
+
"max" : "1",
|
|
9970
|
+
"base" : {
|
|
9971
|
+
"path" : "Resource.meta",
|
|
9972
|
+
"min" : 0,
|
|
9973
|
+
"max" : "1"
|
|
9974
|
+
},
|
|
9975
|
+
"type" : [{
|
|
9976
|
+
"code" : "Meta"
|
|
9977
|
+
}]
|
|
9978
|
+
},
|
|
9979
|
+
{
|
|
9980
|
+
"id" : "DicomInstance.implicitRules",
|
|
9981
|
+
"path" : "DicomInstance.implicitRules",
|
|
9982
|
+
"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.",
|
|
9983
|
+
"min" : 0,
|
|
9984
|
+
"max" : "1",
|
|
9985
|
+
"base" : {
|
|
9986
|
+
"path" : "Resource.implicitRules",
|
|
9987
|
+
"min" : 0,
|
|
9988
|
+
"max" : "1"
|
|
9989
|
+
},
|
|
9990
|
+
"type" : [{
|
|
9991
|
+
"code" : "uri"
|
|
9992
|
+
}]
|
|
9993
|
+
},
|
|
9994
|
+
{
|
|
9995
|
+
"id" : "DicomInstance.language",
|
|
9996
|
+
"path" : "DicomInstance.language",
|
|
9997
|
+
"definition" : "The base language in which the resource is written.",
|
|
9998
|
+
"min" : 0,
|
|
9999
|
+
"max" : "1",
|
|
10000
|
+
"base" : {
|
|
10001
|
+
"path" : "Resource.language",
|
|
10002
|
+
"min" : 0,
|
|
10003
|
+
"max" : "1"
|
|
10004
|
+
},
|
|
10005
|
+
"type" : [{
|
|
10006
|
+
"code" : "code"
|
|
10007
|
+
}]
|
|
10008
|
+
},
|
|
10009
|
+
{
|
|
10010
|
+
"id" : "DicomInstance.text",
|
|
10011
|
+
"path" : "DicomInstance.text",
|
|
10012
|
+
"short" : "Text summary of the resource, for human interpretation",
|
|
10013
|
+
"definition" : "A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.",
|
|
10014
|
+
"min" : 0,
|
|
10015
|
+
"max" : "1",
|
|
10016
|
+
"base" : {
|
|
10017
|
+
"path" : "DomainResource.text",
|
|
10018
|
+
"min" : 0,
|
|
10019
|
+
"max" : "1"
|
|
10020
|
+
},
|
|
10021
|
+
"type" : [{
|
|
10022
|
+
"code" : "Narrative"
|
|
10023
|
+
}]
|
|
10024
|
+
},
|
|
10025
|
+
{
|
|
10026
|
+
"id" : "DicomInstance.contained",
|
|
10027
|
+
"path" : "DicomInstance.contained",
|
|
10028
|
+
"short" : "Contained, inline Resources",
|
|
10029
|
+
"definition" : "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.",
|
|
10030
|
+
"min" : 0,
|
|
10031
|
+
"max" : "*",
|
|
10032
|
+
"base" : {
|
|
10033
|
+
"path" : "DomainResource.contained",
|
|
10034
|
+
"min" : 0,
|
|
10035
|
+
"max" : "*"
|
|
10036
|
+
},
|
|
10037
|
+
"type" : [{
|
|
10038
|
+
"code" : "Resource"
|
|
10039
|
+
}]
|
|
10040
|
+
},
|
|
10041
|
+
{
|
|
10042
|
+
"id" : "DicomInstance.extension",
|
|
10043
|
+
"path" : "DicomInstance.extension",
|
|
10044
|
+
"short" : "Additional content defined by implementations",
|
|
10045
|
+
"definition" : "May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
10046
|
+
"min" : 0,
|
|
10047
|
+
"max" : "*",
|
|
10048
|
+
"base" : {
|
|
10049
|
+
"path" : "DomainResource.extension",
|
|
10050
|
+
"min" : 0,
|
|
10051
|
+
"max" : "*"
|
|
10052
|
+
},
|
|
10053
|
+
"type" : [{
|
|
10054
|
+
"code" : "Extension"
|
|
10055
|
+
}]
|
|
10056
|
+
},
|
|
10057
|
+
{
|
|
10058
|
+
"id" : "DicomInstance.modifierExtension",
|
|
10059
|
+
"path" : "DicomInstance.modifierExtension",
|
|
10060
|
+
"short" : "Extensions that cannot be ignored",
|
|
10061
|
+
"definition" : "May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
|
|
10062
|
+
"min" : 0,
|
|
10063
|
+
"max" : "*",
|
|
10064
|
+
"base" : {
|
|
10065
|
+
"path" : "DomainResource.modifierExtension",
|
|
10066
|
+
"min" : 0,
|
|
10067
|
+
"max" : "*"
|
|
10068
|
+
},
|
|
10069
|
+
"type" : [{
|
|
10070
|
+
"code" : "Extension"
|
|
10071
|
+
}]
|
|
10072
|
+
},
|
|
10073
|
+
{
|
|
10074
|
+
"id" : "DicomInstance.study",
|
|
10075
|
+
"path" : "DicomInstance.study",
|
|
10076
|
+
"definition" : "The study that this DICOM instance belongs to.",
|
|
10077
|
+
"min" : 1,
|
|
10078
|
+
"max" : "1",
|
|
10079
|
+
"type" : [{
|
|
10080
|
+
"code" : "Reference",
|
|
10081
|
+
"targetProfile" : ["https://medplum.com/fhir/StructureDefinition/DicomStudy"]
|
|
10082
|
+
}],
|
|
10083
|
+
"base" : {
|
|
10084
|
+
"path" : "DicomInstance.study",
|
|
10085
|
+
"min" : 1,
|
|
10086
|
+
"max" : "1"
|
|
10087
|
+
}
|
|
10088
|
+
},
|
|
10089
|
+
{
|
|
10090
|
+
"id" : "DicomInstance.series",
|
|
10091
|
+
"path" : "DicomInstance.series",
|
|
10092
|
+
"definition" : "The series that this DICOM instance belongs to.",
|
|
10093
|
+
"min" : 1,
|
|
10094
|
+
"max" : "1",
|
|
10095
|
+
"type" : [{
|
|
10096
|
+
"code" : "Reference",
|
|
10097
|
+
"targetProfile" : ["https://medplum.com/fhir/StructureDefinition/DicomSeries"]
|
|
10098
|
+
}],
|
|
10099
|
+
"base" : {
|
|
10100
|
+
"path" : "DicomInstance.series",
|
|
10101
|
+
"min" : 1,
|
|
10102
|
+
"max" : "1"
|
|
10103
|
+
}
|
|
10104
|
+
},
|
|
10105
|
+
{
|
|
10106
|
+
"id" : "DicomInstance.sopClassUid",
|
|
10107
|
+
"path" : "DicomInstance.sopClassUid",
|
|
10108
|
+
"short" : "SOP Class UID",
|
|
10109
|
+
"definition" : "The SOP Class UID of the DICOM instance.",
|
|
10110
|
+
"min" : 1,
|
|
10111
|
+
"max" : "1",
|
|
10112
|
+
"type" : [{
|
|
10113
|
+
"code" : "id"
|
|
10114
|
+
}],
|
|
10115
|
+
"base" : {
|
|
10116
|
+
"path" : "DicomInstance.sopClassUid",
|
|
10117
|
+
"min" : 1,
|
|
10118
|
+
"max" : "1"
|
|
10119
|
+
}
|
|
10120
|
+
},
|
|
10121
|
+
{
|
|
10122
|
+
"id" : "DicomInstance.sopInstanceUid",
|
|
10123
|
+
"path" : "DicomInstance.sopInstanceUid",
|
|
10124
|
+
"short" : "SOP Instance UID",
|
|
10125
|
+
"definition" : "The SOP Instance UID of the DICOM instance.",
|
|
10126
|
+
"min" : 1,
|
|
10127
|
+
"max" : "1",
|
|
10128
|
+
"type" : [{
|
|
10129
|
+
"code" : "id"
|
|
10130
|
+
}],
|
|
10131
|
+
"base" : {
|
|
10132
|
+
"path" : "DicomInstance.sopInstanceUid",
|
|
10133
|
+
"min" : 1,
|
|
10134
|
+
"max" : "1"
|
|
10135
|
+
}
|
|
10136
|
+
},
|
|
10137
|
+
{
|
|
10138
|
+
"id" : "DicomInstance.instanceAvailability",
|
|
10139
|
+
"path" : "DicomInstance.instanceAvailability",
|
|
10140
|
+
"short" : "Instance Availability",
|
|
10141
|
+
"definition" : "The availability of the DICOM instance.",
|
|
10142
|
+
"min" : 0,
|
|
10143
|
+
"max" : "1",
|
|
10144
|
+
"type" : [{
|
|
10145
|
+
"code" : "code"
|
|
10146
|
+
}],
|
|
10147
|
+
"base" : {
|
|
10148
|
+
"path" : "DicomInstance.instanceAvailability",
|
|
10149
|
+
"min" : 0,
|
|
10150
|
+
"max" : "1"
|
|
10151
|
+
}
|
|
10152
|
+
},
|
|
10153
|
+
{
|
|
10154
|
+
"id" : "DicomInstance.timezoneOffsetFromUtc",
|
|
10155
|
+
"path" : "DicomInstance.timezoneOffsetFromUtc",
|
|
10156
|
+
"short" : "Timezone Offset From UTC",
|
|
10157
|
+
"definition" : "The timezone offset from UTC for the study (e.g., -0700).",
|
|
10158
|
+
"min" : 0,
|
|
10159
|
+
"max" : "1",
|
|
10160
|
+
"type" : [{
|
|
10161
|
+
"code" : "string"
|
|
10162
|
+
}],
|
|
10163
|
+
"base" : {
|
|
10164
|
+
"path" : "DicomInstance.timezoneOffsetFromUtc",
|
|
10165
|
+
"min" : 0,
|
|
10166
|
+
"max" : "1"
|
|
10167
|
+
}
|
|
10168
|
+
},
|
|
10169
|
+
{
|
|
10170
|
+
"id" : "DicomInstance.instanceNumber",
|
|
10171
|
+
"path" : "DicomInstance.instanceNumber",
|
|
10172
|
+
"short" : "Instance Number",
|
|
10173
|
+
"definition" : "The number of the instance in the study.",
|
|
10174
|
+
"min" : 0,
|
|
10175
|
+
"max" : "1",
|
|
10176
|
+
"type" : [{
|
|
10177
|
+
"code" : "string"
|
|
10178
|
+
}],
|
|
10179
|
+
"base" : {
|
|
10180
|
+
"path" : "DicomInstance.instanceNumber",
|
|
10181
|
+
"min" : 0,
|
|
10182
|
+
"max" : "1"
|
|
10183
|
+
}
|
|
10184
|
+
},
|
|
10185
|
+
{
|
|
10186
|
+
"id" : "DicomInstance.rows",
|
|
10187
|
+
"path" : "DicomInstance.rows",
|
|
10188
|
+
"short" : "Rows",
|
|
10189
|
+
"definition" : "The number of rows in the image.",
|
|
10190
|
+
"min" : 0,
|
|
10191
|
+
"max" : "1",
|
|
10192
|
+
"type" : [{
|
|
10193
|
+
"code" : "unsignedInt"
|
|
10194
|
+
}],
|
|
10195
|
+
"base" : {
|
|
10196
|
+
"path" : "DicomInstance.rows",
|
|
10197
|
+
"min" : 0,
|
|
10198
|
+
"max" : "1"
|
|
10199
|
+
}
|
|
10200
|
+
},
|
|
10201
|
+
{
|
|
10202
|
+
"id" : "DicomInstance.columns",
|
|
10203
|
+
"path" : "DicomInstance.columns",
|
|
10204
|
+
"short" : "Columns",
|
|
10205
|
+
"definition" : "The number of columns in the image.",
|
|
10206
|
+
"min" : 0,
|
|
10207
|
+
"max" : "1",
|
|
10208
|
+
"type" : [{
|
|
10209
|
+
"code" : "unsignedInt"
|
|
10210
|
+
}],
|
|
10211
|
+
"base" : {
|
|
10212
|
+
"path" : "DicomInstance.columns",
|
|
10213
|
+
"min" : 0,
|
|
10214
|
+
"max" : "1"
|
|
10215
|
+
}
|
|
10216
|
+
},
|
|
10217
|
+
{
|
|
10218
|
+
"id" : "DicomInstance.bitsAllocated",
|
|
10219
|
+
"path" : "DicomInstance.bitsAllocated",
|
|
10220
|
+
"short" : "Bits Allocated",
|
|
10221
|
+
"definition" : "The number of bits allocated for each pixel.",
|
|
10222
|
+
"min" : 0,
|
|
10223
|
+
"max" : "1",
|
|
10224
|
+
"type" : [{
|
|
10225
|
+
"code" : "unsignedInt"
|
|
10226
|
+
}],
|
|
10227
|
+
"base" : {
|
|
10228
|
+
"path" : "DicomInstance.bitsAllocated",
|
|
10229
|
+
"min" : 0,
|
|
10230
|
+
"max" : "1"
|
|
10231
|
+
}
|
|
10232
|
+
},
|
|
10233
|
+
{
|
|
10234
|
+
"id" : "DicomInstance.numberOfFrames",
|
|
10235
|
+
"path" : "DicomInstance.numberOfFrames",
|
|
10236
|
+
"short" : "Number of Frames",
|
|
10237
|
+
"definition" : "The number of frames in the image.",
|
|
10238
|
+
"min" : 0,
|
|
10239
|
+
"max" : "1",
|
|
10240
|
+
"type" : [{
|
|
10241
|
+
"code" : "unsignedInt"
|
|
10242
|
+
}],
|
|
10243
|
+
"base" : {
|
|
10244
|
+
"path" : "DicomInstance.numberOfFrames",
|
|
10245
|
+
"min" : 0,
|
|
10246
|
+
"max" : "1"
|
|
10247
|
+
}
|
|
10248
|
+
},
|
|
10249
|
+
{
|
|
10250
|
+
"id" : "DicomInstance.metadata",
|
|
10251
|
+
"path" : "DicomInstance.metadata",
|
|
10252
|
+
"definition" : "The DICOM metadata of the instance, typically stored as a JSON string containing the DICOM tags and their values.",
|
|
10253
|
+
"min" : 1,
|
|
10254
|
+
"max" : "1",
|
|
10255
|
+
"type" : [{
|
|
10256
|
+
"code" : "string"
|
|
10257
|
+
}],
|
|
10258
|
+
"base" : {
|
|
10259
|
+
"path" : "DicomInstance.raw",
|
|
10260
|
+
"min" : 1,
|
|
10261
|
+
"max" : "1"
|
|
10262
|
+
}
|
|
10263
|
+
},
|
|
10264
|
+
{
|
|
10265
|
+
"id" : "DicomInstance.raw",
|
|
10266
|
+
"path" : "DicomInstance.raw",
|
|
10267
|
+
"definition" : "The raw binary data of the DICOM instance, typically stored as a reference to a Binary resource containing the DICOM file.",
|
|
10268
|
+
"min" : 1,
|
|
10269
|
+
"max" : "1",
|
|
10270
|
+
"type" : [{
|
|
10271
|
+
"code" : "Reference",
|
|
10272
|
+
"targetProfile" : ["http://hl7.org/fhir/StructureDefinition/Binary"]
|
|
10273
|
+
}],
|
|
10274
|
+
"base" : {
|
|
10275
|
+
"path" : "DicomInstance.raw",
|
|
10276
|
+
"min" : 1,
|
|
10277
|
+
"max" : "1"
|
|
10278
|
+
}
|
|
10279
|
+
},
|
|
10280
|
+
{
|
|
10281
|
+
"id" : "DicomInstance.pixelData",
|
|
10282
|
+
"path" : "DicomInstance.pixelData",
|
|
10283
|
+
"definition" : "The pixel data of the DICOM instance, typically stored as a reference to a Binary resource containing the pixel data. This is an alternative to rawData for cases where the pixel data is stored separately from the full DICOM file.",
|
|
10284
|
+
"min" : 0,
|
|
10285
|
+
"max" : "*",
|
|
10286
|
+
"type" : [{
|
|
10287
|
+
"code" : "Reference",
|
|
10288
|
+
"targetProfile" : ["http://hl7.org/fhir/StructureDefinition/Binary"]
|
|
10289
|
+
}],
|
|
10290
|
+
"base" : {
|
|
10291
|
+
"path" : "DicomInstance.pixelData",
|
|
10292
|
+
"min" : 0,
|
|
10293
|
+
"max" : "*"
|
|
10294
|
+
}
|
|
10295
|
+
}
|
|
10296
|
+
]
|
|
10297
|
+
}
|
|
10298
|
+
}
|
|
9174
10299
|
}]
|
|
9175
10300
|
}
|