@medplum/definitions 3.2.5 → 3.2.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.
@@ -925,6 +925,39 @@
925
925
  { "code": "213", "display": "SARS-COV-2 (COVID-19) vaccine, UNSPECIFIED" }
926
926
  ]
927
927
  }
928
+ },
929
+ {
930
+ "fullUrl": "https://medplum.com/fhir/CodeSystem/aus-imm-reg-stub",
931
+ "resource": {
932
+ "resourceType": "CodeSystem",
933
+ "url": "urn:oid:1.2.36.1.2001.1005.17",
934
+ "identifier": [
935
+ {
936
+ "system": "urn:ietf:rfc:3986",
937
+ "value": "urn:oid:1.2.36.1.2001.1005.17"
938
+ }
939
+ ],
940
+ "version": "20240207",
941
+ "name": "AustralianImmunisationRegisterVaccine",
942
+ "title": "Australian Immunisation Register Vaccine",
943
+ "status": "active",
944
+ "experimental": false,
945
+ "date": "2024-03-31",
946
+ "publisher": "Australian Digital Health Agency",
947
+ "contact": [
948
+ {
949
+ "telecom": [
950
+ {
951
+ "system": "email",
952
+ "value": "help@digitalhealth.gov.au"
953
+ }
954
+ ]
955
+ }
956
+ ],
957
+ "description": "The Australian Immunisation Register Vaccine code system defines the vaccine codes available for recording of vaccine administration on the Australian Immunisation Register, and may be used for online claiming and reimbursement for vaccine administration through Medicare.",
958
+ "copyright": "Copyright © 2022 Australian Digital Health Agency - All rights reserved. Except for the material identified below, this content is licensed under a Creative Commons Attribution 4.0 International License. See https://creativecommons.org/licenses/by/4.0/. \n\nThis resource also includes material from the 'Australian Immunisation Register Vaccine Code Formats' last updated: 7 February 2024 © Commonwealth of Australia, represented by Services Australia https://www.servicesaustralia.gov.au/organisations/health-professionals/services/medicare/australian-immunisation-register-health-professionals/resources/air-vaccine-code-formats. Licensed under https://creativecommons.org/licenses/by/3.0/au).\n\nAll copies of this resource must include this copyright statement and all information contained in this statement.",
959
+ "content": "not-present"
960
+ }
928
961
  }
929
962
  ]
930
963
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medplum/definitions",
3
- "version": "3.2.5",
3
+ "version": "3.2.7",
4
4
  "description": "Medplum Data Definitions",
5
5
  "keywords": [
6
6
  "medplum",
@@ -36,6 +36,7 @@
36
36
  "scripts": {
37
37
  "build": "npm run clean && tsc --project tsconfig.build.json",
38
38
  "clean": "rimraf dist/index.js dist/index.d.ts",
39
+ "lint": "eslint .",
39
40
  "test": "jest"
40
41
  },
41
42
  "engines": {