@dotbase/fhir-resources 5.12.0 → 5.13.0
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/package.json +1 -1
- package/reference.d.ts +1 -0
- package/reference.js +1 -0
- package/url.d.ts +1 -0
- package/url.js +1 -0
package/package.json
CHANGED
package/reference.d.ts
CHANGED
package/reference.js
CHANGED
|
@@ -497,6 +497,7 @@ exports["default"] = {
|
|
|
497
497
|
},
|
|
498
498
|
NamingSystem: {
|
|
499
499
|
DotbaseUsername: "NamingSystem/dotbase-namingsystem-dotbaseusername",
|
|
500
|
+
PatientCaseNumber: "NamingSystem/dotbase-namingsystem-patientprimaryidentifier",
|
|
500
501
|
PatientDotbaseIdentifier: "NamingSystem/dotbase-namingsystem-patientdotbaseidentifier",
|
|
501
502
|
PatientPrimaryIdentifier: "NamingSystem/dotbase-namingsystem-patientprimaryidentifier",
|
|
502
503
|
PatientTBaseIdentifier: "NamingSystem/dotbase-namingsystem-patienttbaseidentifier",
|
package/url.d.ts
CHANGED
package/url.js
CHANGED
|
@@ -472,6 +472,7 @@ exports["default"] = {
|
|
|
472
472
|
},
|
|
473
473
|
NamingSystem: {
|
|
474
474
|
DotbaseUsername: "https://dotbase.org/fhir/NamingSystem/dotbase-username",
|
|
475
|
+
PatientCaseNumber: "https://dotbase.org/fhir/NamingSystem/patient-case-number",
|
|
475
476
|
PatientDotbaseIdentifier: "https://dotbase.org/fhir/NamingSystem/patient-dotbase-identifier",
|
|
476
477
|
PatientPrimaryIdentifier: "https://dotbase.org/fhir/NamingSystem/patient-primary-identifier",
|
|
477
478
|
PatientTbaseIdentifier: "https://dotbase.org/fhir/NamingSystem/patient-tbase-identifier",
|