@andes/fhir 1.12.0 → 1.12.1-beta.2

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.
Files changed (127) hide show
  1. package/LICENSE +674 -674
  2. package/README.md +2 -2
  3. package/{src → dist}/data/patient.json +192 -192
  4. package/dist/helpers/patientFactory.d.ts +26 -0
  5. package/dist/{src/helpers → helpers}/patientFactory.js +35 -31
  6. package/dist/index.d.ts +15 -0
  7. package/dist/index.js +55 -52
  8. package/dist/lib/allergyIntolerance.d.ts +29 -0
  9. package/dist/{src/lib → lib}/allergyIntolerance.js +39 -40
  10. package/dist/lib/bundle.d.ts +14 -0
  11. package/dist/{src/lib → lib}/bundle.js +25 -26
  12. package/dist/lib/composition.d.ts +47 -0
  13. package/dist/{src/lib → lib}/composition.js +152 -152
  14. package/dist/lib/condition.d.ts +53 -0
  15. package/dist/{src/lib → lib}/condition.js +79 -80
  16. package/dist/lib/config.d.ts +9 -0
  17. package/dist/{src/lib → lib}/config.js +27 -21
  18. package/dist/lib/config.test.d.ts +1 -0
  19. package/dist/lib/config.test.js +19 -0
  20. package/dist/lib/device.d.ts +22 -0
  21. package/dist/{src/lib → lib}/device.js +38 -39
  22. package/dist/lib/device.test.d.ts +1 -0
  23. package/dist/lib/device.test.js +9 -0
  24. package/dist/lib/document-reference.d.ts +71 -0
  25. package/dist/{src/lib → lib}/document-reference.js +106 -107
  26. package/dist/lib/immunization.d.ts +44 -0
  27. package/dist/{src/lib → lib}/immunization.js +67 -68
  28. package/dist/lib/medication.d.ts +25 -0
  29. package/{src/lib/medication.ts → dist/lib/medication.js} +64 -61
  30. package/dist/lib/medicationRequest.d.ts +42 -0
  31. package/{src/lib/medicationRequest.ts → dist/lib/medicationRequest.js} +103 -100
  32. package/dist/lib/medicationStatement.d.ts +47 -0
  33. package/dist/{src/lib → lib}/medicationStatement.js +55 -56
  34. package/dist/lib/organization.d.ts +6 -0
  35. package/dist/lib/organization.js +93 -0
  36. package/dist/lib/patient.d.ts +14 -0
  37. package/dist/lib/patient.js +465 -0
  38. package/dist/lib/patient.test.d.ts +1 -0
  39. package/dist/{src/lib → lib}/patient.test.js +132 -113
  40. package/dist/lib/practitioner.d.ts +6 -0
  41. package/dist/lib/practitioner.js +186 -0
  42. package/dist/types/andes/organization.types.d.ts +39 -0
  43. package/dist/types/andes/organization.types.js +2 -0
  44. package/dist/types/andes/patient.types.d.ts +57 -0
  45. package/dist/types/andes/patient.types.js +2 -0
  46. package/dist/types/andes/practitioner.types.d.ts +72 -0
  47. package/dist/types/andes/practitioner.types.js +3 -0
  48. package/package.json +56 -45
  49. package/.circleci/config.yml +0 -72
  50. package/.editorconfig +0 -14
  51. package/.env.example +0 -2
  52. package/.gitattributes +0 -1
  53. package/.github/CODEOWNERS +0 -1
  54. package/.github/labeler.yml +0 -11
  55. package/.github/pull_request_template.md +0 -28
  56. package/.github/workflows/build_test.yml +0 -14
  57. package/.github/workflows/has_conflicts.yml +0 -13
  58. package/.vscode/settings.json +0 -2
  59. package/CHANGELOG.md +0 -351
  60. package/coverage/clover.xml +0 -209
  61. package/coverage/coverage-final.json +0 -5
  62. package/coverage/lcov-report/base.css +0 -224
  63. package/coverage/lcov-report/block-navigation.js +0 -87
  64. package/coverage/lcov-report/config.ts.html +0 -136
  65. package/coverage/lcov-report/device.ts.html +0 -193
  66. package/coverage/lcov-report/favicon.png +0 -0
  67. package/coverage/lcov-report/helpers/index.html +0 -116
  68. package/coverage/lcov-report/helpers/patientFactory.ts.html +0 -124
  69. package/coverage/lcov-report/index.html +0 -131
  70. package/coverage/lcov-report/lib/config.ts.html +0 -136
  71. package/coverage/lcov-report/lib/device.ts.html +0 -193
  72. package/coverage/lcov-report/lib/index.html +0 -146
  73. package/coverage/lcov-report/lib/patient.ts.html +0 -1318
  74. package/coverage/lcov-report/patient.ts.html +0 -1207
  75. package/coverage/lcov-report/prettify.css +0 -1
  76. package/coverage/lcov-report/prettify.js +0 -2
  77. package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  78. package/coverage/lcov-report/sorter.js +0 -210
  79. package/coverage/lcov.info +0 -425
  80. package/dist/index.js.map +0 -1
  81. package/dist/src/data/patient.json +0 -192
  82. package/dist/src/helpers/patientFactory.js.map +0 -1
  83. package/dist/src/lib/allergyIntolerance.js.map +0 -1
  84. package/dist/src/lib/bundle.js.map +0 -1
  85. package/dist/src/lib/composition.js.map +0 -1
  86. package/dist/src/lib/condition.js.map +0 -1
  87. package/dist/src/lib/config.js.map +0 -1
  88. package/dist/src/lib/config.test.js +0 -13
  89. package/dist/src/lib/config.test.js.map +0 -1
  90. package/dist/src/lib/device.js.map +0 -1
  91. package/dist/src/lib/device.test.js +0 -10
  92. package/dist/src/lib/device.test.js.map +0 -1
  93. package/dist/src/lib/document-reference.js.map +0 -1
  94. package/dist/src/lib/immunization.js.map +0 -1
  95. package/dist/src/lib/medication.js +0 -65
  96. package/dist/src/lib/medication.js.map +0 -1
  97. package/dist/src/lib/medicationRequest.js +0 -103
  98. package/dist/src/lib/medicationRequest.js.map +0 -1
  99. package/dist/src/lib/medicationStatement.js.map +0 -1
  100. package/dist/src/lib/organization.js +0 -91
  101. package/dist/src/lib/organization.js.map +0 -1
  102. package/dist/src/lib/patient.js +0 -397
  103. package/dist/src/lib/patient.js.map +0 -1
  104. package/dist/src/lib/patient.test.js.map +0 -1
  105. package/dist/src/lib/practitioner.js +0 -161
  106. package/dist/src/lib/practitioner.js.map +0 -1
  107. package/index.ts +0 -30
  108. package/jest.config.js +0 -12
  109. package/release.config.js +0 -74
  110. package/src/helpers/patientFactory.ts +0 -13
  111. package/src/lib/allergyIntolerance.ts +0 -36
  112. package/src/lib/bundle.ts +0 -19
  113. package/src/lib/composition.ts +0 -153
  114. package/src/lib/condition.ts +0 -80
  115. package/src/lib/config.test.ts +0 -13
  116. package/src/lib/config.ts +0 -17
  117. package/src/lib/device.test.ts +0 -9
  118. package/src/lib/device.ts +0 -36
  119. package/src/lib/document-reference.ts +0 -102
  120. package/src/lib/immunization.ts +0 -64
  121. package/src/lib/medicationStatement.ts +0 -52
  122. package/src/lib/organization.ts +0 -89
  123. package/src/lib/patient.test.ts +0 -101
  124. package/src/lib/patient.ts +0 -411
  125. package/src/lib/practitioner.ts +0 -157
  126. package/tsconfig.test.json +0 -18
  127. package/tslint.json +0 -139
package/package.json CHANGED
@@ -1,45 +1,56 @@
1
- {
2
- "name": "@andes/fhir",
3
- "version": "1.12.0",
4
- "repository": {
5
- "type": "git",
6
- "url": "https://github.com/andes/fhir.git"
7
- },
8
- "author": "Red TICs",
9
- "license": "GPL-3.0",
10
- "jest": {
11
- "verbose": true
12
- },
13
- "scripts": {
14
- "lint": "tslint --project .",
15
- "start": "node index.js",
16
- "tsc": "tsc",
17
- "test": "npx jest --coverage",
18
- "tsc:w": "tsc -w",
19
- "prepublishOnly": "rimraf dist && tsc -p ./ --outDir dist/",
20
- "semantic-release": "semantic-release"
21
- },
22
- "main": "./dist/index.js",
23
- "devDependencies": {
24
- "@semantic-release/changelog": "^6.0.3",
25
- "@semantic-release/git": "^10.0.1",
26
- "@types/jest": "^26.0.24",
27
- "@types/node": "^6.0.117",
28
- "conventional-changelog-conventionalcommits": "^9.1.0",
29
- "dotenv-cli": "^11.0.0",
30
- "jasmine-core": "~2.6.2",
31
- "jasmine-spec-reporter": "~4.1.0",
32
- "jest": "^26.6.3",
33
- "rimraf": "^6.1.0",
34
- "semantic-release": "^24.2.9",
35
- "ts-jest": "^26.5.4",
36
- "ts-node": "~3.0.4",
37
- "tslint": "^5.20.1",
38
- "tslint-eslint-rules": "^5.4.0",
39
- "typescript": "^3.9.9"
40
- },
41
- "dependencies": {
42
- "@jest/types": "^26.6.2",
43
- "moment": ">=2.29.4"
44
- }
45
- }
1
+ {
2
+ "name": "@andes/fhir",
3
+ "version": "1.12.1-beta.2",
4
+ "engines": {
5
+ "node": ">=18.0.0"
6
+ },
7
+ "engineStrict": true,
8
+ "main": "dist/index.js",
9
+ "types": "dist/index.d.ts",
10
+ "scripts": {
11
+ "lint": "eslint \"src/**/*.ts\"",
12
+ "tsc": "tsc",
13
+ "tsc:w": "tsc -w",
14
+ "test": "jest --coverage",
15
+ "prepublishOnly": "rimraf dist && tsc -p ./ --outDir dist/",
16
+ "build": "tsc -p ./ --outDir dist",
17
+ "semantic-release": "semantic-release",
18
+ "release:beta": "dotenv -e .env -- semantic-release --branches develop",
19
+ "release:beta:dry": "dotenv -e .env -- semantic-release --no-ci --dry-run",
20
+ "release:prod": "dotenv -e .env -- semantic-release --branches master",
21
+ "release:prod:dry": "dotenv -e .env -- semantic-release --no-ci --branches master --dry-run"
22
+ },
23
+ "devDependencies": {
24
+ "@types/jest": "29.5.14",
25
+ "@types/node": "^18.19.0",
26
+ "@typescript-eslint/eslint-plugin": "^6.21.0",
27
+ "@typescript-eslint/parser": "^6.21.0",
28
+ "dotenv-cli": "^11.0.0",
29
+ "eslint": "^8.57.0",
30
+ "jest": "29.7.0",
31
+ "rimraf": "^5.0.7",
32
+ "semantic-release": "^20.1.0",
33
+ "ts-jest": "29.2.5",
34
+ "ts-node": "^10.9.2",
35
+ "typescript": "5.3.3"
36
+ },
37
+ "dependencies": {
38
+ "@types/fhir": "^0.0.41",
39
+ "moment": "2.29.4"
40
+ },
41
+ "files": [
42
+ "dist/**/*"
43
+ ],
44
+ "release": {
45
+ "branches": [
46
+ {
47
+ "name": "master"
48
+ },
49
+ {
50
+ "name": "develop",
51
+ "channel": "beta",
52
+ "prerelease": "beta"
53
+ }
54
+ ]
55
+ }
56
+ }
@@ -1,72 +0,0 @@
1
- version: 2
2
- jobs:
3
- install:
4
- working_directory: ~/fhir
5
- docker:
6
- - image: 'cimg/node:22.11'
7
- steps:
8
- - run:
9
- name: Use HTTPS for GitHub
10
- command: git config --global url."https://github.com/".insteadOf "git@github.com:"
11
- - checkout
12
- - restore_cache:
13
- keys:
14
- - v2-deps-{{ .Branch }}-{{ checksum "package-lock.json" }}
15
- - v2-deps-{{ .Branch }}-
16
- - v2-deps-
17
- - run:
18
- name: Install dependencies
19
- command: npm ci
20
- - save_cache:
21
- key: v2-deps-{{ .Branch }}-{{ checksum "package-lock.json" }}
22
- paths:
23
- - ~/.npm
24
- - ~/.cache
25
- - persist_to_workspace:
26
- root: ~/
27
- paths:
28
- - .cache
29
- - fhir
30
- build:
31
- working_directory: ~/fhir
32
- docker:
33
- - image: cimg/node:22.11
34
- steps:
35
- - attach_workspace:
36
- at: ~/
37
- - run:
38
- name: lint
39
- command: npm run lint
40
- - run:
41
- name: npm-install
42
- command: npm install
43
- deploy:
44
- working_directory: ~/fhir
45
- docker:
46
- - image: 'cimg/node:22.11'
47
- steps:
48
- - attach_workspace:
49
- at: ~/
50
- - run: npx semantic-release
51
-
52
- workflows:
53
- version: 2
54
- prepare_and_release:
55
- jobs:
56
- - install
57
- - build:
58
- requires:
59
- - install
60
- - request-deploy:
61
- type: approval
62
- requires:
63
- - build
64
- filters:
65
- branches:
66
- only: master
67
- - deploy:
68
- requires:
69
- - request-deploy
70
- filters:
71
- branches:
72
- only: master
package/.editorconfig DELETED
@@ -1,14 +0,0 @@
1
- # Editor configuration, see http://editorconfig.org
2
- root = true
3
-
4
- [*]
5
- charset = utf-8
6
- indent_style = space
7
- indent_size = 2
8
- end_of_line = lf
9
- insert_final_newline = true
10
- trim_trailing_whitespace = true
11
-
12
- [*.md]
13
- max_line_length = 0
14
- trim_trailing_whitespace = false
package/.env.example DELETED
@@ -1,2 +0,0 @@
1
- GITHUB_TOKEN=
2
- NPM_TOKEN=
package/.gitattributes DELETED
@@ -1 +0,0 @@
1
- *.js linguist-language=TypeScript
@@ -1 +0,0 @@
1
- * @andes/testing @andes/code-review
@@ -1,11 +0,0 @@
1
- name: "Pull Request Labeler"
2
- on:
3
- - pull_request
4
-
5
- jobs:
6
- triage:
7
- runs-on: ubuntu-latest
8
- steps:
9
- - uses: actions/labeler@v2
10
- with:
11
- repo-token: "${{ secrets.GITHUB_TOKEN }}"
@@ -1,28 +0,0 @@
1
- <!--
2
-
3
- PASOS PARA REGISTRAR UN PULL REQUEST
4
- ____________________________________
5
- -->
6
- ### Requerimiento
7
- <!-- URL de la User Story, referencia al issue (#1111) o breve descripcion del requerimiento -->
8
-
9
- ### Funcionalidad desarrollada
10
- <!-- Describir que se desarrollo -->
11
- 1.
12
- 2.
13
- 3.
14
-
15
-
16
- ### UserStories llegó a completarse
17
- <!-- Marca con una X la casilla correcta-->
18
- - [ ] Si
19
- - [ ] No
20
-
21
- <!-- Agregar captura de pantalla, si fuera relevante -->
22
-
23
-
24
- <!-- Código relevante
25
- ```
26
- (pegar código aquí)
27
- ```
28
- -->
@@ -1,14 +0,0 @@
1
- name: BUILD AND TEST
2
- on: [push]
3
- jobs:
4
- build:
5
- runs-on: ubuntu-22.04
6
- steps:
7
- - uses: actions/checkout@v1
8
- - name: Use Node.js
9
- uses: actions/setup-node@v1
10
- with:
11
- node-version: '22.x'
12
- - run: npm ci
13
- - run: npm run lint
14
- - run: npm test
@@ -1,13 +0,0 @@
1
- on:
2
- workflow_dispatch:
3
- push:
4
- branches:
5
- - master
6
- jobs:
7
- triage:
8
- runs-on: ubuntu-latest
9
- steps:
10
- - uses: mschilde/auto-label-merge-conflicts@master
11
- with:
12
- CONFLICT_LABEL_NAME: "has conflicts"
13
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -1,2 +0,0 @@
1
- {
2
- }
package/CHANGELOG.md DELETED
@@ -1,351 +0,0 @@
1
- # Changelog
2
-
3
- # [1.12.0](https://github.com/andes/fhir/compare/v1.11.1...v1.12.0) (2025-11-07)
4
-
5
-
6
- ### Bug Fixes
7
-
8
- * agrego dependencia faltante ([9e9687a](https://github.com/andes/fhir/commit/9e9687adc6995ee06922e1b943301858d7046313))
9
-
10
-
11
- ### Features
12
-
13
- * bumb manual 1.12.1 ([b57b8c4](https://github.com/andes/fhir/commit/b57b8c41527b2df47afcdc18d82755de808f006c))
14
- * bump manual 1.12.4 ([c21a41c](https://github.com/andes/fhir/commit/c21a41c66c716e3b0622aa9928d923dfe183dbe7))
15
- * bump manual a version 1.12 ([f3e7d0c](https://github.com/andes/fhir/commit/f3e7d0c9f1b428cb4e0868fea93f2c8b8a871f6b))
16
- * devolver todos los identifier ([#25](https://github.com/andes/fhir/issues/25)) ([715274b](https://github.com/andes/fhir/commit/715274bac9d54e7115a1f2de72abb2be5142f944))
17
- * quito _paciente ([4330d6a](https://github.com/andes/fhir/commit/4330d6a435581d1226878ae9fcb2f843fd0d650a))
18
-
19
- # [1.12.0-beta.3](https://github.com/andes/fhir/compare/v1.12.0-beta.2...v1.12.0-beta.3) (2025-11-06)
20
-
21
-
22
- ### Features
23
-
24
- * bump manual 1.12.4 ([c21a41c](https://github.com/andes/fhir/commit/c21a41c66c716e3b0622aa9928d923dfe183dbe7))
25
- * quito _paciente ([4330d6a](https://github.com/andes/fhir/commit/4330d6a435581d1226878ae9fcb2f843fd0d650a))
26
-
27
- # [1.12.0-beta.2](https://github.com/andes/fhir/compare/v1.12.0-beta.1...v1.12.0-beta.2) (2025-11-06)
28
-
29
-
30
- ### Features
31
-
32
- * bumb manual 1.12.1 ([b57b8c4](https://github.com/andes/fhir/commit/b57b8c41527b2df47afcdc18d82755de808f006c))
33
-
34
- # [1.12.0-beta.1](https://github.com/andes/fhir/compare/v1.11.1...v1.12.0-beta.1) (2025-11-05)
35
-
36
-
37
- ### Bug Fixes
38
-
39
- * agrego dependencia faltante ([9e9687a](https://github.com/andes/fhir/commit/9e9687adc6995ee06922e1b943301858d7046313))
40
-
41
-
42
- ### Features
43
-
44
- * bump manual a version 1.12 ([f3e7d0c](https://github.com/andes/fhir/commit/f3e7d0c9f1b428cb4e0868fea93f2c8b8a871f6b))
45
-
46
- ## [1.11.1](https://github.com/andes/fhir/compare/v1.11.0...v1.11.1) (2021-09-23)
47
-
48
-
49
- ### Bug Fixes
50
-
51
- * **document-reference:** ajustes author ([429d86c](https://github.com/andes/fhir/commit/429d86c7dffd7b7562450746e75352b5d65cf478))
52
-
53
- # [1.11.0](https://github.com/andes/fhir/compare/v1.10.0...v1.11.0) (2021-08-31)
54
-
55
-
56
- ### Features
57
-
58
- * add organization to document reference ([51cbd96](https://github.com/andes/fhir/commit/51cbd962d207479812298704a9d221d3f210b32c))
59
-
60
- # [1.10.0](https://github.com/andes/fhir/compare/v1.9.0...v1.10.0) (2021-08-25)
61
-
62
-
63
- ### Features
64
-
65
- * **composition:** ajuste de custodian ([2069e81](https://github.com/andes/fhir/commit/2069e8120e64c5f59d47ce2cfa97644b54d3e6c7))
66
-
67
- # [1.9.0](https://github.com/andes/fhir/compare/v1.8.3...v1.9.0) (2021-08-23)
68
-
69
-
70
- ### Features
71
-
72
- * **composition:** change format ([7b93693](https://github.com/andes/fhir/commit/7b9369329181f4b8671f49134b1da7f587b66fea))
73
-
74
- ## [1.8.3](https://github.com/andes/fhir/compare/v1.8.2...v1.8.3) (2021-07-26)
75
-
76
-
77
- ### Bug Fixes
78
-
79
- * ajusta moment ([7e11c76](https://github.com/andes/fhir/commit/7e11c761823a74074c47c5534b4f1329ccc04c12))
80
-
81
- ## [1.8.2](https://github.com/andes/fhir/compare/v1.8.1...v1.8.2) (2021-07-26)
82
-
83
-
84
- ### Bug Fixes
85
-
86
- * error en relaciones nulas ([0976888](https://github.com/andes/fhir/commit/09768885f87385bad2af3c23e61630958290a834))
87
-
88
- ## [1.8.1](https://github.com/andes/fhir/compare/v1.8.0...v1.8.1) (2021-04-15)
89
-
90
-
91
- ### Bug Fixes
92
-
93
- * **moment:** Correct moment sintax ([0624910](https://github.com/andes/fhir/commit/062491018912e01dee9ef6d69e54d940c9213e33))
94
-
95
- # [1.8.0](https://github.com/andes/fhir/compare/v1.7.0...v1.8.0) (2021-04-14)
96
-
97
-
98
- ### Features
99
-
100
- * **patient:** add some test ([#17](https://github.com/andes/fhir/issues/17)) ([80bc576](https://github.com/andes/fhir/commit/80bc576e58bdbb0a5a028fb073b31d6c0b431bc6))
101
-
102
- # [1.7.0](https://github.com/andes/fhir/compare/v1.6.0...v1.7.0) (2021-04-06)
103
-
104
-
105
- ### Features
106
-
107
- * **unitTesting:** First steps unit testing ([#15](https://github.com/andes/fhir/issues/15)) ([d65d0fa](https://github.com/andes/fhir/commit/d65d0fa77d38a87daae6b16fd443d2ddbfbc52e3))
108
-
109
- # [1.6.0](https://github.com/andes/fhir/compare/v1.5.0...v1.6.0) (2021-02-26)
110
-
111
-
112
- ### Features
113
-
114
- * **medicationRequest:** Add path medication request ([a6ca080](https://github.com/andes/fhir/commit/a6ca080c474b9f0c5cb6b8598f168ca5d2ad6779))
115
-
116
- # [1.5.0](https://github.com/andes/fhir/compare/v1.4.3...v1.5.0) (2021-02-26)
117
-
118
-
119
- ### Features
120
-
121
- * **medicationRequest:** create and add some properties to this fhir resource ([#14](https://github.com/andes/fhir/issues/14)) ([9d4bb01](https://github.com/andes/fhir/commit/9d4bb01a271bb2e1a36c3ee8ae76f1553d1b2ec3))
122
-
123
- ## [1.4.3](https://github.com/andes/fhir/compare/v1.4.2...v1.4.3) (2020-11-27)
124
-
125
-
126
- ### Bug Fixes
127
-
128
- * **patient:** fix en fecha de nacimiento y de fallecimiento ([#13](https://github.com/andes/fhir/issues/13)) ([6bac05a](https://github.com/andes/fhir/commit/6bac05a982b5c0990eab2d2420b96ee0ba1d564a))
129
-
130
- ## [1.4.2](https://github.com/andes/fhir/compare/v1.4.1...v1.4.2) (2020-11-02)
131
-
132
-
133
- ### Bug Fixes
134
-
135
- * **patient:** verificar si el paciente no tiene fecha nacimiento ([#12](https://github.com/andes/fhir/issues/12)) ([3b39e05](https://github.com/andes/fhir/commit/3b39e056b98a7ad79985e31bb4efe75d5e700a71))
136
-
137
- ## [1.4.1](https://github.com/andes/fhir/compare/v1.4.0...v1.4.1) (2020-10-29)
138
-
139
-
140
- ### Bug Fixes
141
-
142
- * **patient:** se resuleve problema en decode ([#11](https://github.com/andes/fhir/issues/11)) ([241e906](https://github.com/andes/fhir/commit/241e9060bd4eacf65bd75c55124111dd6764bb09))
143
-
144
- # [1.4.0](https://github.com/andes/fhir/compare/v1.3.0...v1.4.0) (2020-10-29)
145
-
146
-
147
- ### Features
148
-
149
- * **resources:** mejoras varias y agregado de alleryIntolerance ([#10](https://github.com/andes/fhir/issues/10)) ([f9085d6](https://github.com/andes/fhir/commit/f9085d6d5f51d60f5d1cf1cac5b03fa041b5f0f5))
150
-
151
- # [1.3.0](https://github.com/andes/fhir/compare/v1.2.0...v1.3.0) (2020-08-05)
152
-
153
-
154
- ### Features
155
-
156
- * **fhir:** agregamos la feature de medication y medicationStatement ([#8](https://github.com/andes/fhir/issues/8)) ([65771a2](https://github.com/andes/fhir/commit/65771a2052108f93f1ca819a49cd60408619e90c))
157
-
158
- # [1.2.0](https://github.com/andes/fhir/compare/v1.1.0...v1.2.0) (2020-05-12)
159
-
160
-
161
- ### Features
162
-
163
- * **inmunization:** modificamos la informacion del recurso vacunas ([b9a3443](https://github.com/andes/fhir/commit/b9a34439b049fc75f30e0419dbcd748d1b806d57))
164
-
165
- # [1.1.0](https://github.com/andes/fhir/compare/v1.0.1...v1.1.0) (2020-02-14)
166
-
167
-
168
- ### Features
169
-
170
- * **patient:** It's a lie ([4dc1748](https://github.com/andes/fhir/commit/4dc17484de9bcd21b985c8379d429749aa9332b2))
171
-
172
- ## [1.0.1](https://github.com/andes/fhir/compare/v1.0.0...v1.0.1) (2020-02-14)
173
-
174
-
175
- ### Bug Fixes
176
-
177
- * **demo:** add some elemts to demo ([3bd926c](https://github.com/andes/fhir/commit/3bd926c1433ca67555aa3ef83c6145754745a201))
178
-
179
- # 1.0.0 (2020-02-14)
180
-
181
-
182
- ### Bug Fixes
183
-
184
- * **circle:** remove start ([32247c0](https://github.com/andes/fhir/commit/32247c048e366db878d0be29f31fbd9775c834b0))
185
- * **circle:** working_dir ([dd2bc5d](https://github.com/andes/fhir/commit/dd2bc5dd682fd9a84c44bce9467a891265c5b584))
186
- * **circle:** working_dir ([aacc1bd](https://github.com/andes/fhir/commit/aacc1bddc1eb2e09a74c3a402ce172ab1fc346e1))
187
- * **circle_file:** more fixes ([7227c79](https://github.com/andes/fhir/commit/7227c79b5b1f85d6fcfb1058f6d9d6c94161ae4c))
188
- * **circle_file:** more fixes ([b4120fc](https://github.com/andes/fhir/commit/b4120fc36621e94f90e9dcf324b2b5db6b39cc18))
189
- * **circleci:** Delete backup configuration file ([077f4f0](https://github.com/andes/fhir/commit/077f4f0fccf80a14c605a0427fef5094a09f8b90))
190
- * **circleci:** Delete backup configuration file ([66afcc7](https://github.com/andes/fhir/commit/66afcc7e5e11f36f9e14150a730ee3c4c0398cbf))
191
- * **circleci:** remove npm start line ([5ca4773](https://github.com/andes/fhir/commit/5ca4773be8d50246e1250614c73201913a5eb9ea))
192
- * **circleci:** remove string error ([52fe53b](https://github.com/andes/fhir/commit/52fe53b93bdc3fac5c2a6f5510313a17ad5363c2))
193
- * **circleci:** remove string error ([e2297bc](https://github.com/andes/fhir/commit/e2297bc647e289db5d95167fef005a193c459475))
194
- * **circleci:** semantic-release ([ed265ac](https://github.com/andes/fhir/commit/ed265ac3e2cf9afca6896c71d44125bcc4c067be))
195
- * **circleci:** semantic-release ([e0c5eb2](https://github.com/andes/fhir/commit/e0c5eb21044761e373f9d797158a45a00c5741a8))
196
- * **circlici:** More changes ([16d6cad](https://github.com/andes/fhir/commit/16d6cad33cae2e1aa5e16c839c1050d311b8a955))
197
- * **circlici:** More changes ([402af6d](https://github.com/andes/fhir/commit/402af6d4ab30b1dee0218e5a3c8a2ee8a8e05003))
198
- * **config:** add root directory ([67cc97a](https://github.com/andes/fhir/commit/67cc97a7db2ea35a5edc4585dcdb7b1b30209d8f))
199
- * **config:** add root directory ([a510f26](https://github.com/andes/fhir/commit/a510f26f3fccf6c2d0ea3b14dbd60630ec41ab15))
200
- * **config:** change name into the pipeline ([e3f61ff](https://github.com/andes/fhir/commit/e3f61ff170162fe94aa363cb363d238f352f7c01))
201
- * **config:** change semnatic relaese call ([43533c8](https://github.com/andes/fhir/commit/43533c8f2aee7e4b7d1088494e96a0804b017884))
202
- * **config:** change semnatic relaese call ([43df0d9](https://github.com/andes/fhir/commit/43df0d9bb907b6e58a5271a39faecdda12cfcb55))
203
- * **config:** Fix install label ([740c449](https://github.com/andes/fhir/commit/740c4492e7a6ad4e14a734d108d53a90148dd5f3))
204
- * **config:** Fix install label ([b146d86](https://github.com/andes/fhir/commit/b146d86ba2c44f245cc109720afb592c79d602f5))
205
- * **config:** Indentation problems ([549acc8](https://github.com/andes/fhir/commit/549acc80699dc079387dc8e9274887f233b73be6))
206
- * **config:** Indentation problems ([e949968](https://github.com/andes/fhir/commit/e949968da3378c355c2fab41d7acc5eff210eca0))
207
- * **config:** remove working directory ([6dac7fc](https://github.com/andes/fhir/commit/6dac7fcf6c09834ae5b71ad3965b745dd01895fd))
208
- * **config:** remove working directory ([e924595](https://github.com/andes/fhir/commit/e924595145e9251d378fe89fad3c618a61997ddd))
209
- * **fhir:** Resilvemos el problema del formato fhir para family y given ([57dd4c7](https://github.com/andes/fhir/commit/57dd4c7e52bcdbc1b3362777e9a1534ae1eed2a8))
210
- * **fhir:** Resilvemos el problema del formato fhir para family y given ([219cc97](https://github.com/andes/fhir/commit/219cc9756205a1f87b69e9786353d50f715a1a75))
211
- * **fhir:** Resolve _family problem federador ([dd68521](https://github.com/andes/fhir/commit/dd68521ff04a9dfff5e5c115758af2a24ed2260a))
212
- * **fhir:** Resolve _family problem federador ([b25fb61](https://github.com/andes/fhir/commit/b25fb6199f8fdb171f6567b3ee45aa35dc1b2f45))
213
- * **fhir:** Separa el los nombres y los apellidos ([062ea0d](https://github.com/andes/fhir/commit/062ea0dc9bec0f20bee37a4fe995b1255ac125fa))
214
- * **practitioner:** Resolvemos problema de la especialidad y la matricula. ([e8a35cd](https://github.com/andes/fhir/commit/e8a35cd6b57e408b1f9f723a6fe301b5aa5e42fa))
215
- * **practitioner:** Resolvemos problema de la especialidad y la matricula. ([00d7346](https://github.com/andes/fhir/commit/00d73465d9fcaebc1eaf2210182239e9b00d2bf2))
216
- * **practitioner:** Se agrega control de matriculas ([e0279ad](https://github.com/andes/fhir/commit/e0279ada09692b8b62b707aedbac3e20f6256da5))
217
- * **practitioner:** Se solucionan los problemas de parsing en el decode. Además se agregan las matriculas de grado y especialidad. ([1f2f8df](https://github.com/andes/fhir/commit/1f2f8df9cc5321fdaf01430de62f99505824aa9a))
218
- * **practitioner:** Se solucionan los problemas de parsing en el decode. Además se agregan las matriculas de grado y especialidad. ([b4a7e87](https://github.com/andes/fhir/commit/b4a7e878e678d7f601b6b5ea012cff0c595155fc))
219
- * **release:** remove condition circle ([e1cfb08](https://github.com/andes/fhir/commit/e1cfb0820afa13f4f0e6ab67dc9a481a549c7933))
220
- * **release:** remove condition circle ([b2cfd1e](https://github.com/andes/fhir/commit/b2cfd1e2aa28f977ff0e8e217ce9c7d19ca6506b))
221
- * **resources:** Typo fixes ([e1ae4c2](https://github.com/andes/fhir/commit/e1ae4c2b6ec2476be70e8f5f239f5a9c4388b910))
222
- * **resources:** Typo fixes ([5f2961f](https://github.com/andes/fhir/commit/5f2961f6cc84e5d5a10684042557ce61c9c5acae))
223
-
224
-
225
- ### Features
226
-
227
- * **circleci:** Add circleci file into the project ([45fb5fb](https://github.com/andes/fhir/commit/45fb5fbe7ff15faf8f982abc272e763a5342a3ae))
228
- * **circleci:** Add config file ([762ec2e](https://github.com/andes/fhir/commit/762ec2ec576fee05d43d738e83cebe4cae343793))
229
- * **circleci:** add some workflow behaivor ([1444daa](https://github.com/andes/fhir/commit/1444daa03781be4c9c1b0157a1604ced0809cee7))
230
- * **circleci:** add some workflow behaivor ([139f4d2](https://github.com/andes/fhir/commit/139f4d2cf7c73eb4201837a0100b8ec04fa1efb7))
231
- * **continups integration:** Some improvements ([1d719fd](https://github.com/andes/fhir/commit/1d719fd5b2ed4bfeb8fb5b0a53a476feee9c48f9))
232
- * **continups integration:** Some improvements ([7d40033](https://github.com/andes/fhir/commit/7d40033e33438f18ec4b855fcde576be575c92bd))
233
- * **patient:** add cuil data ([c3ddd9a](https://github.com/andes/fhir/commit/c3ddd9ac7d1bdbcbd0b54c36e08f7cc2cb20053d))
234
- * new patient schema ([2e57f59](https://github.com/andes/fhir/commit/2e57f5938433d56a79278c563453633f6ecaf6dd))
235
- * new patient schema ([a83b51e](https://github.com/andes/fhir/commit/a83b51e79259dd5b5e64d47ef8bbe0d0c450bca5))
236
-
237
- # 1.0.0 (2020-02-14)
238
-
239
-
240
- ### Bug Fixes
241
-
242
- * **circle:** remove start ([32247c0](https://github.com/andes/fhir/commit/32247c048e366db878d0be29f31fbd9775c834b0))
243
- * **circle:** working_dir ([dd2bc5d](https://github.com/andes/fhir/commit/dd2bc5dd682fd9a84c44bce9467a891265c5b584))
244
- * **circle:** working_dir ([aacc1bd](https://github.com/andes/fhir/commit/aacc1bddc1eb2e09a74c3a402ce172ab1fc346e1))
245
- * **circle_file:** more fixes ([7227c79](https://github.com/andes/fhir/commit/7227c79b5b1f85d6fcfb1058f6d9d6c94161ae4c))
246
- * **circle_file:** more fixes ([b4120fc](https://github.com/andes/fhir/commit/b4120fc36621e94f90e9dcf324b2b5db6b39cc18))
247
- * **circleci:** Delete backup configuration file ([077f4f0](https://github.com/andes/fhir/commit/077f4f0fccf80a14c605a0427fef5094a09f8b90))
248
- * **circleci:** Delete backup configuration file ([66afcc7](https://github.com/andes/fhir/commit/66afcc7e5e11f36f9e14150a730ee3c4c0398cbf))
249
- * **circleci:** remove npm start line ([5ca4773](https://github.com/andes/fhir/commit/5ca4773be8d50246e1250614c73201913a5eb9ea))
250
- * **circleci:** remove string error ([52fe53b](https://github.com/andes/fhir/commit/52fe53b93bdc3fac5c2a6f5510313a17ad5363c2))
251
- * **circleci:** remove string error ([e2297bc](https://github.com/andes/fhir/commit/e2297bc647e289db5d95167fef005a193c459475))
252
- * **circleci:** semantic-release ([ed265ac](https://github.com/andes/fhir/commit/ed265ac3e2cf9afca6896c71d44125bcc4c067be))
253
- * **circleci:** semantic-release ([e0c5eb2](https://github.com/andes/fhir/commit/e0c5eb21044761e373f9d797158a45a00c5741a8))
254
- * **circlici:** More changes ([16d6cad](https://github.com/andes/fhir/commit/16d6cad33cae2e1aa5e16c839c1050d311b8a955))
255
- * **circlici:** More changes ([402af6d](https://github.com/andes/fhir/commit/402af6d4ab30b1dee0218e5a3c8a2ee8a8e05003))
256
- * **config:** add root directory ([67cc97a](https://github.com/andes/fhir/commit/67cc97a7db2ea35a5edc4585dcdb7b1b30209d8f))
257
- * **config:** add root directory ([a510f26](https://github.com/andes/fhir/commit/a510f26f3fccf6c2d0ea3b14dbd60630ec41ab15))
258
- * **config:** change name into the pipeline ([e3f61ff](https://github.com/andes/fhir/commit/e3f61ff170162fe94aa363cb363d238f352f7c01))
259
- * **config:** change semnatic relaese call ([43533c8](https://github.com/andes/fhir/commit/43533c8f2aee7e4b7d1088494e96a0804b017884))
260
- * **config:** change semnatic relaese call ([43df0d9](https://github.com/andes/fhir/commit/43df0d9bb907b6e58a5271a39faecdda12cfcb55))
261
- * **config:** Fix install label ([740c449](https://github.com/andes/fhir/commit/740c4492e7a6ad4e14a734d108d53a90148dd5f3))
262
- * **config:** Fix install label ([b146d86](https://github.com/andes/fhir/commit/b146d86ba2c44f245cc109720afb592c79d602f5))
263
- * **config:** Indentation problems ([549acc8](https://github.com/andes/fhir/commit/549acc80699dc079387dc8e9274887f233b73be6))
264
- * **config:** Indentation problems ([e949968](https://github.com/andes/fhir/commit/e949968da3378c355c2fab41d7acc5eff210eca0))
265
- * **config:** remove working directory ([6dac7fc](https://github.com/andes/fhir/commit/6dac7fcf6c09834ae5b71ad3965b745dd01895fd))
266
- * **config:** remove working directory ([e924595](https://github.com/andes/fhir/commit/e924595145e9251d378fe89fad3c618a61997ddd))
267
- * **fhir:** Resilvemos el problema del formato fhir para family y given ([57dd4c7](https://github.com/andes/fhir/commit/57dd4c7e52bcdbc1b3362777e9a1534ae1eed2a8))
268
- * **fhir:** Resilvemos el problema del formato fhir para family y given ([219cc97](https://github.com/andes/fhir/commit/219cc9756205a1f87b69e9786353d50f715a1a75))
269
- * **fhir:** Resolve _family problem federador ([dd68521](https://github.com/andes/fhir/commit/dd68521ff04a9dfff5e5c115758af2a24ed2260a))
270
- * **fhir:** Resolve _family problem federador ([b25fb61](https://github.com/andes/fhir/commit/b25fb6199f8fdb171f6567b3ee45aa35dc1b2f45))
271
- * **fhir:** Separa el los nombres y los apellidos ([062ea0d](https://github.com/andes/fhir/commit/062ea0dc9bec0f20bee37a4fe995b1255ac125fa))
272
- * **practitioner:** Resolvemos problema de la especialidad y la matricula. ([e8a35cd](https://github.com/andes/fhir/commit/e8a35cd6b57e408b1f9f723a6fe301b5aa5e42fa))
273
- * **practitioner:** Resolvemos problema de la especialidad y la matricula. ([00d7346](https://github.com/andes/fhir/commit/00d73465d9fcaebc1eaf2210182239e9b00d2bf2))
274
- * **practitioner:** Se agrega control de matriculas ([e0279ad](https://github.com/andes/fhir/commit/e0279ada09692b8b62b707aedbac3e20f6256da5))
275
- * **practitioner:** Se solucionan los problemas de parsing en el decode. Además se agregan las matriculas de grado y especialidad. ([1f2f8df](https://github.com/andes/fhir/commit/1f2f8df9cc5321fdaf01430de62f99505824aa9a))
276
- * **practitioner:** Se solucionan los problemas de parsing en el decode. Además se agregan las matriculas de grado y especialidad. ([b4a7e87](https://github.com/andes/fhir/commit/b4a7e878e678d7f601b6b5ea012cff0c595155fc))
277
- * **release:** remove condition circle ([e1cfb08](https://github.com/andes/fhir/commit/e1cfb0820afa13f4f0e6ab67dc9a481a549c7933))
278
- * **release:** remove condition circle ([b2cfd1e](https://github.com/andes/fhir/commit/b2cfd1e2aa28f977ff0e8e217ce9c7d19ca6506b))
279
- * **resources:** Typo fixes ([e1ae4c2](https://github.com/andes/fhir/commit/e1ae4c2b6ec2476be70e8f5f239f5a9c4388b910))
280
- * **resources:** Typo fixes ([5f2961f](https://github.com/andes/fhir/commit/5f2961f6cc84e5d5a10684042557ce61c9c5acae))
281
-
282
-
283
- ### Features
284
-
285
- * **circleci:** Add circleci file into the project ([45fb5fb](https://github.com/andes/fhir/commit/45fb5fbe7ff15faf8f982abc272e763a5342a3ae))
286
- * **circleci:** Add config file ([762ec2e](https://github.com/andes/fhir/commit/762ec2ec576fee05d43d738e83cebe4cae343793))
287
- * **circleci:** add some workflow behaivor ([1444daa](https://github.com/andes/fhir/commit/1444daa03781be4c9c1b0157a1604ced0809cee7))
288
- * **circleci:** add some workflow behaivor ([139f4d2](https://github.com/andes/fhir/commit/139f4d2cf7c73eb4201837a0100b8ec04fa1efb7))
289
- * **continups integration:** Some improvements ([1d719fd](https://github.com/andes/fhir/commit/1d719fd5b2ed4bfeb8fb5b0a53a476feee9c48f9))
290
- * **continups integration:** Some improvements ([7d40033](https://github.com/andes/fhir/commit/7d40033e33438f18ec4b855fcde576be575c92bd))
291
- * **patient:** add cuil data ([c3ddd9a](https://github.com/andes/fhir/commit/c3ddd9ac7d1bdbcbd0b54c36e08f7cc2cb20053d))
292
- * new patient schema ([2e57f59](https://github.com/andes/fhir/commit/2e57f5938433d56a79278c563453633f6ecaf6dd))
293
- * new patient schema ([a83b51e](https://github.com/andes/fhir/commit/a83b51e79259dd5b5e64d47ef8bbe0d0c450bca5))
294
-
295
- # 1.0.0 (2020-02-14)
296
-
297
-
298
- ### Bug Fixes
299
-
300
- * **circle:** remove start ([32247c0](https://github.com/andes/fhir/commit/32247c048e366db878d0be29f31fbd9775c834b0))
301
- * **circle:** working_dir ([dd2bc5d](https://github.com/andes/fhir/commit/dd2bc5dd682fd9a84c44bce9467a891265c5b584))
302
- * **circle:** working_dir ([aacc1bd](https://github.com/andes/fhir/commit/aacc1bddc1eb2e09a74c3a402ce172ab1fc346e1))
303
- * **circle_file:** more fixes ([7227c79](https://github.com/andes/fhir/commit/7227c79b5b1f85d6fcfb1058f6d9d6c94161ae4c))
304
- * **circle_file:** more fixes ([b4120fc](https://github.com/andes/fhir/commit/b4120fc36621e94f90e9dcf324b2b5db6b39cc18))
305
- * **circleci:** Delete backup configuration file ([077f4f0](https://github.com/andes/fhir/commit/077f4f0fccf80a14c605a0427fef5094a09f8b90))
306
- * **circleci:** Delete backup configuration file ([66afcc7](https://github.com/andes/fhir/commit/66afcc7e5e11f36f9e14150a730ee3c4c0398cbf))
307
- * **circleci:** remove npm start line ([5ca4773](https://github.com/andes/fhir/commit/5ca4773be8d50246e1250614c73201913a5eb9ea))
308
- * **circleci:** remove string error ([52fe53b](https://github.com/andes/fhir/commit/52fe53b93bdc3fac5c2a6f5510313a17ad5363c2))
309
- * **circleci:** remove string error ([e2297bc](https://github.com/andes/fhir/commit/e2297bc647e289db5d95167fef005a193c459475))
310
- * **circleci:** semantic-release ([ed265ac](https://github.com/andes/fhir/commit/ed265ac3e2cf9afca6896c71d44125bcc4c067be))
311
- * **circleci:** semantic-release ([e0c5eb2](https://github.com/andes/fhir/commit/e0c5eb21044761e373f9d797158a45a00c5741a8))
312
- * **circlici:** More changes ([16d6cad](https://github.com/andes/fhir/commit/16d6cad33cae2e1aa5e16c839c1050d311b8a955))
313
- * **circlici:** More changes ([402af6d](https://github.com/andes/fhir/commit/402af6d4ab30b1dee0218e5a3c8a2ee8a8e05003))
314
- * **config:** add root directory ([67cc97a](https://github.com/andes/fhir/commit/67cc97a7db2ea35a5edc4585dcdb7b1b30209d8f))
315
- * **config:** add root directory ([a510f26](https://github.com/andes/fhir/commit/a510f26f3fccf6c2d0ea3b14dbd60630ec41ab15))
316
- * **config:** change name into the pipeline ([e3f61ff](https://github.com/andes/fhir/commit/e3f61ff170162fe94aa363cb363d238f352f7c01))
317
- * **config:** change semnatic relaese call ([43533c8](https://github.com/andes/fhir/commit/43533c8f2aee7e4b7d1088494e96a0804b017884))
318
- * **config:** change semnatic relaese call ([43df0d9](https://github.com/andes/fhir/commit/43df0d9bb907b6e58a5271a39faecdda12cfcb55))
319
- * **config:** Fix install label ([740c449](https://github.com/andes/fhir/commit/740c4492e7a6ad4e14a734d108d53a90148dd5f3))
320
- * **config:** Fix install label ([b146d86](https://github.com/andes/fhir/commit/b146d86ba2c44f245cc109720afb592c79d602f5))
321
- * **config:** Indentation problems ([549acc8](https://github.com/andes/fhir/commit/549acc80699dc079387dc8e9274887f233b73be6))
322
- * **config:** Indentation problems ([e949968](https://github.com/andes/fhir/commit/e949968da3378c355c2fab41d7acc5eff210eca0))
323
- * **config:** remove working directory ([6dac7fc](https://github.com/andes/fhir/commit/6dac7fcf6c09834ae5b71ad3965b745dd01895fd))
324
- * **config:** remove working directory ([e924595](https://github.com/andes/fhir/commit/e924595145e9251d378fe89fad3c618a61997ddd))
325
- * **fhir:** Resilvemos el problema del formato fhir para family y given ([57dd4c7](https://github.com/andes/fhir/commit/57dd4c7e52bcdbc1b3362777e9a1534ae1eed2a8))
326
- * **fhir:** Resilvemos el problema del formato fhir para family y given ([219cc97](https://github.com/andes/fhir/commit/219cc9756205a1f87b69e9786353d50f715a1a75))
327
- * **fhir:** Resolve _family problem federador ([dd68521](https://github.com/andes/fhir/commit/dd68521ff04a9dfff5e5c115758af2a24ed2260a))
328
- * **fhir:** Resolve _family problem federador ([b25fb61](https://github.com/andes/fhir/commit/b25fb6199f8fdb171f6567b3ee45aa35dc1b2f45))
329
- * **fhir:** Separa el los nombres y los apellidos ([062ea0d](https://github.com/andes/fhir/commit/062ea0dc9bec0f20bee37a4fe995b1255ac125fa))
330
- * **practitioner:** Resolvemos problema de la especialidad y la matricula. ([e8a35cd](https://github.com/andes/fhir/commit/e8a35cd6b57e408b1f9f723a6fe301b5aa5e42fa))
331
- * **practitioner:** Resolvemos problema de la especialidad y la matricula. ([00d7346](https://github.com/andes/fhir/commit/00d73465d9fcaebc1eaf2210182239e9b00d2bf2))
332
- * **practitioner:** Se agrega control de matriculas ([e0279ad](https://github.com/andes/fhir/commit/e0279ada09692b8b62b707aedbac3e20f6256da5))
333
- * **practitioner:** Se solucionan los problemas de parsing en el decode. Además se agregan las matriculas de grado y especialidad. ([1f2f8df](https://github.com/andes/fhir/commit/1f2f8df9cc5321fdaf01430de62f99505824aa9a))
334
- * **practitioner:** Se solucionan los problemas de parsing en el decode. Además se agregan las matriculas de grado y especialidad. ([b4a7e87](https://github.com/andes/fhir/commit/b4a7e878e678d7f601b6b5ea012cff0c595155fc))
335
- * **release:** remove condition circle ([e1cfb08](https://github.com/andes/fhir/commit/e1cfb0820afa13f4f0e6ab67dc9a481a549c7933))
336
- * **release:** remove condition circle ([b2cfd1e](https://github.com/andes/fhir/commit/b2cfd1e2aa28f977ff0e8e217ce9c7d19ca6506b))
337
- * **resources:** Typo fixes ([e1ae4c2](https://github.com/andes/fhir/commit/e1ae4c2b6ec2476be70e8f5f239f5a9c4388b910))
338
- * **resources:** Typo fixes ([5f2961f](https://github.com/andes/fhir/commit/5f2961f6cc84e5d5a10684042557ce61c9c5acae))
339
-
340
-
341
- ### Features
342
-
343
- * **circleci:** Add circleci file into the project ([45fb5fb](https://github.com/andes/fhir/commit/45fb5fbe7ff15faf8f982abc272e763a5342a3ae))
344
- * **circleci:** Add config file ([762ec2e](https://github.com/andes/fhir/commit/762ec2ec576fee05d43d738e83cebe4cae343793))
345
- * **circleci:** add some workflow behaivor ([1444daa](https://github.com/andes/fhir/commit/1444daa03781be4c9c1b0157a1604ced0809cee7))
346
- * **circleci:** add some workflow behaivor ([139f4d2](https://github.com/andes/fhir/commit/139f4d2cf7c73eb4201837a0100b8ec04fa1efb7))
347
- * **continups integration:** Some improvements ([1d719fd](https://github.com/andes/fhir/commit/1d719fd5b2ed4bfeb8fb5b0a53a476feee9c48f9))
348
- * **continups integration:** Some improvements ([7d40033](https://github.com/andes/fhir/commit/7d40033e33438f18ec4b855fcde576be575c92bd))
349
- * **patient:** add cuil data ([c3ddd9a](https://github.com/andes/fhir/commit/c3ddd9ac7d1bdbcbd0b54c36e08f7cc2cb20053d))
350
- * new patient schema ([2e57f59](https://github.com/andes/fhir/commit/2e57f5938433d56a79278c563453633f6ecaf6dd))
351
- * new patient schema ([a83b51e](https://github.com/andes/fhir/commit/a83b51e79259dd5b5e64d47ef8bbe0d0c450bca5))