@haste-health/haste-health.fhir.r4b.core 0.5.14
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/.index.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"index-version": "1",
|
|
3
|
+
"files": [
|
|
4
|
+
{
|
|
5
|
+
"filename": "definitions/terminology/external/bcp-13-codesystem.json",
|
|
6
|
+
"resourceType": "CodeSystem"
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
"filename": "definitions/terminology/external/iso-3166-codesystem.json",
|
|
10
|
+
"resourceType": "CodeSystem"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"filename": "definitions/terminology/external/iso-4217-codesystem.json",
|
|
14
|
+
"resourceType": "CodeSystem"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
package/README.md
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# R4B HasteHealth Core Artifacts
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"resourceType": "CodeSystem",
|
|
3
|
+
"id": "bcp-13",
|
|
4
|
+
"url": "urn:ietf:bcp:13",
|
|
5
|
+
"version": "2015",
|
|
6
|
+
"name": "BCP-13",
|
|
7
|
+
"title": "Media Types",
|
|
8
|
+
"status": "active",
|
|
9
|
+
"experimental": false,
|
|
10
|
+
"publisher": "Internet Assigned Numbers Authority",
|
|
11
|
+
"description": "Codes for various media types.",
|
|
12
|
+
"caseSensitive": true,
|
|
13
|
+
"content": "not-present"
|
|
14
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"resourceType": "CodeSystem",
|
|
3
|
+
"id": "iso-3166",
|
|
4
|
+
"url": "urn:iso:std:iso:3166",
|
|
5
|
+
"version": "2015",
|
|
6
|
+
"name": "ISO-3166",
|
|
7
|
+
"title": "Countries",
|
|
8
|
+
"status": "active",
|
|
9
|
+
"experimental": false,
|
|
10
|
+
"publisher": "International Organization for Standardization",
|
|
11
|
+
"description": "Codes for the representation of countries.",
|
|
12
|
+
"caseSensitive": true,
|
|
13
|
+
"content": "not-present"
|
|
14
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"resourceType": "CodeSystem",
|
|
3
|
+
"id": "iso-4217",
|
|
4
|
+
"url": "urn:iso:std:iso:4217",
|
|
5
|
+
"version": "2015",
|
|
6
|
+
"name": "ISO-4217",
|
|
7
|
+
"title": "Currencies",
|
|
8
|
+
"status": "active",
|
|
9
|
+
"experimental": false,
|
|
10
|
+
"publisher": "International Organization for Standardization",
|
|
11
|
+
"description": "Codes for the representation of currencies.",
|
|
12
|
+
"caseSensitive": true,
|
|
13
|
+
"content": "not-present"
|
|
14
|
+
}
|
package/package.json
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@haste-health/haste-health.fhir.r4b.core",
|
|
3
|
+
"version": "0.5.14",
|
|
4
|
+
"homepage": "https://haste.health",
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "https://github.com/HasteHealth/HasteHealth.git"
|
|
8
|
+
},
|
|
9
|
+
"canonical": "https://haste.health/fhir/ImplementationGuide/haste-health.fhir.r4b.core",
|
|
10
|
+
"url": "https://haste.health/fhir/ImplementationGuide/haste-health.fhir.r4b.core",
|
|
11
|
+
"title": "HasteHealth Core resources",
|
|
12
|
+
"description": "HasteHealth package that contains core haste-health R4B resources.",
|
|
13
|
+
"fhirVersions": [
|
|
14
|
+
"4.3.0"
|
|
15
|
+
],
|
|
16
|
+
"author": "HasteHealth",
|
|
17
|
+
"maintainers": [
|
|
18
|
+
{
|
|
19
|
+
"name": "HasteHealth",
|
|
20
|
+
"email": "dev@haste.health"
|
|
21
|
+
}
|
|
22
|
+
],
|
|
23
|
+
"scripts": {
|
|
24
|
+
"generate-index": "pnpm node ../../../packages/cli/lib/hastehealth.js generate index-file -p . -r definitions",
|
|
25
|
+
"publish": "pnpm npm publish --access public --tolerate-republish"
|
|
26
|
+
},
|
|
27
|
+
"files": [
|
|
28
|
+
"definitions/**",
|
|
29
|
+
".index.json",
|
|
30
|
+
"README.md"
|
|
31
|
+
]
|
|
32
|
+
}
|