Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
stylenone

Dictionaries

COMPOSITION_CATEGORIES

...

Код

Значення

AMENDED

Виправлений

PRELIMINARY

Чернетка

FINAL

Підписаний

ENTERED_IN_ERROR

Введений помилково

COMPOSITION_PRINTFORM_CODES

Код

Значення

INFO_CERTIFICATE

Iнформаційна довідка

EXTRACT

Витяг

CONFIGS:

Expand
titleConfig for Composition type = "DRIVERS" and category = "DRIVERS_GROUP1"

View file
nameDrivers_Group1.json

...

Expand
titlejson config
Code Block
[
                    {
                        "condition": {
                            "section_code": {
                                "code": "K.21DRIVERS_DRIVERS_GROUP1_FREE_SECTION",
                                "system": "http://loinc.orgCOMPOSITION_SECTION_CODES"
                            }
                        },
                        "check": [
                                "code": "model_code",
                                "system": "http://loinc.org"
                        ]
                    }
                ]

...

Expand
titlejson config
Code Block
[
                    {
                        "condition": {
                            "section_code": {
                                "code": "K.21DRIVERS_DRIVERS_GROUP1_FREE_SECTION",
                                "system": "http://loinc.orgCOMPOSITION_SECTION_CODES"
                            }
                        },
                        "check": [ "K25" ]
                    }
                ]

...

Expand
titlejson config
Code Block
[
                    {
                        "condition": {
                            "section_code": {
                                "code": "K.21DRIVERS_DRIVERS_GROUP1_FREE_SECTION",
                                "system": "http://loinc.orgCOMPOSITION_SECTION_CODES"
                            }
                        },
                        "check": [ "medication request" ]
                    }
                ]

...

Expand
titlejson config
Code Block
[
                    {
                        "condition": {
                            "section_code": {
                                "code": "K.21DRIVERS_DRIVERS_GROUP1_FREE_SECTION",
                                "system": "http://loinc.orgCOMPOSITION_SECTION_CODES"
                            }
                        },
                        "check": [ "example_1" ]
                    }
                ]

...

Expand
titlejson config
Code Block
[
            {
                "condition": {
                    "section_code": {
                        "code": "K.21DRIVERS_DRIVERS_GROUP1_FREE_SECTION",
                        "system": "http://loinc.orgCOMPOSITION_SECTION_CODES"
                    }
                },
                "check": [ "example_1" ]
            }
        ]

...

Expand
titlejson config
Code Block
[
            {
                "condition": {
                    "section_code": {
                        "code": "K.21DRIVERS_DRIVERS_GROUP1_FREE_SECTION",
                        "system": "http://loinc.orgCOMPOSITION_SECTION_CODES"
                    }
                },
                "check": [ "example_1" ]
            }
        ]

...

Expand
titlejson config
Code Block
[
            {
                "condition": {
                    "section_code": {
                        "code": "K.21DRIVERS_DRIVERS_GROUP1_FREE_SECTION",
                        "system": "http://loinc.orgCOMPOSITION_SECTION_CODES"
                    }
                },
                "check": [ "example_1" ]
            }
        ]

...

Expand
titlejson config
Code Block
[
            {
                "condition": {
                    "section_code": {
                        "code": "K.21",DRIVERS_DRIVERS_GROUP1_FREE_SECTION",
                        "system": "http://loinc.orgCOMPOSITION_SECTION_CODES"
                    }
                },
                "check": [ "example_1" ]
            }
        ]

...

Expand
titlejson config
Code Block
[
    {
        "condition": {
            "section_code": {
                "code": "K.21DRIVERS_DRIVERS_GROUP1_FREE_SECTION",
                "system": "http://loinc.orgCOMPOSITION_SECTION_CODES"
            }
        },
        "check": {
                                "min": 1,
                                "max": 3
                        }
    }
]

...

Expand
titlejson config
Code Block
{
            "check": {
                    "min": 1,
                    "max": 5
            }
        }

COMPOSITION_PRINTFORM_ALLOW_CODES

Attributes

Type

Comments

condition

[string]

 

check

[string]

 

Example:

Expand
titlejson config
Code Block
[
    {
        "condition": {
            "printform_type": {
                "code": "INFO_CERTIFICATE",
                "system": "COMPOSITION_PRINTFORM_CODES"
            }
        },
        "check": ["REST","GRAPH_QL"]
    },
 {
        "condition": {
            "printform_type": {
                "code": "EXTRACT",
                "system": "COMPOSITION_PRINTFORM_CODES"
            }
        },
        "check": ["GRAPH_QL"]
    }
]

Config types:

Age

Attribute

Type

Comments

min

{Age_Component}

 

max

{Age_Component}

 

...