@medplum/definitions 3.2.4 → 3.2.5

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.
@@ -776,10 +776,12 @@
776
776
  "resource": {
777
777
  "resourceType": "CodeSystem",
778
778
  "url": "http://loinc.org",
779
+ "name": "LOINC_stub",
779
780
  "version": "0.0.0",
780
781
  "status": "active",
781
782
  "hierarchyMeaning": "is-a",
782
783
  "content": "example",
784
+ "description": "Stub version of LOINC code system",
783
785
  "concept": [
784
786
  {
785
787
  "code": "LA28865-6",
@@ -823,6 +825,106 @@
823
825
  }
824
826
  ]
825
827
  }
828
+ },
829
+ {
830
+ "fullUrl": "https://medplum.com/fhir/CodeSystem/cpt-stub",
831
+ "resource": {
832
+ "resourceType": "CodeSystem",
833
+ "url": "http://www.ama-assn.org/go/cpt",
834
+ "name": "CPT_stub",
835
+ "version": "0000",
836
+ "status": "active",
837
+ "hierarchyMeaning": "is-a",
838
+ "content": "not-present",
839
+ "description": "Stub version of CPT code system"
840
+ }
841
+ },
842
+ {
843
+ "fullUrl": "https://medplum.com/fhir/CodeSystem/rxnorm-stub",
844
+ "resource": {
845
+ "resourceType": "CodeSystem",
846
+ "url": "http://www.nlm.nih.gov/research/umls/rxnorm",
847
+ "name": "RxNorm_stub",
848
+ "version": "00000000",
849
+ "status": "active",
850
+ "hierarchyMeaning": "is-a",
851
+ "content": "not-present",
852
+ "description": "Stub version of RxNorm code system"
853
+ }
854
+ },
855
+ {
856
+ "fullUrl": "https://medplum.com/fhir/CodeSystem/ucum-stub",
857
+ "resource": {
858
+ "resourceType": "CodeSystem",
859
+ "url": "http://unitsofmeasure.org",
860
+ "name": "UCUM_stub",
861
+ "status": "active",
862
+ "content": "example",
863
+ "description": "Stub version of UCUM code system",
864
+ "concept": [
865
+ { "code" : "s", "display" : "second" },
866
+ { "code" : "min", "display" : "minute" },
867
+ { "code" : "h", "display" : "hour" },
868
+ { "code" : "d", "display" : "day" },
869
+ { "code" : "wk", "display" : "week" },
870
+ { "code" : "mo", "display" : "month" },
871
+ { "code" : "a", "display" : "year" }
872
+ ]
873
+ }
874
+ },
875
+ {
876
+ "fullUrl": "https://medplum.com/fhir/CodeSystem/icd10-stub",
877
+ "resource": {
878
+ "resourceType": "CodeSystem",
879
+ "url": "http://hl7.org/fhir/sid/icd-10",
880
+ "name": "ICD10_stub",
881
+ "status": "active",
882
+ "content": "example",
883
+ "description": "Stub version of ICD10 code system",
884
+ "concept" : [{
885
+ "code" : "123456",
886
+ "display" : "DIAG-1"
887
+ },
888
+ {
889
+ "code" : "123457",
890
+ "display" : "DIAG-1a"
891
+ },
892
+ {
893
+ "code" : "987654",
894
+ "display" : "DIAG-2"
895
+ },
896
+ {
897
+ "code" : "123987",
898
+ "display" : "DIAG-3"
899
+ },
900
+ {
901
+ "code" : "112233",
902
+ "display" : "DIAG-4"
903
+ },
904
+ {
905
+ "code" : "997755",
906
+ "display" : "DIAG-5"
907
+ },
908
+ {
909
+ "code" : "321789",
910
+ "display" : "DIAG-6"
911
+ }]
912
+ }
913
+ },
914
+ {
915
+ "fullUrl": "https://medplum.com/fhir/CodeSystem/cvx-stub",
916
+ "resource": {
917
+ "resourceType": "CodeSystem",
918
+ "url": "http://hl7.org/fhir/sid/cvx",
919
+ "name": "CVX_stub",
920
+ "version": "00000000",
921
+ "status": "active",
922
+ "content": "example",
923
+ "description": "Stub version of CVX code system",
924
+ "concept": [
925
+ { "code": "213", "display": "SARS-COV-2 (COVID-19) vaccine, UNSPECIFIED" }
926
+ ]
927
+ }
826
928
  }
827
929
  ]
828
930
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medplum/definitions",
3
- "version": "3.2.4",
3
+ "version": "3.2.5",
4
4
  "description": "Medplum Data Definitions",
5
5
  "keywords": [
6
6
  "medplum",