@medplum/definitions 3.2.24 → 3.2.26
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.
- package/dist/fhir/r4/fhir.schema.json +4 -0
- package/dist/fhir/r4/profiles-medplum.json +20 -0
- package/dist/fhir/r4/search-parameters-medplum.json +34 -0
- package/dist/fhir/r4/testing/uscore-v7.0.0-smoking-status.json +2696 -0
- package/dist/fhir/r4/valuesets-medplum.json +34 -0
- package/dist/fhir/r4/valuesets.json +5 -0
- package/package.json +1 -1
|
@@ -467,6 +467,40 @@
|
|
|
467
467
|
}
|
|
468
468
|
}
|
|
469
469
|
},
|
|
470
|
+
{
|
|
471
|
+
"fullUrl": "https://medplum.com/fhir/CodeSystem/async-job-type",
|
|
472
|
+
"resource": {
|
|
473
|
+
"resourceType": "CodeSystem",
|
|
474
|
+
"id": "async-job-type",
|
|
475
|
+
"url": "https://medplum.com/fhir/CodeSystem/async-job-type",
|
|
476
|
+
"status": "active",
|
|
477
|
+
"valueSet": "https://medplum.com/fhir/ValueSet/async-job-type",
|
|
478
|
+
"content": "complete",
|
|
479
|
+
"concept": [
|
|
480
|
+
{
|
|
481
|
+
"code": "data-migration",
|
|
482
|
+
"display": "Data Migration",
|
|
483
|
+
"definition": "Data Migration"
|
|
484
|
+
}
|
|
485
|
+
]
|
|
486
|
+
}
|
|
487
|
+
},
|
|
488
|
+
{
|
|
489
|
+
"fullUrl": "https://medplum.com/fhir/ValueSet/async-job-type",
|
|
490
|
+
"resource": {
|
|
491
|
+
"resourceType": "ValueSet",
|
|
492
|
+
"id": "async-job-type",
|
|
493
|
+
"url": "https://medplum.com/fhir/ValueSet/async-job-type",
|
|
494
|
+
"status": "active",
|
|
495
|
+
"compose": {
|
|
496
|
+
"include": [
|
|
497
|
+
{
|
|
498
|
+
"system": "https://medplum.com/fhir/CodeSystem/async-job-type"
|
|
499
|
+
}
|
|
500
|
+
]
|
|
501
|
+
}
|
|
502
|
+
}
|
|
503
|
+
},
|
|
470
504
|
{
|
|
471
505
|
"fullUrl": "https://medplum.com/fhir/CodeSystem/async-job-status",
|
|
472
506
|
"resource": {
|
|
@@ -44990,6 +44990,11 @@
|
|
|
44990
44990
|
"display" : "Drop down",
|
|
44991
44991
|
"definition" : "A control where an item (or multiple items) can be selected from a list that is only displayed when the user is editing the field."
|
|
44992
44992
|
},
|
|
44993
|
+
{
|
|
44994
|
+
"code" : "multi-select",
|
|
44995
|
+
"display" : "Multi select",
|
|
44996
|
+
"definition" : "A control where multiple items can be selected from a list that is only displayed when the user is editing the field."
|
|
44997
|
+
},
|
|
44993
44998
|
{
|
|
44994
44999
|
"code" : "check-box",
|
|
44995
45000
|
"display" : "Check-box",
|