Skip to content

Instantly share code, notes, and snippets.

@djazayeri
Created July 21, 2016 12:20
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 djazayeri/10bf23edc216ec7f89d6527416adaf03 to your computer and use it in GitHub Desktop.
Save djazayeri/10bf23edc216ec7f89d6527416adaf03 to your computer and use it in GitHub Desktop.
{
"name": "Capture Vitals",
"uuid": "60df0617-c18e-4609-8bdf-6f8de1b5b0cc",
"processor": "EncounterFormProcessor",
"pages": [
{
"label": "",
"sections": [
{
"label": "Vitals",
"questions": [
{
"type": "obsGroup",
"label": "Vitals",
"questionOptions": {
"rendering": "group",
"concept": "a899e6d8-1350-11df-a1f1-0026b9348838"
},
"questions": [
{
"label": "BP:Systolic:",
"questionOptions": {
"rendering": "number",
"concept": "5085AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"max": "250",
"min": "0"
},
"type": "obs",
"validators": [
]
},
{
"label": "BP:Diastolic:",
"questionOptions": {
"rendering": "number",
"concept": "5086AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"max": "150",
"min": "0"
},
"type": "obs",
"validators": [
]
},
{
"label": "Pulse(Rate\/Min):",
"questionOptions": {
"rendering": "number",
"concept": "5087AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"max": "230",
"min": "0"
},
"type": "obs",
"validators": [
]
},
{
"label": "RR(Breath\/Min):",
"questionOptions": {
"rendering": "number",
"concept": "5242AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
},
"type": "obs",
"validators": [
]
},
{
"label": "Temp(C):",
"questionOptions": {
"rendering": "number",
"concept": "5088AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"max": "43",
"min": "25"
},
"type": "obs",
"validators": [
]
},
{
"label": "Weight(Kg):",
"id": "weight",
"questionOptions": {
"rendering": "number",
"concept": "5089AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"max": "150",
"min": "0"
},
"type": "obs",
"validators": [
]
},
{
"label": "Height(CM):",
"id": "height",
"questionOptions": {
"rendering": "number",
"concept": "5090AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"max": "350",
"min": "0"
},
"type": "obs",
"validators": [
]
}
]
}
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment