Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

U4X-778: Refactor Cervical Cancer Screening form #635

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "HMIS ACP: Cervical Cancer Screening Form",
"name": "HMIS ACP 044: Cervical Cancer Screening Form",
"version": "4.0.0",
"description": "Cervical Cancer Screening Form",
"encounterType": "91725548-2d90-4b28-be6d-0509ba37bb0f",
Expand All @@ -10,7 +10,7 @@
"retired": false,
"pages": [
{
"label": "HMIS ACP: Cervical Cancer Screening Form",
"label": "HMIS ACP 044: Cervical Cancer Screening Form",
"sections": [
{
"label": "Introduction",
Expand Down Expand Up @@ -155,7 +155,7 @@
},
{
"concept": "dc9b0596-30ab-102d-86b0-7a5022ba4115",
"label": "NOT APPLICABLE"
"label": "Not Applicable"
}
]
},
Expand All @@ -179,7 +179,7 @@
},
{
"concept": "dc9b0596-30ab-102d-86b0-7a5022ba4115",
"label": "NOT APPLICABLE"
"label": "Not Applicable"
}
]
},
Expand All @@ -200,6 +200,10 @@
{
"concept": "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "No"
},
{
"concept": "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "Not Applicable"
}
]
},
Expand All @@ -223,7 +227,7 @@
},
{
"concept": "dc9b0596-30ab-102d-86b0-7a5022ba4115",
"label": "NOT APPLICABLE"
"label": "Not Applicable"
}
]
},
Expand All @@ -250,7 +254,7 @@
},
{
"concept": "dc9b0596-30ab-102d-86b0-7a5022ba4115",
"label": "NOT APPLICABLE"
"label": "Not Applicable"
}
]
},
Expand All @@ -277,7 +281,7 @@
},
{
"concept": "dc9b0596-30ab-102d-86b0-7a5022ba4115",
"label": "NOT APPLICABLE"
"label": "Not Applicable"
}
]
},
Expand Down Expand Up @@ -325,7 +329,7 @@
},
{
"concept": "dc9b0596-30ab-102d-86b0-7a5022ba4115",
"label": "NOT APPLICABLE"
"label": "Not Applicable"
}
]
},
Expand All @@ -352,7 +356,7 @@
},
{
"concept": "dc9b0596-30ab-102d-86b0-7a5022ba4115",
"label": "NOT APPLICABLE"
"label": "Not Applicable"
}
]
},
Expand Down
Loading