Skip to content

Instantly share code, notes, and snippets.

@angshu
Last active June 28, 2016 12:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save angshu/2fb65604db7f6db8a8866d7627546211 to your computer and use it in GitHub Desktop.
Save angshu/2fb65604db7f6db8a8866d7627546211 to your computer and use it in GitHub Desktop.
{
"name": "example_form",
"uuid": "xxxx",
"processor": "EncounterFormProcessor",
"formType": "IntakeForm",
"version": "0.01",
"validators": [
{
..
},
{
..
}
],
"properties": {
"encounterType": "CONSULTATION"
},
"pages": [
{
"type": "diagnosisControl",
"pos": [
2,
1
],
"properties": {
"showCertainity": "true",
"providerId": "{{context.providerId}}"
}
},
{
"type": "obsGroup/group",
"label": "Vitals",
"components": [
]
},
{
"label": "Temp(C):",
"type": "obs",
"src": {
"identifierType": "FSN",
"Identifier": "Temperature"
},
"properties": {
"rendering": "number",
"max": "43",
"min": "25"
},
"validators": [
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment