Skip to content

Commit

Permalink
run mk docs for hdr221
Browse files Browse the repository at this point in the history
  • Loading branch information
BSnelling committed May 16, 2024
1 parent 4fa1ceb commit 9d94e75
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/HDRUK/2.2.1.form.json
Original file line number Diff line number Diff line change
Expand Up @@ -944,7 +944,9 @@
"required": true,
"title": "Conforms To",
"description": "List standardised data models that the dataset has been stored in or transformed to, such as OMOP or FHIR. If the data is only available in a local format, please make that explicit. If you are using a standard that has not been included in the list, please use \u201cother\u201d and contact support desk to ask for an addition.",
"examples": null,
"examples": [
"LOCAL,NHS DATA DICTIONARY"
],
"is_list": true,
"is_optional": true,
"types": {
Expand Down
2 changes: 2 additions & 0 deletions docs/HDRUK/2.2.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,9 @@ List standardised data models that the dataset has been stored in or transformed
|:------------|:----------|:--------------|:-----------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Conforms To | True | True | True | ["StandardisedDataModels[{'$defs': {'StandardisedDataModelsEnum': {'enum': ['HL7 FHIR', 'HL7 V2', 'HL7 CDA', 'HL7 CCOW', 'LOINC', 'DICOM', 'I2B2', 'IHE', 'OMOP', 'OPENEHR', 'SENTINEL', 'PCORNET', 'CDISC', 'NHS DATA DICTIONARY', 'NHS SCOTLAND DATA DICTIONARY', 'NHS WALES DATA DICTIONARY', 'LOCAL', 'OTHER'], 'title': 'StandardisedDataModelsEnum', 'type': 'string'}}, 'anyOf': [{'$ref': '#/$defs/StandardisedDataModelsEnum'}, {'type': 'null'}], 'default': null}]"] |

Examples:

* LOCAL,NHS DATA DICTIONARY


#### language
Expand Down
4 changes: 3 additions & 1 deletion docs/HDRUK/2.2.1.structure.json
Original file line number Diff line number Diff line change
Expand Up @@ -983,7 +983,9 @@
"required": true,
"title": "Conforms To",
"description": "List standardised data models that the dataset has been stored in or transformed to, such as OMOP or FHIR. If the data is only available in a local format, please make that explicit. If you are using a standard that has not been included in the list, please use \u201cother\u201d and contact support desk to ask for an addition.",
"examples": null,
"examples": [
"LOCAL,NHS DATA DICTIONARY"
],
"type": [
"StandardisedDataModels[{'$defs': {'StandardisedDataModelsEnum': {'enum': ['HL7 FHIR', 'HL7 V2', 'HL7 CDA', 'HL7 CCOW', 'LOINC', 'DICOM', 'I2B2', 'IHE', 'OMOP', 'OPENEHR', 'SENTINEL', 'PCORNET', 'CDISC', 'NHS DATA DICTIONARY', 'NHS SCOTLAND DATA DICTIONARY', 'NHS WALES DATA DICTIONARY', 'LOCAL', 'OTHER'], 'title': 'StandardisedDataModelsEnum', 'type': 'string'}}, 'anyOf': [{'$ref': '#/$defs/StandardisedDataModelsEnum'}, {'type': 'null'}], 'default': null}]"
],
Expand Down

0 comments on commit 9d94e75

Please sign in to comment.