@medplum/definitions 3.1.5 → 3.1.7

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.
@@ -119211,7 +119211,7 @@
119211
119211
  }],
119212
119212
  "strength" : "required",
119213
119213
  "description" : "Indicates the status of the identified issue.",
119214
- "valueSet" : "http://hl7.org/fhir/ValueSet/observation-status|4.0.1"
119214
+ "valueSet" : "http://hl7.org/fhir/ValueSet/detectedissue-status"
119215
119215
  },
119216
119216
  "mapping" : [{
119217
119217
  "identity" : "workflow",
@@ -216029,6 +216029,9 @@
216029
216029
  "http://hl7.org/fhir/StructureDefinition/Location",
216030
216030
  "http://hl7.org/fhir/StructureDefinition/Device",
216031
216031
  "http://hl7.org/fhir/StructureDefinition/RelatedPerson",
216032
+ "http://hl7.org/fhir/StructureDefinition/Organization",
216033
+ "http://hl7.org/fhir/StructureDefinition/CareTeam",
216034
+ "http://hl7.org/fhir/StructureDefinition/HealthcareService",
216032
216035
  "http://hl7.org/fhir/StructureDefinition/Group"]
216033
216036
  }],
216034
216037
  "constraint" : [{
@@ -693,6 +693,24 @@
693
693
  "type": "token",
694
694
  "expression": "Communication.topic"
695
695
  }
696
+ },
697
+ {
698
+ "fullUrl": "https://medplum.com/fhir/SearchParameter/Subscription-author",
699
+ "resource": {
700
+ "resourceType": "SearchParameter",
701
+ "id": "Subscription-author",
702
+ "url": "https://medplum.com/fhir/SearchParameter/Subscription-author",
703
+ "version": "4.0.1",
704
+ "name": "author",
705
+ "status": "draft",
706
+ "publisher": "Medplum",
707
+ "description": "The author of the Subscription resource",
708
+ "code": "author",
709
+ "base": ["Subscription"],
710
+ "type": "reference",
711
+ "expression": "Subscription.meta.author",
712
+ "target": ["Patient", "Practitioner", "RelatedPerson", "ClientApplication", "Bot"]
713
+ }
696
714
  }
697
715
  ]
698
716
  }
@@ -17528,6 +17528,43 @@
17528
17528
  "VisionPrescription"]
17529
17529
  }
17530
17530
  },
17531
+ {
17532
+ "fullUrl" : "http://hl7.org/fhir/SearchParameter/DetectedIssue-status",
17533
+ "resource" : {
17534
+ "resourceType" : "SearchParameter",
17535
+ "id" : "DetectedIssue-status",
17536
+ "extension" : [{
17537
+ "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
17538
+ "valueCode" : "trial-use"
17539
+ }],
17540
+ "url" : "http://hl7.org/fhir/SearchParameter/DetectedIssue-status",
17541
+ "version" : "4.0.1",
17542
+ "name" : "status",
17543
+ "status" : "draft",
17544
+ "experimental" : false,
17545
+ "date" : "2019-11-01T09:29:23+11:00",
17546
+ "publisher" : "Health Level Seven International (Orders and Observations)",
17547
+ "contact" : [{
17548
+ "telecom" : [{
17549
+ "system" : "url",
17550
+ "value" : "http://hl7.org/fhir"
17551
+ }]
17552
+ },
17553
+ {
17554
+ "telecom" : [{
17555
+ "system" : "url",
17556
+ "value" : "http://www.hl7.org/Special/committees/orders/index.cfm"
17557
+ }]
17558
+ }],
17559
+ "description" : "The status of the detected issue",
17560
+ "code" : "status",
17561
+ "base" : ["DetectedIssue"],
17562
+ "type" : "token",
17563
+ "expression" : "DetectedIssue.status",
17564
+ "xpath" : "f:DetectedIssue/f:status",
17565
+ "xpathUsage" : "normal"
17566
+ }
17567
+ },
17531
17568
  {
17532
17569
  "fullUrl" : "http://hl7.org/fhir/SearchParameter/Device-device-name",
17533
17570
  "resource" : {
@@ -39166,8 +39203,11 @@
39166
39203
  "xpathUsage" : "normal",
39167
39204
  "target" : ["Practitioner",
39168
39205
  "Group",
39206
+ "Organization",
39207
+ "CareTeam",
39169
39208
  "Device",
39170
39209
  "Patient",
39210
+ "HealthcareService",
39171
39211
  "PractitionerRole",
39172
39212
  "RelatedPerson",
39173
39213
  "Location"]
@@ -156515,5 +156515,150 @@
156515
156515
  }]
156516
156516
  }
156517
156517
  }
156518
+ },
156519
+ {
156520
+ "fullUrl" : "http://hl7.org/fhir/detectedissue-status",
156521
+ "resource" : {
156522
+ "resourceType" : "CodeSystem",
156523
+ "id" : "detectedissue-status",
156524
+ "meta" : {
156525
+ "lastUpdated" : "2023-03-26T15:21:02.749+11:00",
156526
+ "profile" : ["http://hl7.org/fhir/StructureDefinition/shareablecodesystem"]
156527
+ },
156528
+ "text" : {
156529
+ "status" : "generated",
156530
+ "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://hl7.org/fhir/detectedissue-status</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">mitigated<a name=\"detectedissue-status-mitigated\"> </a></td><td>Mitigated</td><td>Indicates the detected issue has been mitigated</td></tr></table></div>"
156531
+ },
156532
+ "extension" : [{
156533
+ "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
156534
+ "valueCode" : "cds"
156535
+ },
156536
+ {
156537
+ "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
156538
+ "valueCode" : "trial-use"
156539
+ },
156540
+ {
156541
+ "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
156542
+ "valueInteger" : 1
156543
+ }],
156544
+ "url" : "http://hl7.org/fhir/detectedissue-status",
156545
+ "identifier" : [{
156546
+ "system" : "urn:ietf:rfc:3986",
156547
+ "value" : "urn:oid:2.16.840.1.113883.4.642.4.2026"
156548
+ }],
156549
+ "version" : "5.0.0",
156550
+ "name" : "DetectedIssueStatus",
156551
+ "title" : "Detected Issue Status",
156552
+ "status" : "active",
156553
+ "experimental" : false,
156554
+ "date" : "2021-01-05T10:01:24+11:00",
156555
+ "publisher" : "HL7 (FHIR Project)",
156556
+ "contact" : [{
156557
+ "telecom" : [{
156558
+ "system" : "url",
156559
+ "value" : "http://hl7.org/fhir"
156560
+ },
156561
+ {
156562
+ "system" : "email",
156563
+ "value" : "fhir@lists.hl7.org"
156564
+ }]
156565
+ }],
156566
+ "description" : "Indicates the status of the detected issue. This code system contains only status codes that are not already defined and used from the ObservationStatus code system.",
156567
+ "jurisdiction" : [{
156568
+ "coding" : [{
156569
+ "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
156570
+ "code" : "001",
156571
+ "display" : "World"
156572
+ }]
156573
+ }],
156574
+ "caseSensitive" : true,
156575
+ "content" : "complete",
156576
+ "concept" : [{
156577
+ "code" : "mitigated",
156578
+ "display" : "Mitigated",
156579
+ "definition" : "Indicates the detected issue has been mitigated"
156580
+ }]
156581
+ }
156582
+ },
156583
+ {
156584
+ "fullUrl" : "http://hl7.org/fhir/ValueSet/detectedissue-status",
156585
+ "resource" : {
156586
+ "resourceType" : "ValueSet",
156587
+ "id" : "detectedissue-status",
156588
+ "meta" : {
156589
+ "lastUpdated" : "2023-03-26T15:21:02.749+11:00",
156590
+ "profile" : ["http://hl7.org/fhir/StructureDefinition/shareablevalueset"]
156591
+ },
156592
+ "text" : {
156593
+ "status" : "extensions",
156594
+ "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"codesystem-observation-status.html\"><code>http://hl7.org/fhir/observation-status</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td><td><b><a href=\"valueset-resource-status.html\">Canonical Mapping for &quot;Detected Issue Status&quot;</a></b></td></tr><tr><td><a href=\"codesystem-observation-status.html#observation-status-preliminary\">preliminary</a></td><td>Preliminary</td><td>This is an initial or interim observation: data may be incomplete or unverified.</td><td><span title=\"EQUIVALENT\">~</span><a href=\"codesystem-resource-status.html#resource-status-draft\">draft</a></td></tr><tr><td><a href=\"codesystem-observation-status.html#observation-status-final\">final</a></td><td>Final</td><td>The observation is complete and there are no further actions needed. Additional information such &quot;released&quot;, &quot;signed&quot;, etc. would be represented using [Provenance](provenance.html) which provides not only the act but also the actors and dates and other related data. These act states would be associated with an observation status of `preliminary` until they are all completed and then a status of `final` would be applied.</td><td><span title=\"EQUIVALENT\">~</span><a href=\"codesystem-resource-status.html#resource-status-complete\">complete</a></td></tr><tr><td><a href=\"codesystem-observation-status.html#observation-status-entered-in-error\">entered-in-error</a></td><td>Entered in Error</td><td>The observation has been withdrawn following previous final release. This electronic record should never have existed, though it is possible that real-world decisions were based on it. (If real-world activity has occurred, the status should be &quot;cancelled&quot; rather than &quot;entered-in-error&quot;.).</td><td><span title=\"EQUIVALENT\">~</span><a href=\"codesystem-resource-status.html#resource-status-error\">error</a></td></tr></table></li><li>Include these codes as defined in <a href=\"codesystem-detectedissue-status.html\"><code>http://hl7.org/fhir/detectedissue-status</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td><td><b><a href=\"valueset-resource-status.html\">Canonical Mapping for &quot;Detected Issue Status&quot;</a></b></td></tr><tr><td><a href=\"codesystem-detectedissue-status.html#detectedissue-status-mitigated\">mitigated</a></td><td>Mitigated</td><td>Indicates the detected issue has been mitigated</td><td><span title=\"EQUIVALENT\">~</span><a href=\"codesystem-resource-status.html#resource-status-inactive\">inactive</a></td></tr></table></li></ul></div>"
156595
+ },
156596
+ "extension" : [{
156597
+ "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
156598
+ "valueCode" : "cds"
156599
+ },
156600
+ {
156601
+ "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
156602
+ "valueCode" : "trial-use"
156603
+ },
156604
+ {
156605
+ "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
156606
+ "valueInteger" : 2
156607
+ }],
156608
+ "url" : "http://hl7.org/fhir/ValueSet/detectedissue-status",
156609
+ "identifier" : [{
156610
+ "system" : "urn:ietf:rfc:3986",
156611
+ "value" : "urn:oid:2.16.840.1.113883.4.642.3.3158"
156612
+ }],
156613
+ "version" : "5.0.0",
156614
+ "name" : "DetectedIssueStatus",
156615
+ "title" : "Detected Issue Status",
156616
+ "status" : "draft",
156617
+ "experimental" : false,
156618
+ "date" : "2020-12-28T16:55:11+11:00",
156619
+ "publisher" : "HL7 (FHIR Project)",
156620
+ "contact" : [{
156621
+ "telecom" : [{
156622
+ "system" : "url",
156623
+ "value" : "http://hl7.org/fhir"
156624
+ },
156625
+ {
156626
+ "system" : "email",
156627
+ "value" : "fhir@lists.hl7.org"
156628
+ }]
156629
+ }],
156630
+ "description" : "Indicates the status of a detected issue",
156631
+ "jurisdiction" : [{
156632
+ "coding" : [{
156633
+ "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
156634
+ "code" : "001",
156635
+ "display" : "World"
156636
+ }]
156637
+ }],
156638
+ "compose" : {
156639
+ "include" : [{
156640
+ "system" : "http://hl7.org/fhir/observation-status",
156641
+ "concept" : [{
156642
+ "code" : "preliminary",
156643
+ "display" : "Preliminary"
156644
+ },
156645
+ {
156646
+ "code" : "final",
156647
+ "display" : "Final"
156648
+ },
156649
+ {
156650
+ "code" : "entered-in-error",
156651
+ "display" : "Entered in Error"
156652
+ }]
156653
+ },
156654
+ {
156655
+ "system" : "http://hl7.org/fhir/detectedissue-status",
156656
+ "concept" : [{
156657
+ "code" : "mitigated",
156658
+ "display" : "Mitigated"
156659
+ }]
156660
+ }]
156661
+ }
156662
+ }
156518
156663
  }]
156519
156664
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medplum/definitions",
3
- "version": "3.1.5",
3
+ "version": "3.1.7",
4
4
  "description": "Medplum Data Definitions",
5
5
  "keywords": [
6
6
  "medplum",