diff --git a/LICENSE.html b/LICENSE.html index 4e2d410..2bf4aaa 100644 --- a/LICENSE.html +++ b/LICENSE.html @@ -225,21 +225,21 @@

17. Interpretation of Sectio

How to Apply These Terms to Your New Programs

If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms.

To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the “copyright” line and a pointer to where the full notice is found.

-
    <one line to give the program's name and a brief idea of what it does.>
-    Copyright (C) <year>  <name of author>
-
-    This program is free software: you can redistribute it and/or modify
-    it under the terms of the GNU Affero General Public License as
-    published by the Free Software Foundation, either version 3 of the
-    License, or (at your option) any later version.
-
-    This program is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU Affero General Public License for more details.
-
-    You should have received a copy of the GNU Affero General Public License
-    along with this program.  If not, see <https://www.gnu.org/licenses/>.
+
    <one line to give the program's name and a brief idea of what it does.>
+    Copyright (C) <year>  <name of author>
+
+    This program is free software: you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License as
+    published by the Free Software Foundation, either version 3 of the
+    License, or (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU Affero General Public License for more details.
+
+    You should have received a copy of the GNU Affero General Public License
+    along with this program.  If not, see <https://www.gnu.org/licenses/>.

Also add information on how to contact you by electronic and paper mail.

If your software can interact with users remotely through a computer network, you should also make sure that it provides a way for users to get its source. For example, if your program is a web application, its interface could display a “Source” link that leads users to an archive of the code. There are many ways you could offer source, and different solutions will be better for different programs; see section 13 for the specific requirements.

You should also get your employer (if you work as a programmer) or school, if any, to sign a “copyright disclaimer” for the program, if necessary. For more information on this, and how to apply and follow the GNU AGPL, see https://www.gnu.org/licenses/.

diff --git a/authors.html b/authors.html index 0b92362..239f44a 100644 --- a/authors.html +++ b/authors.html @@ -75,14 +75,14 @@

Citation

-

van Buuren S, Huizing A (2023). +

van Buuren S, Huizing A (2024). bdsreader: Read Data from the Basisdataset Jeugdgezondheidszorg. R package version 0.24.2, https://github.com/growthcharts/bdsreader.

@Manual{,
   title = {bdsreader: Read Data from the Basisdataset Jeugdgezondheidszorg},
   author = {Stef {van Buuren} and Arjan Huizing},
-  year = {2023},
+  year = {2024},
   note = {R package version 0.24.2},
   url = {https://github.com/growthcharts/bdsreader},
 }
diff --git a/index.html b/index.html index 0e5076d..d143592 100644 --- a/index.html +++ b/index.html @@ -148,108 +148,108 @@

Breakdown in stepsJSON Input Data

The example file maria.json contains Maria’s data coded in JSON format according to BDS-schema file bds_v3.0.json. Here’s the contents of the file with the child data:

-
{
-  "Format": "3.0",
-  "organisationCode": 1234,
-  "reference": "Maria",
-  "clientDetails": [
-    {
-      "bdsNumber": 19,
-      "value": "2"
-    },
-    {
-      "bdsNumber": 20,
-      "value": "20181011"
-    },
-    {
-      "bdsNumber": 82,
-      "value": 189
-    },
-    {
-      "bdsNumber": 91,
-      "value": "1"
-    },
-    {
-      "bdsNumber": 110,
-      "value": 990
-    },
-    {
-      "bdsNumber": 238,
-      "value": 1670
-    },
-    {
-      "bdsNumber": 240,
-      "value": 1900
-    }
-  ],
-  "clientMeasurements": [
-    {
-      "bdsNumber": 235,
-      "values": [
-        {
-          "date": "20181111",
-          "value": 380
-        },
-        {
-          "date": "20181211",
-          "value": 435
-        }
-      ]
-    },
-    {
-      "bdsNumber": 245,
-      "values": [
-        {
-          "date": "20181011",
-          "value": 990
-        },
-        {
-          "date": "20181111",
-          "value": 1250
-        },
-        {
-          "date": "20181211",
-          "value": 2100
-        }
-      ]
-    },
-    {
-      "bdsNumber": 252,
-      "values": [
-        {
-          "date": "20181111",
-          "value": 270
-        },
-        {
-          "date": "20181211",
-          "value": 305
-        }
-      ]
-    }
-  ],
-  "nestedDetails": [
-    {
-      "nestingBdsNumber": 62,
-      "nestingCode": "01",
-      "clientDetails": [
-        {
-          "bdsNumber": 63,
-          "value": "19950704"
-        }
-      ]
-    },
-    {
-      "nestingBdsNumber": 62,
-      "nestingCode": "02",
-      "clientDetails": [
-        {
-          "bdsNumber": 63,
-          "value": "19901202"
-        }
-      ]
-    }
-  ]
-}
+
{
+  "Format": "3.0",
+  "organisationCode": 1234,
+  "reference": "Maria",
+  "clientDetails": [
+    {
+      "bdsNumber": 19,
+      "value": "2"
+    },
+    {
+      "bdsNumber": 20,
+      "value": "20181011"
+    },
+    {
+      "bdsNumber": 82,
+      "value": 189
+    },
+    {
+      "bdsNumber": 91,
+      "value": "1"
+    },
+    {
+      "bdsNumber": 110,
+      "value": 990
+    },
+    {
+      "bdsNumber": 238,
+      "value": 1670
+    },
+    {
+      "bdsNumber": 240,
+      "value": 1900
+    }
+  ],
+  "clientMeasurements": [
+    {
+      "bdsNumber": 235,
+      "values": [
+        {
+          "date": "20181111",
+          "value": 380
+        },
+        {
+          "date": "20181211",
+          "value": 435
+        }
+      ]
+    },
+    {
+      "bdsNumber": 245,
+      "values": [
+        {
+          "date": "20181011",
+          "value": 990
+        },
+        {
+          "date": "20181111",
+          "value": 1250
+        },
+        {
+          "date": "20181211",
+          "value": 2100
+        }
+      ]
+    },
+    {
+      "bdsNumber": 252,
+      "values": [
+        {
+          "date": "20181111",
+          "value": 270
+        },
+        {
+          "date": "20181211",
+          "value": 305
+        }
+      ]
+    }
+  ],
+  "nestedDetails": [
+    {
+      "nestingBdsNumber": 62,
+      "nestingCode": "01",
+      "clientDetails": [
+        {
+          "bdsNumber": 63,
+          "value": "19950704"
+        }
+      ]
+    },
+    {
+      "nestingBdsNumber": 62,
+      "nestingCode": "02",
+      "clientDetails": [
+        {
+          "bdsNumber": 63,
+          "value": "19901202"
+        }
+      ]
+    }
+  ]
+}

JSON is a lightweight format to exchange data between electronic systems. Field "bdsNumber" refers to the numbers defined in the Basisdataset JGZ. Field "value" contains the value for the "bdsNumber". See Basisdataset JGZ 4.0.1 for more details on "bdsNumber".

diff --git a/pkgdown.yml b/pkgdown.yml index aa7ebc6..14b5c58 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -1,7 +1,7 @@ -pandoc: 2.19.2 +pandoc: 3.1.11 pkgdown: 2.0.7 pkgdown_sha: ~ articles: add_bdsnumber: add_bdsnumber.html -last_built: 2023-10-17T12:58Z +last_built: 2024-03-21T11:37Z