Versions Compared

Key

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

...

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

COMPOSITION_SECTION_AUTHOR_MAIN_SPECIALITY

Info

This config parameter is of Array type

Attributes

Type

Comments

condition

{Section}

 

check

[string]

 

Example:

Expand
titlejson config

[
{
"condition": {
"section_code": {
"code": "K.21",
"system": ""http://loinc.org""
}
},
"check": [ "FAMILY_DOCTOR" ]
}
]

COMPOSITION_SECTION_SECTION_ENTRY_EMPLOYEE_MAIN_SPECIALITY

...

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

...