@openfn/language-fhir-ndr-et 0.1.0 → 0.1.1
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/dist/index.cjs +3 -3
- package/dist/index.js +3 -3
- package/package.json +1 -2
package/dist/index.cjs
CHANGED
|
@@ -14019,7 +14019,7 @@ function observation_enhanced_adherence_counselling_observation(props) {
|
|
|
14019
14019
|
}
|
|
14020
14020
|
resource.code = code;
|
|
14021
14021
|
} else {
|
|
14022
|
-
resource.code = { "coding": [{ "system": "http://
|
|
14022
|
+
resource.code = { "coding": [{ "system": "http://moh.gov.et/fhir/hiv/CodeSystem/enhanced-adherence-counselling-status-code-system", "code": "eac" }] };
|
|
14023
14023
|
}
|
|
14024
14024
|
if (!import_lodash2.default.isNil(props.subject)) {
|
|
14025
14025
|
resource.subject = reference(props.subject);
|
|
@@ -19478,7 +19478,7 @@ function observation_muac_observation(props) {
|
|
|
19478
19478
|
}
|
|
19479
19479
|
resource.code = code;
|
|
19480
19480
|
} else {
|
|
19481
|
-
resource.code = { "coding": [{ "system": "http://
|
|
19481
|
+
resource.code = { "coding": [{ "system": "http://loinc.org", "code": "56072-2" }] };
|
|
19482
19482
|
}
|
|
19483
19483
|
if (!import_lodash2.default.isNil(props.subject)) {
|
|
19484
19484
|
resource.subject = reference(props.subject);
|
|
@@ -19914,7 +19914,7 @@ function observation_nutritional_status_observation(props) {
|
|
|
19914
19914
|
}
|
|
19915
19915
|
resource.code = code;
|
|
19916
19916
|
} else {
|
|
19917
|
-
resource.code = { "coding": [{ "system": "http://
|
|
19917
|
+
resource.code = { "coding": [{ "system": "http://snomed.info/sct", "code": "87276001" }] };
|
|
19918
19918
|
}
|
|
19919
19919
|
if (!import_lodash2.default.isNil(props.subject)) {
|
|
19920
19920
|
resource.subject = reference(props.subject);
|
package/dist/index.js
CHANGED
|
@@ -13979,7 +13979,7 @@ function observation_enhanced_adherence_counselling_observation(props) {
|
|
|
13979
13979
|
}
|
|
13980
13980
|
resource.code = code;
|
|
13981
13981
|
} else {
|
|
13982
|
-
resource.code = { "coding": [{ "system": "http://
|
|
13982
|
+
resource.code = { "coding": [{ "system": "http://moh.gov.et/fhir/hiv/CodeSystem/enhanced-adherence-counselling-status-code-system", "code": "eac" }] };
|
|
13983
13983
|
}
|
|
13984
13984
|
if (!_2.isNil(props.subject)) {
|
|
13985
13985
|
resource.subject = reference(props.subject);
|
|
@@ -19438,7 +19438,7 @@ function observation_muac_observation(props) {
|
|
|
19438
19438
|
}
|
|
19439
19439
|
resource.code = code;
|
|
19440
19440
|
} else {
|
|
19441
|
-
resource.code = { "coding": [{ "system": "http://
|
|
19441
|
+
resource.code = { "coding": [{ "system": "http://loinc.org", "code": "56072-2" }] };
|
|
19442
19442
|
}
|
|
19443
19443
|
if (!_2.isNil(props.subject)) {
|
|
19444
19444
|
resource.subject = reference(props.subject);
|
|
@@ -19874,7 +19874,7 @@ function observation_nutritional_status_observation(props) {
|
|
|
19874
19874
|
}
|
|
19875
19875
|
resource.code = code;
|
|
19876
19876
|
} else {
|
|
19877
|
-
resource.code = { "coding": [{ "system": "http://
|
|
19877
|
+
resource.code = { "coding": [{ "system": "http://snomed.info/sct", "code": "87276001" }] };
|
|
19878
19878
|
}
|
|
19879
19879
|
if (!_2.isNil(props.subject)) {
|
|
19880
19880
|
resource.subject = reference(props.subject);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openfn/language-fhir-ndr-et",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "OpenFn fhir adaptor for NDR HIV in Ehtiopia",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -42,7 +42,6 @@
|
|
|
42
42
|
"chai": "4.3.6",
|
|
43
43
|
"deep-eql": "4.1.1",
|
|
44
44
|
"esno": "^0.16.3",
|
|
45
|
-
"mocha": "9.2.2",
|
|
46
45
|
"rimraf": "3.0.2",
|
|
47
46
|
"undici": "^5.22.1"
|
|
48
47
|
},
|