@medplum/definitions 0.9.17 → 0.9.20

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.
@@ -41930,6 +41930,10 @@
41930
41930
  },
41931
41931
  "type": "array"
41932
41932
  },
41933
+ "publisher": {
41934
+ "description": "The name of the individual or organization that published the ObservationDefinition.",
41935
+ "$ref": "#/definitions/Reference"
41936
+ },
41933
41937
  "category": {
41934
41938
  "description": "A code that classifies the general type of observation.",
41935
41939
  "items": {
@@ -267685,6 +267685,34 @@
267685
267685
  "map" : "N/A"
267686
267686
  }]
267687
267687
  },
267688
+ {
267689
+ "id" : "ObservationDefinition.publisher",
267690
+ "path" : "ObservationDefinition.publisher",
267691
+ "short" : "The name of the individual or organization that published the ObservationDefinition",
267692
+ "definition" : "Helps establish the \"authority/credibility\" of the ObservationDefinition. May also allow for contact.",
267693
+ "requirements" : "Usually an organization, but may be an individual. The publisher (or steward) of the ObservationDefinition is the organization or individual primarily responsible for the maintenance and upkeep of the ObservationDefinition. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the ObservationDefinition. This item SHOULD be populated unless the information is available from context.",
267694
+ "min" : 0,
267695
+ "max" : "1",
267696
+ "base" : {
267697
+ "path" : "ObservationDefinition.publisher",
267698
+ "min" : 0,
267699
+ "max" : "1"
267700
+ },
267701
+ "type" : [{
267702
+ "code" : "Reference",
267703
+ "targetProfile" : ["http://hl7.org/fhir/StructureDefinition/Practitioner",
267704
+ "http://hl7.org/fhir/StructureDefinition/PractitionerRole",
267705
+ "http://hl7.org/fhir/StructureDefinition/Organization"]
267706
+ }],
267707
+ "constraint" : [{
267708
+ "key" : "ele-1",
267709
+ "severity" : "error",
267710
+ "human" : "All FHIR elements must have a @value or children",
267711
+ "expression" : "hasValue() or (children().count() > id.count())",
267712
+ "xpath" : "@value|f:*|h:div",
267713
+ "source" : "http://hl7.org/fhir/StructureDefinition/Element"
267714
+ }]
267715
+ },
267688
267716
  {
267689
267717
  "id" : "ObservationDefinition.category",
267690
267718
  "path" : "ObservationDefinition.category",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medplum/definitions",
3
- "version": "0.9.17",
3
+ "version": "0.9.20",
4
4
  "description": "Medplum Data Definitions",
5
5
  "author": "Medplum <hello@medplum.com>",
6
6
  "license": "Apache-2.0",