-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 830 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 830 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "nictiz.fhir.nl.r4.medicationprocess9",
"version": "2.0.0-rc.7",
"description": "NL package of FHIR R4 conformance resources for Medication Process 9 (MP9) version 3.0.0-rc.1.",
"author": "Nictiz",
"keywords": [
"nl",
"Nictiz",
"Medicatieoverdracht",
"Medicatieproces",
"Medicatieproces 9",
"MP9",
"Medication process",
"Medication process 9"
],
"license": "CC0-1.0",
"homepage": "https://informatiestandaarden.nictiz.nl/wiki/Landingspagina_Medicatieproces",
"title": "FHIR implementation of Medication Process 9 (MP9)",
"maintainers": [
{
"name": "Nictiz"
}
],
"dependencies": {
"hl7.fhir.r4.core": "4.0.1",
"nictiz.fhir.nl.r4.nl-core": "0.11.0-beta.1"
},
"fhirVersions": [
"4.0.1"
],
"jurisdiction": "urn:iso:std:iso:3166#NL"
}